Infrastructure As Code — Microsoft Azure Administrator (AZ-104) Practice Questions
Infrastructure as Code (IaC) is the practice of managing and provisioning cloud resources through machine-readable definition files rather than manual portal actions, and AZ-104 tests this through ARM templates and Bicep. Using IaC ensures deployments are consistent, version-controlled, and repeatable across environments such as development, staging, and production. The exam expects you to understand when to use IaC over manual deployments and how to integrate templates with CI/CD pipelines using Azure DevOps or GitHub Actions. Bicep is increasingly emphasized as a cleaner, domain-specific language that compiles to ARM JSON and simplifies template authoring.
Free questions on infrastructure as code
You need to deploy multiple identical virtual machines with consistent configuration. Which approach is most efficient?
Free question · medium · full answer + explanation
More infrastructure as code questions in the full bank
- You need to create a development environment mirroring production. What is the best approach? Unlock answer & explanation →
- What is an Azure Resource Manager (ARM) template? Unlock answer & explanation →
- What is Terraform used for in Azure? Unlock answer & explanation →