Easy1 markMultiple Choice
Domain 3.3: Management ToolsManagement ToolsARM Templates

AZ-900 · Question 55 · Domain 3.3: Management Tools

Azure Resource Manager (ARM) templates are used to automate the deployment of Azure resources. What format are ARM templates written in?

Answer options:

A.

XML

B.

Python

C.

JSON (JavaScript Object Notation)

D.

HTML

How to approach this question

Recall the file format used for native Azure Infrastructure as Code.

Full Answer

C.JSON (JavaScript Object Notation)✓ Correct
Azure Resource Manager (ARM) templates are written in JSON (JavaScript Object Notation). They allow you to declaratively define your infrastructure as code (IaC). Note: Bicep is a newer language that compiles down to ARM JSON.

Common mistakes

Confusing JSON with YAML (which is used heavily in Kubernetes and Azure DevOps pipelines, but native ARM templates are JSON).

Practice the full Azure Fundamentals AZ-900 Practice Exam 4

60 questions · hints · full answers · grading

More questions from this exam