QuestionQ4

Develop containerized solutions on Azure

You configure ACR Tasks to automate container image builds.

Container images must be rebuilt when:

  • Application updates occur.
  • Base image updates occur, such as when the underlying OS image is updated.
  • Regular scheduled rebuilds are needed.

You need to configure ACR Tasks to support automated image rebuilds.

Which three triggers should you configure? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Choose three
  • A Timer trigger
  • B Source code commit trigger
  • C Registry event trigger
  • D Base image update trigger
  • E Webhook notification trigger
Explanation

Azure Container Registry Tasks can automatically run builds on source-code commits, base-image updates, and timer schedules. These triggers respectively handle application changes, updated parent images such as OS images, and recurring rebuilds.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!