How to build and push a docker image in ACR using the ADO pipeline
Reading Time: 3 minutes What is ACR? ACR is known as Azure Container Registry. It is a cloud-based service for managing private registries on Docker Registry. We can use it to create and maintain Docker container registries in the Azure cloud and manage to store Docker images and artifacts privately. These are the following steps to build and push the docker image to ACR using ADO: Step1. Firstly you Continue Reading