Easy1 markMultiple Choice
AZ-900 · Question 55 · Domain 3.3: Tools for Managing and Deploying Azure Resources
Which tool allows you to define your Azure infrastructure using declarative JSON files, enabling repeatable and consistent deployments?
Which tool allows you to define your Azure infrastructure using declarative JSON files, enabling repeatable and consistent deployments?
Answer options:
A.
Azure Cloud Shell
B.
Azure Resource Manager (ARM) templates
C.
Azure CLI
D.
Azure Advisor
How to approach this question
Look for the keywords 'declarative JSON files' and 'repeatable deployments'.
Full Answer
B.Azure Resource Manager (ARM) templates✓ Correct
To implement infrastructure as code for your Azure solutions, you use Azure Resource Manager templates (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 2
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the primary definition of cloud computing?EasyQ02According to the shared responsibility model, which component is ALWAYS the responsibility of the...EasyQ03A company wants to transition from purchasing physical servers to a model where they only pay for...MediumQ04Which TWO of the following are primary benefits of using cloud services? (Select TWO)EasyQ05True or False: Moving to the cloud typically shifts IT spending from an Operational Expenditure (...Easy
Expert