Which Azure service allows you to automate the deployment of resources based on infrastructure as code (IaC)?
a) Azure Resource Manager (ARM)
b) Azure Monitor
c) Azure SQL Database
d) Azure Functions
Answer:
a) Azure Resource Manager (ARM)
Explanation:
Azure Resource Manager (ARM) allows users to automate the deployment and management of Azure resources using infrastructure as code (IaC). ARM uses declarative JSON templates to define resources, making it easy to deploy and manage infrastructure consistently across environments.
With ARM templates, users can automate the provisioning of resources, such as virtual machines, databases, and networks, ensuring that infrastructure is deployed correctly and efficiently.
This approach enables faster, more reliable deployments and reduces manual configuration errors by automating resource provisioning.