Microsoft
AZ-400 · Question #588
You have an Azure DevOps pipeline named Pipeline1. You need to track the stability of code changes in Pipeline1. Which metric should you use?
The correct answer is D. deployment frequency (DT). Understanding the frequency of how often new code is deployed into production is critical to understanding DevOps success. Many practitioners use the term “delivery” to mean code changes that are released into a pre-production staging environment, and reserve “deployment” to refe
Submitted by yousef_jo· Mar 6, 2026Implement an instrumentation strategy
Question
You have an Azure DevOps pipeline named Pipeline1. You need to track the stability of code changes in Pipeline1. Which metric should you use?
Options
- Atest pass rate
- Blead time for changes (LT)
- Ctime to detect (TTD)
- Ddeployment frequency (DT)
How the community answered
(27 responses)- A11% (3)
- B4% (1)
- C4% (1)
- D81% (22)
Explanation
Understanding the frequency of how often new code is deployed into production is critical to understanding DevOps success. Many practitioners use the term “delivery” to mean code changes that are released into a pre-production staging environment, and reserve “deployment” to refer to code changes that are released into production.
Topics
#DORA metrics#deployment frequency#pipeline stability#CI/CD metrics
Community Discussion
No community discussion yet for this question.