AZ-400 Exam QuestionsBrowse all questions from this exam

AZ-400 Exam - Question 226


You have a project in Azure DevOps.

You need to implement a new branching solution. The solution must ensure that all pull requests meet the following requirements:

• Include linked work items.

• Pass build validation policies.

• Require at least three reviewers.

What should you include in the solution?

Show Answer
Correct Answer: A

To meet the requirements of including linked work items, passing build validation policies, and requiring at least three reviewers for all pull requests, you should use branch policies. Branch policies in Azure DevOps allow you to enforce these kinds of rules and configurations on your branches, ensuring that your project's standards are maintained before any code is merged into the main branch.

Discussion

4 comments
Sign in to comment
ozbonnyOption: A
Feb 23, 2024

Correct

TechyNettyOption: A
Jan 16, 2024

The given answer is correct

FeriAZOption: A
Mar 12, 2024

Branch policies in Azure DevOps allow you to define rules and configurations for branches in your version control system.

husam421Option: A
Jul 15, 2024

Correct