Manage Infrastructure as Code — MOC
MS Learn path: Manage infrastructure as code using Azure · Prophecy: environments built from code, not clicks.
Planned concepts
IaC · Bicep · ARM templates · terraform · desired-state · configuration-drift · provisioning-pipeline · immutable-infrastructure
Modules in this path
- intro-infrastructure-as-code — what IaC is, declarative vs imperative, desired state
- use-bicep-arm — author & deploy with Bicep (and ARM templates) via a provisioning pipeline
- terraform-in-azure — cross-cloud IaC with the AzureRM provider, state file & lifecycle
- configuration-and-drift — parameterize config, detect/fix drift, keep environments reproducible
Skills
Declarative provisioning, config management, drift.
Practice questions
- az400-q-iac-001 — Bicep vs ARM templates
- az400-q-iac-002 — detecting Terraform configuration drift