| title | Tutorial: Containerized Python web apps on Azure: build image in Azure Container Registry |
|---|---|
| description | Build a containerized Python web app in the cloud. |
| ms.topic | conceptual |
| ms.date | 07/07/2022 |
| ms.custom | devx-track-python |
| ms.prod | azure-python |
| author | jess-johnson-msft |
| ms.author | jejohn |
This article is part of a tutorial about containerizing and deploy a Python web app to Azure App Service. App Service enables you to run containerized web apps and deploy through continuous integration/continuous deployment (CI/CD) capabilities with Docker Hub, Azure Container Registry, and Visual Studio Team Services. In this part of the tutorial, you learn how to build and run the containerized Python web app locally.
In the previous part of this tutorial, a container image was build and run locally. In this part of the tutorial, you will build (containerize) a Python web app into a Docker image in the cloud, in Azure Container Registry. Building in the close which has the advantage of typically being faster and easier.
If you have an Azure Container Registry, go to the next step.