Member-only story

Deploy a Docker Image from ACR to Azure App Service Using Pipelines

A guide with detailed steps and screenshots.

David Olivas
7 min readFeb 19, 2021

Containerized apps have been on everyone’s lips for a while now, and it’s no surprise, they can be very useful. This article will show you how to build and deploy your Dockerized app seamlessly into an Azure App Service.

For this guide I have created a demo environment where the Dockerfile is already set up and ready to go, an Azure Container Registry (ACR) has been created (Basic SKU for this demo), I’ll use ACR; however, there are multiple options for container registries that can be used. And the project’s code is allocated in a private Azure DevOps repo.

Create and Configure The App Service

First, we’ll create the App Service in the Azure Portal. You probably already know how to create a new resource in the Azure portal, but I’ll quickly show you how to do it. First, you need a Resource Group, then on the home page you can select “Create a resource”, then “Web App” and fill out the options.

Create Web App

--

--

David Olivas
David Olivas

Written by David Olivas

Senior DevOps Engineer in Berlin. Cloud Enthusiast.… Taking a break, will post again by 2025.

No responses yet