Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.63 KB

File metadata and controls

49 lines (29 loc) · 1.63 KB
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

Build and test a containerized Python web app in the cloud

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.

1. Add an Azure Container Registry

If you have an Azure Container Registry, go to the next step.


2. Build image in Azure


3. Confirm the image in the registry