A public-library consortium wants the same container repository available in two Azure regions so App Service pulls stay local. Which ACR capability unlocks that multi-region pull pattern?
Select an answer to reveal the explanation.
Short Explanation
Want the same shelves in two cities? That is ACR Premium geo-replication—not a Basic registry trick and not “stand up AKS twice.” One Premium registry, replicas where your App Service apps pull.
Full Explanation
Geo-replication is an Azure Container Registry Premium feature that replicates repositories to additional regions for local pulls. Basic and Standard tiers do not provide geo-replication. Standing up AKS or enabling Blob soft delete does not create multi-region ACR repositories for App Service image pulls.