Prerequisites
- Visual Studio Community Edition
- zure account.
Now let's get started with the following steps
Create a new Azure Mobile App backend
Step 1
Sign in to the online Microsoft Azure Portal.
Step 2
Click +NEW and type Mobile Apps in Search the marketplace. Select Mobile Apps Quickstart.
![]()
Step 3
Next Click Create Button in the Mobile App Quickstart Page.
![]()
Step 4
In the Mobile App Quickstart account blade, specify the desired configuration for the Mobile App account Name & Resource Group. Click Create Button at the bottom of the screen to create the Mobile App Quickstart.
We will wait a few minutes for the service to be deployed successfully.
![]()
Step 5
In the Settings blade for the new Mobile App backend, click Quick start and Select Cordova.
![]()
Step 6
In the Quick start blade for your Mobile App backend, click Create a new app >Download.
This downloads a complete Windows project for an app pre-configured to connect to your backend.
![]()
Run the client project
Step 7
Open the project using Visual studio and right click on the Solution to build the App
![Visual studio]()
Step 8
Run the App in the simulator.
![Visual studio]()
Output 1
![Visual studio]()
Output 2
Now delete the Mango
![Visual studio]()
Output 3
The Mango is deleted
![]()
I hope you understood how to add a Cloud-Based BackEnd Service to Apache Cordova Apps