Understanding Web App for Containers
Web App for Containers is part of the Azure App Service on Linux offering. You can pull web app container images from Docker Hub or a private Azure container registry, and Web App for Containers will deploy the containerized app with all the dependencies to Azure. The platform automatically takes care of OS patching, capacity provisioning, and load balancing.
In the next demo, we are going to create an App Service web app for containers.
Creating an App Service web app for containers
In this demonstration, we are going to create a web app for containers. This can be created from the Azure portal. Let's go through the following steps:
- Navigate to the Azure portal by opening https://portal.azure.com/.
- Click Create a resource, type
Web App for Containers
into the search bar, and create a new one. - Add the following values, as shown in the screenshot that follows:
a) Subscription: Select a subscription.
b) Resource Group...