ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 140 - AZ-400 discussion

Report
Export

You have a branch policy in a project in Azure DevOps. The policy requires that code always builds successfully. You need to ensure that a specific user can always merge changes to the master branch, even if the code fails to compile. The solution must use the principle of least privilege. What should you do?

A.
Add the user to the Build Administrators group.
Answers
A.
Add the user to the Build Administrators group.
B.
Add the user to the Project Administrators group.
Answers
B.
Add the user to the Project Administrators group.
C.
From the Security settings of the repository, modify the access control for the user.
Answers
C.
From the Security settings of the repository, modify the access control for the user.
D.
From the Security settings of the branch, modify the access control for the user.
Answers
D.
From the Security settings of the branch, modify the access control for the user.
Suggested answer: D

Explanation:

In some cases, you need to bypass policy requirements so you can push changes to the branch directly or complete a pull request even if branch policies are not satisfied. For these situations, grant the desired permission from the previous list to a user or group. You can scope this permission to an entire project, a repo, or a single branch. Manage this permission along the with other Git permissions.

Reference:

https://docs.microsoft.com/en-us/azure/devops/repos/git/branch-policies

asked 02/10/2024
Gaurav Singh
36 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first