Learn how to analyze an Azure DevOps release pipeline diagram to determine the number of stages with triggers set and identify which component enables continuous delivery.
Table of Contents
Question
You are configuring a release pipeline in Azure DevOps as shown in the exhibit.
Use the drop-down menus to select the answer choice that answers each question based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
How many stages have triggers set?
- 0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
Which component should you modify to enable continuous delivery?
- The Development stage
- The Internal Review stage
- The Production stage
- The Web Application artifact
Answer
How many stages have triggers set?: 5
Which component should you modify to enable continuous delivery?: The Internal Review stage
Explanation
Box 1: 5 –
There are five stages: Development, QA, Pre-production, Load Test and Production. They all have triggers.
Box 2: The Internal Review stage
Based on the release pipeline diagram shown, 3 stages have triggers set. The Development, QA, and Pre-Prod stages all have a lightning bolt icon, indicating a trigger is configured for those stages. The other stages like Internal Review, Stakeholder Review, Load Test, and Production do not show a trigger icon.
To enable continuous delivery in this pipeline, you should modify the Web Application artifact. Continuous delivery involves automatically deploying changes to production whenever a new version of the artifact is available. By setting a trigger on the artifact itself, the pipeline will kick off and flow through the various stages up to production whenever the web application artifact is updated, enabling a continuous delivery model. The individual stages control when and how the artifact is deployed within the pipeline, but the artifact is the originating component that determines when the overall pipeline runs for continuous delivery.
Microsoft AZ-400 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft AZ-400 exam and earn Microsoft AZ-400 certification.