Medium1 markMultiple Choice

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

What format is used to write Azure Resource Manager (ARM) templates for Infrastructure as Code (IaC) deployments?

Answer options:

A.

XML

B.

HTML

C.

JSON (JavaScript Object Notation)

D.

Python

How to approach this question

Recall the file format used for declarative ARM templates.

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 the infrastructure and configuration for your project. (Note: Bicep is also used, which compiles down to JSON).

Common mistakes

Guessing XML or a programming language like Python.

Practice the full Azure Fundamentals AZ-900 Practice Exam 3

60 questions · hints · full answers · grading

More questions from this exam