During training, staff mix up “infrastructure as code” with “ARM templates.” How should the instructor separate the two ideas?
Select an answer to reveal the explanation.
Short Explanation
IaC is the habit — describe infra in code. ARM templates are one Azure way to do that habit. Practice versus tool: keep those labels straight and the class stays unconfused.
Full Explanation
Infrastructure as code is the broader practice of defining and deploying infrastructure through code or templates. Azure Resource Manager (ARM) templates are one Azure-native format that implements that practice. Fundamentals expect that distinction without requiring Bicep-versus-Terraform deep dives.