Microsoft
AZ-400 · Question #465
You use Azure Repos to manage source code and Azure Pipelines to implement continuous integration and continuous deployment (CI/CD). You need to ensure that all comments on pull requests are resolved
The correct answer is C. a branch policy. https://learn.microsoft.com/en-us/azure/devops/repos/git/branch-policies?view=azure- devops&tabs=browser#check-for-comment-resolution The Check for comment resolution policy checks whether all PR comments are resolved.
Submitted by ravi_2018· Mar 6, 2026Design and implement source control
Question
You use Azure Repos to manage source code and Azure Pipelines to implement continuous integration and continuous deployment (CI/CD). You need to ensure that all comments on pull requests are resolved before the pull requests are included in a build. The solution must minimize administrative effort. What should you include in the solution?
Options
- Aa custom action
- Ba post-deployment gate
- Ca branch policy
- Da pre-deployment gate
How the community answered
(33 responses)- B3% (1)
- C94% (31)
- D3% (1)
Explanation
https://learn.microsoft.com/en-us/azure/devops/repos/git/branch-policies?view=azure- devops&tabs=browser#check-for-comment-resolution The Check for comment resolution policy checks whether all PR comments are resolved.
Community Discussion
No community discussion yet for this question.