Exam AZ-400 All QuestionsBrowse all questions from this 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?

    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
ozbonnyOption: A

Correct

husam421Option: A

Correct

FeriAZOption: A

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

TechyNettyOption: A

The given answer is correct