Is Azure Container Registry multi-region?

7/6/2020

We use Azure Container Registry to pull a larger image (~6Gb) to launch a cluster of many instances.. and it takes unusually long to pull the image.

We were wondering if Azure Container Registry is a truly multi-region service, or at least has a front-end CDN that has per-region local caches?

-- Tagar
azure-cloud-services
azure-container-registry
azure-container-service
docker
kubernetes

1 Answer

7/7/2020

Have a look at

https://docs.microsoft.com/en-us/azure/container-registry/container-registry-geo-replication

This will allow you to bring your images closer to your different regions where your clusters are created.

-- djsly
Source: StackOverflow