Infrastructure As Code — Microsoft Azure Solutions Architect (AZ-305) Practice Questions
Infrastructure as code (IaC) is the practice of defining and provisioning cloud resources through machine-readable configuration files rather than manual processes, enabling version control, repeatability, and automated deployment. For AZ-305, the primary IaC tools in scope are Azure Bicep and ARM templates, with awareness of third-party tools like Terraform. Architects must design IaC strategies that support modular templates, environment parameterization, and integration with Azure Pipelines or GitHub Actions for automated provisioning. The exam also covers governance concerns such as using Azure Policy and deployment stacks to enforce standards across IaC-driven environments.
Free questions on infrastructure as code
You need to implement a CI/CD pipeline that validates infrastructure changes before deployment to production. What approach integrates security and compliance validation?
Free question · hard · full answer + explanation
More infrastructure as code questions in the full bank
- Which Azure service manages infrastructure as code for deployment? Unlock answer & explanation →
- An organization is implementing Azure Blueprints to standardize cloud deployments. What primary benefit does Blueprints provide over manual Resource Manager templates? Unlock answer & explanation →
- You need to design a solution for managing infrastructure and application configuration across multiple environments (dev, test, prod) while maintaining consistency. What approach is optimal? Unlock answer & explanation →