We will create Docker Images and upload Docker image into ACR Azure pipelines.
https://www.coachdevops.com/2021/09/how-to-upload-docker-images-into-azure.html
Azure pipeline to automate the following:
– Automating builds
– Automating Docker image builds
– Automating Docker image upload into Azure Container Registry
Pre-requistes:
1. ACR is setup in Azure cloud. (see below for the steps)
2. Already created Azure DevOps dashboard in
https://dev.azure.com/
3. Dockerfile created along with the application source code
source