Review the Microsoft DevOps Engineer Expert (AZ-400) scope, source control, CI/CD, release strategy, infrastructure as code, security, observability, and DevOps traps before practicing.
AZ-400 is a DevOps delivery exam. Use this cheat sheet to keep the workstream clear: plan, code, build, test, release, secure, monitor, and improve.
Use this with practice. Review the DevOps delivery checkpoints, then return to the AZ-400 exam page for sample questions and update tracking.
| Field | Detail |
|---|---|
| Issuer | Microsoft |
| Certification lane | Microsoft DevOps Engineer Expert |
| Exam code | AZ-400 |
| Main scope | DevOps strategy, source control, CI/CD, release, IaC, security, monitoring, and feedback |
| IT Mastery status | Sample questions available |
| Area | What to know | Common trap |
|---|---|---|
| Source control | Branching, pull requests, policies, reviews, and traceability | Letting long-lived branches hide integration risk |
| CI quality | Build validation, tests, scans, artifacts, and gates | Treating CI as only packaging |
| Release strategy | Environments, approvals, deployment slots, canary, blue-green, and rollback | Deploying without health validation |
| Infrastructure as code | Templates, repeatable deployments, configuration, drift, and review | Manually changing production and calling it automation |
| Security | Secrets, supply-chain controls, permissions, dependency scanning, and policy | Storing secrets in pipeline variables without protection |
| Observability | Telemetry, alerts, feedback loops, reliability signals, and continuous improvement | Collecting logs without using them in release decisions |
| Distinction | How to decide |
|---|---|
| Build vs release | Build creates validated artifacts; release deploys them to environments. |
| CI vs CD | CI validates every change; CD moves validated changes through deployment stages. |
| Deployment slot vs canary | Slots swap app environments; canary gradually exposes users or traffic. |
| Secret variable vs managed secret store | A secret store centralizes protection, access, audit, and rotation. |
| Monitoring vs alerting | Monitoring collects signals; alerting notifies when signals require action. |
| Manual approval vs automated gate | Approval is a human decision; a gate enforces measured criteria. |
For AZ-400 misses, name the DevOps stage first: plan, code, build, test, release, operate, secure, or improve. Then decide whether the scenario needs policy, automation, quality gates, monitoring, or rollback.