Question 7 of 10Pro Only
What is Infrastructure as Code, and how would you implement it in a cloud environment to improve consistency, repeatability, and auditability of infrastructure deployments?
Sample answer preview
Infrastructure as Code, or IaC, is the practice of defining and managing infrastructure through machine-readable configuration files rather than manual processes. Instead of clicking through the Azure portal or running ad hoc scripts to create resources, you write code that…
Infrastructure as CodeTerraformBicepARM templatesstate fileCI/CD