ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 89 - AZ-400 discussion

Report
Export

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?

A.
deployment conditions
Answers
A.
deployment conditions
B.
deployment queue settings
Answers
B.
deployment queue settings
C.
release gates
Answers
C.
release gates
D.
pull request triggers
Answers
D.
pull request triggers
Suggested answer: B

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.

Incorrect Answers:

C: Release gates allow automatic collection of health signals from external services, and then promote the release when all the signals are successful at the same time or stop the deployment on timeout. Typically, gates are used in connection with incident management, problem management, change management, monitoring, and external approval systems.

Reference:

https://docs.microsoft.com/en-us/azure/devops/pipelines/process/stages?tabs=classic&view=azure-devops#queuing-policies

asked 02/10/2024
Kevin Intriago
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first