Deploy an application to Azure App Service in a production slot
Create an Azure Web app
1. In the Azure portal, in the hub menu, click + New, click Web + Mobile and then, click Web App.
https://expertslab.files.wordpress.com/2017/11/1.jpg
2. On the Web App blade, specify the following information.
· App name: a unique, valid name
· Subscription: the Azure subscription
· Resource Group: the resource group
https://expertslab.files.wordpress.com/2017/11/2.jpg
· App Service Plan/Location: create a new App Service plan with the following settings:
https://expertslab.files.wordpress.com/2017/11/3.jpg
· App Service plan name: set the name to the 206xASP followed by the name of the resource group.
· Location: South Central US
· Pricing tier: D1 Shared
**https://expertslab.files.wordpress.com/2017/11/6.jpg
**
· Application Insights: leave turned off.
- Click Create.
Deploy a web app to the Azure Web app
1. In the Azure portal, navigate to the blade of the newly created Azure Web app.
2. Click Deployment options in the APP DEPLOYMENT section of the blade.
https://expertslab.files.wordpress.com/2017/11/8.jpg3. On the Deployment source blade, click Choose Source.
https://expertslab.files.wordpress.com/2017/11/9.jpg4. On the Choose source blade, click External Repository.
https://expertslab.files.wordpress.com/2017/11/10.jpg5. On the Deployment source blade, specify the following settings and click OK:
· Repository URL: https://github.com/jjkoch/Azure206XLabApp
· Branch: master
· Repository Type: Git