Microsoft
AZ-400 · Question #482
You have an Azure subscription that contains an Azure container registry. The container registry contains an ACR Tasks task named Task1. Task1 is configured to run once every five days. You need to tr
The correct answer is A. az acr task run. https://learn.microsoft.com/en-us/cli/azure/acr/task?view=azure-cli-latest
Submitted by omar99· Mar 6, 2026Design and implement build and release pipelines
Question
You have an Azure subscription that contains an Azure container registry. The container registry contains an ACR Tasks task named Task1. Task1 is configured to run once every five days. You need to trigger Task1 to run immediately. Which command should you run?
Options
- Aaz acr task run
- Baz acr build
- Caz acr taskrun
- Daz acr run
How the community answered
(34 responses)- A88% (30)
- B3% (1)
- C3% (1)
- D6% (2)
Explanation
https://learn.microsoft.com/en-us/cli/azure/acr/task?view=azure-cli-latest
Community Discussion
No community discussion yet for this question.