AZ-400 · Question #275
You have an Azure DevOps project named Project1 and an Azure subscription named Sub1. You need to prevent releases from being deployed unless the releases comply with the Azure Policy rules assigned t
The correct answer is A. Add a deployment gate.. You can check policy compliance with gates. You can extend the approval process for the release by adding a gate. Gates allow you to configure automated calls to external services, where the results are used to approve or reject a You can use gates to ensure that the release meet
Question
Options
- AAdd a deployment gate.
- BModify the Deployment queue settings.
- CConfigure a deployment trigger.
- DCreate a pipeline variable.
How the community answered
(16 responses)- A75% (12)
- B13% (2)
- C6% (1)
- D6% (1)
Explanation
You can check policy compliance with gates. You can extend the approval process for the release by adding a gate. Gates allow you to configure automated calls to external services, where the results are used to approve or reject a You can use gates to ensure that the release meets a wide range or criteria, without requiring user intervention. https://docs.microsoft.com/en-us/azure/devops/pipelines/release/deploy-using-approvals
Topics
Community Discussion
No community discussion yet for this question.