Process Flow - ACR image building and pushing
Write Dockerfile
Build Docker Image
Login to ACR
Tag Image with ACR Repo
Push Image to ACR
Image Stored in ACR
This flow shows the steps to build a Docker image locally, log in to Azure Container Registry (ACR), tag the image for ACR, and push it to store in the registry.