Start here! Get your feet wet with the Microsoft cloud and begin your journey to earning your Microsoft Certified: Azure Fundamentals certification!
Prepare and test your skills

Prepare and test your skills

Worked example. The correct answer is already marked and every option is explained below, so there is nothing to select here. To answer questions yourself, start the free trial.
An IT department wants to streamline its cloud deployment process and reduce manual configuration errors. The team needs an automation solution that uses declarative JSON files to define, deploy, and consistently replicate multi-tier infrastructure across development, testing, and production environments.
Which Azure solution should the team implement?
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.
Azure Resource Manager (ARM) templates are JavaScript Object Notation (JSON) files that implement an infrastructure-as-code (IaC) approach for deploying and managing cloud resources in Microsoft Azure. They use declarative syntax, meaning administrators describe the intended end-state of the infrastructure rather than writing imperative sequence commands.
ARM templates directly satisfy the organization's requirements by:
ARM templates represent Azure's native infrastructure-as-code solution, providing built-in tracking in the Azure portal and immediate support for newly released Azure resource types without requiring additional management infrastructure.