A botanical-garden team wants a Container Apps revision to refresh when a new tag lands in Azure Container Registry. What can ACR contribute, and what can it not do alone?
Select an answer to reveal the explanation.
Short Explanation
An ACR webhook is a doorbell: “new jar on the shelf.” Something else—your deploy hook or Container Apps revision update—still has to answer the door. The registry never runs the garden’s app for you.
Full Explanation
ACR webhooks notify subscribers when images are pushed or deleted. That signal can kick off a deployment that updates a Container Apps revision, but ACR itself remains a registry, not a compute host. Geo-replication copies artifacts across regions; it does not deploy applications. Image manifests do not embed host revision swaps.