AZ-400 · Question #31
Your company has a project in Azure DevOps for a new web application. The company uses Service Now for change management. You need to ensure that a change request is processed before any components ca
The correct answer is B. Define a post deployment gate after the deployment to the QA stage. D. Define a pre deployment gate before the deployment to the Prod stage.. An example of a release pipeline that can be modeled through a release pipeline in shown below: In this example, a release of a website is created by collecting specific versions of two builds (artifacts), each from a different build pipeline. The release is first deployed to a D
Question
Exhibit
Options
- ADefine a deployment control that invokes the Service Now SOAP API.
- BDefine a post deployment gate after the deployment to the QA stage.
- CDefine a deployment control that invokes the ServiceNow REST API.
- DDefine a pre deployment gate before the deployment to the Prod stage.
How the community answered
(23 responses)- A13% (3)
- B83% (19)
- C4% (1)
Explanation
An example of a release pipeline that can be modeled through a release pipeline in shown below: In this example, a release of a website is created by collecting specific versions of two builds (artifacts), each from a different build pipeline. The release is first deployed to a Dev stage and then forked to two QA stages in parallel. If the deployment succeeds in both the QA stages, the release is deployed to Prod ring 1 and then to Prod ring 2. Each production ring represents multiple instances of the same website deployed at various locations around the globe. https://docs.microsoft.com/en-us/azure/devops/pipelines/release
Community Discussion
No community discussion yet for this question.
