AZ-400 · Question #609
AZ-400 Question #609: Real Exam Question with Answer & Explanation
The correct answer is B: Add a stage named deployment to the YAML pipeline.. To require manual approval before deploying an application within an Azure DevOps YAML release pipeline, you need to configure pre-deployment approvals for the desired stage. This involves specifying approvers and potentially setting a timeout period. Once a new deployment is tri
Question
You have a widget named App1 and an Azure DevOps YAML pipeline named Pipeline1. App1 is released by using Pipeline1. Pipeline1 contains a single stage and a single job. You need to ensure that App1 is approved before the app is released. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- AConfigure branch control.
- BAdd a stage named deployment to the YAML pipeline.
- CChange Pipeline1 to a deployment job.
- DCreate a service connection.
- ECreate an environment and add a check.
Explanation
To require manual approval before deploying an application within an Azure DevOps YAML release pipeline, you need to configure pre-deployment approvals for the desired stage. This involves specifying approvers and potentially setting a timeout period. Once a new deployment is triggered, the designated approvers will be prompted to either approve or reject the deployment before it proceeds. https://learn.microsoft.com/en-us/azure/devops/pipelines/process/approvals
Community Discussion
No community discussion yet for this question.