Question 317:
You are configuring a branch policy to ensure high-quality code in your Repo by showing requirements for all pull requests. . You plan to use Azure Functions to create a custom branch policy for the master branch. You need to ensure that the function inspects the pull request and posts the status to the pull request. Which of the two settings are required in Azure DevOps? Each correct answer presents a part of the solution.
Answer options:
A.Add a status policy under branch policies of the master branch. B.Configure a service hook for pull request events. C.Add a build policy under branch policies of the master branch. D.Create a personal access token with the required scope.