QuestionQ4
Develop containerized solutions on AzureYou 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
Community Discussion