-1

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
  • 13,911
  • 6
  • 95
  • 110

1 Answers1

1

Have a look at

https://learn.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
  • 1,522
  • 11
  • 13