Medium1 markMultiple Choice
Domain 3.3: Tools for Managing and Deploying Azure ResourcesARM TemplatesInfrastructure as CodeDeployment
AZ-900 · Question 30 · Domain 3.3: Tools for Managing and Deploying Azure Resources
A development team wants to deploy Azure infrastructure using a declarative JSON file that defines the resources they need. What should they use?
A development team wants to deploy Azure infrastructure using a declarative JSON file that defines the resources they need. What should they use?
Answer options:
A.
Azure CLI
B.
Azure PowerShell
C.
Azure Resource Manager (ARM) templates
D.
Azure Cloud Shell
How to approach this question
Identify the Infrastructure as Code (IaC) tool that uses JSON.
Full Answer
C.Azure Resource Manager (ARM) templates✓ Correct
Azure Resource Manager (ARM) templates
To implement infrastructure as code for your Azure solutions, use Azure Resource Manager (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 6
60 questions · hints · full answers · grading
More questions from this exam
Q01What is the best definition of cloud computing?EasyQ02According to the shared responsibility model, which of the following is ALWAYS the responsibility...EasyQ03Which cloud benefit ensures that an application remains accessible and operational even if a loca...EasyQ04A company wants to move away from purchasing physical servers and instead pay monthly for the com...EasyQ05Which cloud service model provides the highest level of control and flexibility over the operatin...Easy
Expert