
In this part we will create an Azure Container Registry.
az acr create --name acraz204lab05 --resource-group 05lab-rg --sku Basic -l westeurope
az acr build --registry acraz204lab05 --image ipcheck:latest

You can now check the respository of the container registry and verify that your docker image is available.
az acr repository show --name acraz204lab05 --image ipcheck

Now in the final post we will deploy a container from our image.