Login to ACR
az acr login --name mycontainerregistry
Build Image using docker
docker build -t zaid-cloud --file ../Dockerfile .
Tag Image
docker tag zaid-cloud:latest mycontainerregistry.azurecr.io/zaid-cloud
Push Image to ACR
docker push mycontainerregistry.azurecr.io/zaid-cloud