Deploy and run a containerized web app with Azure App Service
Create a Docker image and store it in a repository in Azure Container Registry. Use Azure App Service to deploy a web application based on the Docker image. Configure continuous deployment for the web app by using a webhook that monitors the Docker image for changes.
Learning objectives
In this module, you will:
- Create Docker images and store them in a repository in Azure Container Registry.
- Use Azure App Service to run web apps that are based on Docker images held in Container Registry.
- Use webhooks to configure continuous deployment of a web app that's based on a Docker image.
Prerequisites
- Basic experience with Docker, including the use of Docker commands to store and retrieve Docker images
- Experience with creating web apps by using Azure App Service