AZ-104 Question 158
Single answerYour organization has deployed an Azure Container Registry in one region. You need to replicate Docker images across multiple Azure regions to reduce network latency and ensure they remain synchronized whenever pushed or updated. Which Azure Container Registry feature should you enable to achieve this?
- A
Private endpoints
- B
Tasks
- C
Webhooks
- D
Geo-replication
Show answer and explanation
Correct answer: D
Explanation
Azure Container Registry supports Geo-replication to replicate images across multiple regions. When enabled, the registry and its images are automatically synchronized, improving performance and providing a consistent set of images in all regions.
- A. Incorrect.
Private endpoints allow you to secure Azure resources by assigning private IP addresses, but they do not replicate container images across regions.
- B. Incorrect.
Tasks automate container image builds and deployments within Azure Container Registry, but do not handle multi-region image replication.
- C. Incorrect.
Webhooks send notifications when certain actions, like image pushes, occur in your registry, but do not replicate data across regions.
- D. Correct.
Geo-replication lets you replicate your registry and container images to multiple Azure regions, ensuring automatic synchronization.