Azure Container Registry with Geo-replication Template
This template deploys an Azure Container Registry with geo-replication enabled. Azure Container Registry is a PaaS offer for creating your own Docker image registry.
To learn more about how to deploy the template, see the quickstart article.
Tags: Azure Container Registry, Docker, Microsoft.ContainerRegistry/registries, Microsoft.ContainerRegistry/registries/replications
Solution overview and deployed resources
The following resources are deployed as part of the solution. Note the Azure Container Registry is set to Premium sku which is required to support Geo-Replication.
- Azure Container Registry: Docker image registry
- Geo-Replicated registry: Docker image registry replication
Login to your registry
Follow this documentation to authenticate your docker client to your container registry.
Push images to your registry
For pushing docker images on your registry, follow this documentation.