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

Practice Microsoft Azure Administrator (AZ-104) Questions Free