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 engineering team is designing a deployment strategy to provision resources across multiple environments, including development, testing, and production.
The team requires a solution that uses declarative JavaScript Object Notation (JSON) files to specify the desired end state of the cloud infrastructure, allowing the entire environment to be deployed repeatedly and consistently without writing step-by-step procedural scripts.
Which solution should the team implement?
Azure Resource Manager (ARM) templates are JavaScript Object Notation (JSON) files that implement an Infrastructure as Code (IaC) solution for deploying and managing Azure resources. They allow organizations to define their infrastructure and configurations in a declarative syntax, meaning developers describe what resources should look like and how they should be configured without writing the sequential, procedural code needed to build them.
ARM templates directly satisfy the scenario's requirements through the following capabilities:
ARM templates represent Azure's native Infrastructure as Code standard. By defining infrastructure declaratively, teams avoid the maintenance overhead and error-prone nature of manual provisioning or custom imperative scripts.
Keep the momentum going with these hand-picked practice scenarios
Want more questions like this?
Get a free certification question every week.