Easy1 markMultiple Choice
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?
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
Q01What is the primary definition of cloud computing?EasyQ02Under the shared responsibility model, which of the following is ALWAYS the responsibility of the...MediumQ03True or False: In a public cloud deployment model, you must purchase and manage your own physical...EasyQ04A company wants to move away from purchasing physical servers and instead pay monthly for the com...MediumQ05Which TWO of the following are primary benefits of using cloud computing? (Select TWO)Easy
Expert