Question 220:
The following release pipeline has been defined in Azure DevOps.
The Artifacts section has been defined to pick up the artifacts from a build pipeline defined in Azure DevOps. You have to configure the pipeline to ensure that an approval is required before the build can be released to the “Production” stage. Which of the following would you implement to fulfill this requirement?
Answer options:
A.Add a gate to the “Staging” stage. B.Add a gate to the “Production” stage. C.Add an approval to “Production” stage. D.Add a task to the “Production” stage.