You use a Git repository in Azure Repos to manage the source code of a web application. Developers commit changes directly to the master branch. You need to imp...


Microsoft AZ-400 Exam

Questions Number: 95 out of 535 Questions
17.76%

Question 95
You use a Git repository in Azure Repos to manage the source code of a web application. Developers commit changes directly to the master branch.
You need to implement a change management procedure that meets the following requirements:
- The master branch must be protected, and new changes must be built in the feature branches first.
- Changes must be reviewed and approved by at least one release manager before each merge.
Changes must be brought into the master branch by using pull requests.
What should you configure in Azure Repos?



Branch policies help teams protect their important branches of development. Policies enforce your team's code quality and change management standards.
Reference:
https://docs.microsoft.com/en-us/azure/devops/repos/git/branch-policies





Previous Questions Next Questions