AZ-104 - Deploy and Manage Azure Compute Resources - Section 3.3

Provision and manage containers using Azure Container Instances and Azure Container Apps.

Describe Azure Container Instances as a serverless option for running containers without managing underlying infrastructure, and contrast it with Azure Container Apps, which adds built-in scaling and traffic management. Configure container groups, pass environment variables for runtime configuration, and pull images from Azure Container Registry.

Azure Container InstancesAzure Container Appscontainer groupsenvironment variablescontainer registry

Practice question for this objective

Free sampleDeploy and Manage Azure Compute Resourcesmedium

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
Azure Container Registry tasks automate image builds on triggers including base image updates and source code commits. 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 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.

See more AZ-104 practice questions, answers explained.

More in this domain

Back to all Deploy and Manage Azure Compute Resources objectives, or the AZ-104 cert hub.

Examworthy is not affiliated with or endorsed by Microsoft. Original, blueprint-aligned practice material only.