You want application container images to be rebuilt automatically whenever the base image they depend on is updated, without your team running the builds manually. Which Azure Container Registry capability should you configure?
- AGeo-replication of the registry
- BContent trust for image signing
- CAzure Container Registry tasks Correct
- DWebhook integration on the registry
Why A is wrong: Geo-replication distributes images across geographies; it does not trigger rebuilds when a base image changes.
Why B is wrong: Content trust signs image tags; it does not rebuild images on base image updates.
Why C is correct: Correct. Azure Container Registry tasks can automatically rebuild application images when their base images are updated, and can build on demand or on triggers such as source commits and base image updates.
Why D is wrong: Webhooks notify external systems of registry events but do not themselves rebuild images from updated base images.