Medium1 markMultiple Choice
Domain 3.3: Tools for Managing and Deploying Azure ResourcesARM TemplatesInfrastructure as CodeDeployment

AZ-900 · Question 30 · Domain 3.3: Tools for Managing and Deploying Azure Resources

A development team wants to deploy Azure infrastructure using a declarative JSON file that defines the resources they need. What should they use?

Answer options:

A.

Azure CLI

B.

Azure PowerShell

C.

Azure Resource Manager (ARM) templates

D.

Azure Cloud Shell

How to approach this question

Identify the Infrastructure as Code (IaC) tool that uses JSON.

Full Answer

C.Azure Resource Manager (ARM) templates✓ Correct
Azure Resource Manager (ARM) templates
To implement infrastructure as code for your Azure solutions, use Azure Resource Manager (ARM) templates. The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration.

Common mistakes

Confusing declarative templates (ARM) with imperative scripting (CLI/PowerShell).

Practice the full Azure Fundamentals AZ-900 Practice Exam 6

60 questions · hints · full answers · grading

More questions from this exam