The ECR repo will be where you store the Docker image that you created on your local computer in step 1.
- Log in to ACR with Azure CLI
az acr login --name msdlcpeakit004acr
- Tag the Docker image
docker tag uberapp msdlcpeakit004acr.azurecr.io/uberapp:v1
- Push the Docker image to ACR
docker push msdlcpeakit004acr.azurecr.io/uberapp:v1