- Overview: How the Five AZ-400 Domains Fit Together
- Domain 1: Design and Implement Processes and Communications
- Domain 2: Design and Implement a Source Control Strategy
- Domain 3: Design and Implement Build and Release Pipelines
- Domain 4: Develop a Security and Compliance Plan
- Domain 5: Implement an Instrumentation Strategy
- Turning Domain Weighting Into a Study Plan
- Exam Mechanics: Format, Registration, and Scoring
- FAQ
- Domain 3 (build and release pipelines) is 50-55% of AZ-400 - allocate more than half your study time there.
- The other four domains each carry 10-15% except instrumentation, which is only 5-10%.
- Passing requires a scaled score of 700, plus an existing Azure Administrator or Azure Developer Associate credential.
- Skills measured reflect the July 27, 2026 update on Microsoft Learn - verify you're studying the current version.
Overview: How the Five AZ-400 Domains Fit Together
The Microsoft Certified: DevOps Engineer Expert credential is earned by passing one exam - AZ-400 - and it is not a survey of loosely related trivia. Microsoft organizes the exam into five skills-measured domains, each mapping to a distinct slice of a real DevOps engineer's job: getting teams and processes aligned, managing code history safely, automating the path from commit to production, protecting the pipeline and its outputs, and knowing whether what you shipped is actually working. If you're just getting oriented, our What Is AZ-400? overview and the broader AZ-400 Certification page are good starting points before you dive into domain-level detail.
What makes AZ-400 different from an associate-level exam is that it assumes you already know how to administer or develop in Azure. Microsoft requires candidates to hold Azure Administrator Associate or Azure Developer Associate before the Expert badge is awarded, and the exam questions are written with that baseline assumed rather than explained. That's part of why the domain structure matters so much: each domain builds on infrastructure and coding knowledge you're expected to bring with you.
The rest of this guide walks through each domain in the order Microsoft lists them, then shows how to convert that weighting into an actual study sequence. For a broader difficulty assessment beyond just domain content, see How Hard Is the AZ-400 Exam? Complete Difficulty Guide 2026.
Domain 1: Design and Implement Processes and Communications (10-15%)
This domain sits at the front of the exam blueprint because process decisions precede tooling decisions. Before you write a single pipeline stage, you need an agreed-upon way for teams to plan work, communicate changes, and structure collaboration across development, operations, and security groups.
What Domain 1 Actually Tests
Candidates must understand how to design workflows and communication strategies that support DevOps culture at scale, not just configure a single tool.
- Selecting and configuring Agile/Scrum/Kanban processes in Azure Boards
- Designing a communication strategy for stakeholders and cross-functional teams
- Integrating GitHub or Azure DevOps work items with external tools
- Structuring teams, permissions, and areas/iterations for multi-team projects
- Defining a strategy for managing feedback loops and technical debt
Questions here tend to be scenario-driven: you're given a company situation - distributed teams, compliance constraints, merger of two toolchains - and asked to pick the process or configuration that best fits. There isn't a single "right tool" answer key; you're being tested on judgment. For a deeper domain-specific breakdown, see AZ-400 Domain 1: Design and implement processes and communications (10-15%) - Complete Study Guide 2026.
Domain 2: Design and Implement a Source Control Strategy (10-15%)
Source control strategy is deceptively simple-sounding but frequently trips up candidates who've only worked with basic Git workflows. Microsoft expects fluency in branching models, repository structure decisions, and migration scenarios.
Core Topics in Domain 2
You need working knowledge of Git internals and repository design patterns, not just command syntax.
- Branching strategies: trunk-based development, GitFlow, release flow
- Structuring monorepos versus multiple repositories
- Migrating existing code and history into Azure Repos or GitHub
- Configuring branch policies, pull request workflows, and required reviewers
- Managing large files, submodules, and repository hygiene
Expect at least one scenario requiring you to choose a branching strategy given constraints like release cadence, team size, or hotfix requirements. This domain overlaps with Domain 3 in practice - your branching model directly shapes how your pipeline triggers builds - so study them close together. Full coverage is in AZ-400 Domain 2: Design and implement a source control strategy (10-15%) - Complete Study Guide 2026.
Domain 3: Design and Implement Build and Release Pipelines (50-55%)
This is the domain that decides whether you pass. At 50-55% of the exam, Domain 3 is effectively the exam - everything else is supporting context. If you only have time to master one area deeply, this is it.
What You Must Be Able to Do
Domain 3 tests hands-on pipeline design and troubleshooting judgment across both Azure Pipelines and GitHub Actions.
- Author and maintain YAML pipelines, including templates and reusable stages
- Configure GitHub Actions workflows and understand when to use them versus Azure Pipelines
- Design deployment strategies: blue-green, canary, ring-based, feature flags
- Implement package management with Azure Artifacts, NuGet, npm, and container registries
- Configure approvals, gates, and environments for release control
- Integrate automated testing (unit, integration, load) into pipeline stages
- Implement Infrastructure as Code using ARM templates, Bicep, or Terraform within pipelines
- Diagnose and repair failing or inefficient pipelines
Because this domain is so broad, candidates often underestimate how much hands-on lab time it requires. Reading about YAML syntax is not the same as debugging a broken multi-stage pipeline under time pressure. Build actual pipelines in a free-tier Azure DevOps organization and a GitHub repo - trigger failures on purpose so you recognize the error patterns during the exam. The complete domain breakdown, including which sub-topics historically get the most exam attention, is in AZ-400 Domain 3: Design and implement build and release pipelines (50-55%) - Complete Study Guide 2026.
Key Takeaway
Spend roughly half your total prep time - not a quarter - on Domain 3. Build at least three end-to-end pipelines from scratch, covering both Azure Pipelines YAML and GitHub Actions, before exam day.
Domain 4: Develop a Security and Compliance Plan (10-15%)
Domain 4 shifts focus from "how do we ship" to "how do we ship safely." Microsoft expects candidates to reason about security as a pipeline property, not an afterthought bolted on post-deployment.
Security and Compliance Topics
This domain covers identity, secrets, scanning, and governance across the DevOps toolchain.
- Managing secrets with Azure Key Vault and pipeline variable groups
- Configuring dependency and container image scanning
- Implementing static analysis (SAST) and dynamic analysis (DAST) in pipelines
- Applying Azure Policy and governance controls to deployment targets
- Designing role-based access control across repos, pipelines, and environments
- Meeting compliance requirements through audit logging and traceability
Because security touches every stage of the pipeline, expect Domain 4 questions to reference scenarios you already saw in Domain 3 - a failed deployment because a secret wasn't scoped correctly, or a scan gate blocking a release. Studying these two domains together reinforces both. See AZ-400 Domain 4: Develop a security and compliance plan (10-15%) - Complete Study Guide 2026 for the detailed breakdown.
Domain 5: Implement an Instrumentation Strategy (5-10%)
The smallest domain by weight, but not one to skip - a 5-10% domain can still swing a borderline score. Instrumentation is about proving your deployments are healthy after release, closing the feedback loop that Domain 1's process design promised to deliver.
What's Covered
Candidates must understand how to configure monitoring and telemetry that feeds back into release decisions.
- Configuring Application Insights for release health monitoring
- Designing alerting strategies tied to deployment gates
- Integrating logging and metrics across distributed services
- Using telemetry data to inform rollback or progressive exposure decisions
Because this domain is compact, a few focused study sessions covering Application Insights configuration and alert-to-pipeline integration should be sufficient - don't let its low weight tempt you to skip it entirely, since it can still appear in multi-part scenario questions shared with Domain 3.
Turning Domain Weighting Into a Study Plan
Once you understand what each domain actually tests, the next step is sequencing your study time so it matches the exam's weighting rather than an arbitrary "read the whole syllabus once" approach.
| Domain | Weight | Suggested Study Emphasis |
|---|---|---|
| 1. Processes and communications | 10-15% | Light - conceptual review, Azure Boards configuration |
| 2. Source control strategy | 10-15% | Moderate - hands-on branching and PR policy practice |
| 3. Build and release pipelines | 50-55% | Heavy - majority of lab time, multiple full pipeline builds |
| 4. Security and compliance plan | 10-15% | Moderate - Key Vault, scanning, RBAC hands-on |
| 5. Instrumentation strategy | 5-10% | Light - Application Insights configuration walkthrough |
Foundations + Domain 1 & 2
- Confirm Azure Administrator or Developer Associate prerequisite is met
- Review process design and Azure Boards configuration
- Practice branching strategies and repository migration scenarios
Domain 3 Deep Work
- Build YAML pipelines covering build, test, and multi-stage release
- Configure GitHub Actions workflows for comparable scenarios
- Practice deployment strategies and IaC integration in pipelines
- Intentionally break pipelines to practice troubleshooting
Domain 4 & 5
- Configure Key Vault-backed secrets and scanning gates
- Set up Application Insights alerting tied to a release pipeline
Integration and Review
- Take timed practice questions across all five domains
- Revisit weak domains identified from practice results
If you want a more detailed week-by-week breakdown with specific resource recommendations, our AZ-400 Study Guide 2026: How to Pass on Your First Attempt expands on this timeline. You can also sharpen domain-specific weak spots using scenario-style practice questions on our AZ-400 practice test platform before scheduling your real attempt.
Exam Mechanics: Format, Registration, and Scoring
Domain content is only half the picture - understanding how the exam is delivered matters just as much for a first-attempt pass.
- Delivery: AZ-400 is administered by Pearson VUE, with both test-center and online proctored options.
- Cost: Pricing varies by country/region; the U.S. price is commonly listed around $165 USD, confirmed at scheduling. See AZ-400 Certification Cost 2026: Complete Pricing Breakdown for a full breakdown.
- Question formats: Expect multiple choice, multiple response, drag and drop, build list, hot area, case studies, and possibly labs - heavily scenario-based rather than fact-recall.
- Passing score: 700 on Microsoft's scaled scoring system, not a raw percentage.
- Prerequisite: Azure Administrator Associate or Azure Developer Associate must be held alongside passing AZ-400 to earn the Expert credential.
- Content currency: The official skills-measured outline reflects the July 27, 2026 update - always check Microsoft Learn for the current version before you study.
- Renewal: The Expert certification expires annually and renews free via an online assessment on Microsoft Learn.
For a realistic sense of how difficult candidates find this combination of breadth and scenario depth, read How Hard Is the AZ-400 Exam? Complete Difficulty Guide 2026, and check AZ-400 Pass Rate 2026: What the Data Shows for context on outcomes. If you're weighing whether the investment is worthwhile given your career goals, Is the AZ-400 Certification Worth It? Complete ROI Analysis 2026 and AZ-400 Salary Guide 2026: Complete Earnings Analysis cover that angle, while AZ-400 Jobs looks at who's actually hiring for this credential. Once you're confident in your domain knowledge, run through timed practice sets on our practice exam simulator to check readiness against the full question format mix.
Frequently Asked Questions
Start with Domain 1 and Domain 2 for conceptual grounding, but shift the majority of your time to Domain 3 (build and release pipelines) as soon as possible, since it represents 50-55% of the exam.
No, but understanding the relative weighting helps you allocate study time correctly - Domain 3 deserves roughly half your effort, while Domain 5 needs only light review.
You can sit the exam, but Microsoft will not award the DevOps Engineer Expert certification until you also hold Azure Administrator Associate or Azure Developer Associate.
Domains are periodically updated by Microsoft. The version referenced here reflects the skills-measured outline effective July 27, 2026 - always confirm the current outline on Microsoft Learn before your exam date.
Microsoft exams in this family can include multiple choice, multiple response, drag and drop, build list, hot area, case studies, and possibly labs, so be ready for scenario-based and interactive formats, not just single-answer questions.
- AZ-400 Domain 1: Design and implement processes and communications (10-15%) - Complete Study Guide 2026
- AZ-400 Domain 2: Design and implement a source control strategy (10-15%) - Complete Study Guide 2026
- AZ-400 Domain 3: Design and implement build and release pipelines (50-55%) - Complete Study Guide 2026
- AZ-400 Domain 4: Develop a security and compliance plan (10-15%) - Complete Study Guide 2026