What should you use to implement the code quality restriction on the release pipeline for the investment planning applications suite?

What should you use to implement the code quality restriction on the release pipeline for the investment planning applications suite?
A. a pre-deployment approval
B. a deployment gate
C. a post-deployment approval
D. a trigger

microsoft-exams

One thought on “What should you use to implement the code quality restriction on the release pipeline for the investment planning applications suite?

  1. Scenario: Code quality and release quality are critical. During release, deployments must not proceed between stages if any active bugs are logged against the release.
    Since here we need to adhere to the requirement of “During release, deployments must not proceed between stages if any active bugs are logged against the release“, hence we can accomplish this with the use of gates.
    https://learn.microsoft.com/en-us/azure/devops/pipelines/release/approvals/gates?view=azure-devops
    answer is B

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.