nerdexam
Microsoft

AZ-305 · Question #274

You plan to deploy an application named App1 that will run in containers on Azure Kubernetes Service (AKS) clusters. The AKS clusters will be distributed across four Azure regions. You need to…

The correct answer is B. Premium SKU Azure Container Registry. Enable geo-replication for container images. Best practice: Store your container images in Azure Container Registry and geo-replicate the registry to each AKS region. To deploy and run your applications in AKS, you need a way to store and pull the container images. Container…

Submitted by fatima_kr· Mar 6, 2026Design infrastructure solutions

Question

You plan to deploy an application named App1 that will run in containers on Azure Kubernetes Service (AKS) clusters. The AKS clusters will be distributed across four Azure regions. You need to recommend a storage solution to ensure that updated container images are replicated automatically to all the Azure regions hosting the AKS clusters. Which storage solution should you recommend?

Options

  • Ageo-redundant storage (GRS) accounts
  • BPremium SKU Azure Container Registry
  • CAzure Content Delivery Network (CDN)
  • DAzure Cache for Redis

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    76% (19)
  • C
    8% (2)
  • D
    12% (3)

Explanation

Enable geo-replication for container images. Best practice: Store your container images in Azure Container Registry and geo-replicate the registry to each AKS region. To deploy and run your applications in AKS, you need a way to store and pull the container images. Container Registry integrates with AKS, so it can securely store your container images or Helm charts. Container Registry supports multimaster geo-replication to automatically replicate your images to Azure regions around the world. Geo-replication is a feature of Premium SKU container registries. When you use Container Registry geo-replication to pull images from the same region, the results Faster: You pull images from high-speed, low-latency network connections within the same Azure More reliable: If a region is unavailable, your AKS cluster pulls the images from an available container registry. Cheaper: There's no network egress charge between datacenters. https://docs.microsoft.com/en-us/azure/aks/operator-best-practices-multi-region

Community Discussion

No community discussion yet for this question.

Full AZ-305 Practice