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?
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
Q01What is the best definition of cloud computing?EasyQ02True or False: In a public cloud model, you are responsible for managing and maintaining the phys...EasyQ03Which cloud model allows a company to maintain strict control over highly sensitive data on-premi...MediumQ04What is the primary benefit of 'high availability' in cloud computing?EasyQ05Which term describes the ability to automatically increase or decrease compute resources based on...Easy
Expert