nerdexam
Microsoft

AZ-400 · Question #553

You have an app that is deployed to two environments named Production-A and Production-B by using Azure Pipelines. You need to configure a release pipeline that will mark the app as complete and ready

The correct answer is B. To the Production-A environment stage, add a post-deployment gate that will query Azure. You need to query Azure Monitor once the app is deployed to Production-A.

Submitted by tunde_lagos· Mar 6, 2026Design and implement build and release pipelines

Question

You have an app that is deployed to two environments named Production-A and Production-B by using Azure Pipelines. You need to configure a release pipeline that will mark the app as complete and ready for release into the Production-B environment. The solution must meet the following requirements: - Ensure that there are no active Azure Monitor alerts in the Production-A environment before the app is marked as complete. - Minimize administrative effort. What should you do?

Options

  • ATo the Production-B environment stage, add a pre-deployment gate that will query Azure Monitor.
  • BTo the Production-A environment stage, add a post-deployment gate that will query Azure
  • CTo the Production-A environment stage, add a post-deployment approval.
  • DTo the Production-A environment stage, add a pre-deployment gate that will query Azure Monitor.

How the community answered

(38 responses)
  • A
    8% (3)
  • B
    74% (28)
  • C
    3% (1)
  • D
    16% (6)

Explanation

You need to query Azure Monitor once the app is deployed to Production-A.

Community Discussion

No community discussion yet for this question.

Full AZ-400 Practice