Creating an app service
In this exercise, you will deploy your first web application in Azure using the Azure Web Apps service. Follow these steps:
- Sign in to the Azure portal at https://portal.azure.com.
- Open the resource group you will be using for this exercise, click Overview via the left menu, and click Create.
- From the left menu bar, click Web, then click Create under Web App:
- Enter the name of your Resource Group, then enter a name for your web app. Here, we have used
myfirstwebapp221221
. Next, choose the type of deployment you would like. We will select Code. Note that you could also select a Docker Container. Then, select a Runtime stack – this will support the code you are deploying. Now, choose an Operating System. For this demo, we will deploy a Windows web app; we did this for the App Service plan we deployed previously. Select your Region, this will also be the same as what you selected...