title | description | services | author | ms.service | ms.topic | ms.date | ms.author | ms.custom |
---|---|---|---|---|---|---|---|---|
include file |
include file |
app-service\mobile |
conceptdev |
app-service-mobile |
include |
06/20/2019 |
crdun |
include file |
-
Sign in to the Azure portal.
-
Click Create a resource.
-
In the search box, type Web App.
-
In the results list, select Web App from the Marketplace.
-
Select your Subscription and Resource Group (select an existing resource group or create a new one (using the same name as your app)).
-
Choose a unique Name of your web app.
-
Choose the default Publish option as Code.
-
In the Runtime stack, you need to select a version under ASP.NET or Node. If you are building a .NET backend, select a version under ASP.NET. Otherwise if you are targeting a Node based application, select one of the version from Node.
-
Select the right Operating System, either Linux or Windows.
-
Select the Region where you would like this app to be deployed.
-
Select the appropriate App Service Plan and hit Review and create.
-
Under Resource Group, select an existing resource group or create a new one (using the same name as your app).
-
Click Create. Wait a few minutes for the service to be deployed successfully before proceeding. Watch the Notifications (bell) icon in the portal header for status updates.
-
Once the deployment is completed, click on the Deployment details section and then click on the Resource of Type Microsoft.Web/sites. It will navigate you to the App Service Web App that you just created.
-
Click on the Configuration blade under Settings and in the Application settings, click on the New application setting button.
-
In the Add/Edit application setting page, enter Name as MobileAppsManagement_EXTENSION_VERSION and Value as latest and hit OK.
You are all set to use this newly created App Service Web app as a Mobile app.