02-Create A Web App
02-Create A Web App
In this walkthrough, we will create a web app that runs a Docker container. The Docker container contains a
Welcome message.
Azure App Service are actually a collection of four services, all of which are built to help you host and run web
applications. The four services (Web Apps, Mobile Apps, API Apps, and Logic Apps) look different, but in the end
they all operate in very similar ways. Web Apps are the most commonly used of the four services, and this is the
service that we will be using in this lab.
Setting Value
Subscription Use default supplied
Resource Group Create new resource group
Name myDockerWebAppxxxx
Publish Docker Container
Operating System Linux
Region East US
Note: Remember to change the xxxx so that your Web App name is unique.
4. Click Next > Docker and configure the container information.
Setting Value
Options Single container
Image Source Docker Hub
Access Type Public
Image and tag mcr.microsoft.com/azuredocs/aci-helloworld
Note: The startup command is optional and not needed in this exercise.
5. Click Review + create , and then click Create .
Page 1 of 2
02--create-a-web-app-10-min
4. In a new browser window, paste the URl and press enter. The Welcome to Azure Container Instances!
welcome message will be displayed.
5. Switch back to the Over view blade of your web app and scroll down. You will notice several charts
tracking Data In/Out and Requests. If you repeat step 4 a few times, you should be able to see
corresponding telemetry being displayed in these charts. This includes number of requests and average
response time.
Note : To avoid additional costs, you can optionally remove this resource group. Search for resource groups, click
your resource group, and then click Delete resource group . Verify the name of the resource group and then
click Delete . Monitor the Notifications to see how the delete is proceeding.
Congratulations you successfully created an Azure App Service.
Page 2 of 2