AZ-400 · Question #74
Your company has a project in Azure DevOps. You need to ensure that when there are multiple builds pending deployment, only the most recent build is deployed. What should you use?
The correct answer is A. deployment queue settings. The options you can choose for a queuing policy are: Number of parallel deployments If you specify a maximum number of deployments, two more options appear: - Deploy all in sequence - Deploy latest and cancel the others: Use this option if you are producing releases faster than b
Question
Options
- Adeployment queue settings
- Bdeployment conditions
- Crelease gates
- Dpull request triggers
How the community answered
(33 responses)- A94% (31)
- C3% (1)
- D3% (1)
Explanation
The options you can choose for a queuing policy are: Number of parallel deployments If you specify a maximum number of deployments, two more options appear: - Deploy all in sequence - Deploy latest and cancel the others: Use this option if you are producing releases faster than builds, and you only want to deploy the latest build. https://docs.microsoft.com/en- us/azure/devops/pipelines/process/stages?tabs=classic&view=azure-devops#queuing-policies
Community Discussion
No community discussion yet for this question.