BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeDesigning and Implementing Microsoft DevOps Solutions (AZ-400)Unit 3 — Build and release pipelines — roadmap
Roadmap270 words

Unit 3 — Build and release pipelines — roadmap

Unit 3 — Design and implement build and release pipelines

Exam weight: 50–55% — over half the exam · 6 topics · 35 learning objectives

This is the unit to know cold. It is also where the July 2026 blueprint revision moved weight up, and where a pre-2026 study guide is most out of date.

TopicObjectivesCore idea
3.1 Package management4Upstream sources give availability, auditability and integrity
3.2 Testing strategy4Two gate boundaries with two different owners
3.3 Pipelines9Jobs parallel, stages sequential
3.4 Deployments8Limit blast radius; make rollback real
3.5 Infrastructure as code5One template, parameter file per environment
3.6 Maintaining pipelines5Measure before optimising

The five things to carry

  1. Jobs run in parallel by default; stages run sequentially. Opposite defaults, and dependsOn: [] is how a stage opts out.
  2. extends constrains, template composes. Typed parameters are what make the constraint enforceable — and task groups do not exist in YAML.
  3. Checks are owned by the resource owner, in five ordered categories, with Exclusive lock last.
  4. rolling is VM-only and its hooks fire per batch. runOnce fires each hook once.
  5. Expand → Migrate → Contract for schema changes. on: failure restores code, not data.

Currency warnings

Azure Automation State Configuration retires 30 Sep 2027 → Machine Configuration. Managed DevOps Pools now supersede VM Scale Set agents as the recommendation for elastic self-hosted capacity.

All Designing and Implementing Microsoft DevOps Solutions (AZ-400) Study Resources

Related Notes

  • Agent and runner infrastructure421 words
  • Agent and runner infrastructure — quick notes150 words
  • Alerting on pipeline events255 words
  • Alerting on pipeline events — quick notes94 words
  • Analyzing usage and application performance241 words
  • Analyzing usage and application performance — quick notes73 words
  • Appropriate access levels217 words
  • Appropriate access levels — quick notes85 words
  • Automating container scanning277 words
  • Automating container scanning — quick notes96 words
  • Automating documentation from Git history191 words
  • Automating documentation from Git history — quick notes55 words

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Designing and Implementing Microsoft DevOps Solutions (AZ-400)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Designing and Implementing Microsoft DevOps Solutions (AZ-400) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.