Deploying a containerized Web App | Azure App Service
By Muhammad Zeeshan | Azure
In this Part, we will be deploying a containerized web app to Azure App service. We will also see about how to use different versions of an image in ACR and some API operations of web app using postman.
Build and Push docker Image to Azure Container Registry
By Muhammad Zeeshan | Azure
This is Part 2 of Deploy a Python web app to Azure App Service on Linux. In Part 1, we went through the Azure Portal to create a Resource Group and an Azure Container Registry. In this part, we will build and push docker image to Azure Container Registry. Building a python based docker image, …
Build and Push docker Image to Azure Container Registry Read More »
Setup an Azure Container Registry with Azure Portal
By Muhammad Zeeshan | Azure
Learn how to create an Azure Container Registry(ACR) with the Azure Portal to deploy docker images. This is Part 1 of Deploy a Python web app to Azure App Service on Linux using Docker and Azure Container Registry. Learning Objective This tutorial series explains how to setup an Azure Container Registry to deploy a python …
Setup an Azure Container Registry with Azure Portal Read More »