Medium1 markMultiple Choice
AZ-900 · Question 55 · Domain 3.3: Management and Deployment Tools
Which TWO of the following are Infrastructure as Code (IaC) tools used to declaratively deploy Azure resources? (Select TWO)
Which TWO of the following are Infrastructure as Code (IaC) tools used to declaratively deploy Azure resources? (Select TWO)
Answer options:
A.
Azure Portal
B.
ARM Templates
C.
Bicep
D.
Azure Cloud Shell
E.
Azure Advisor
How to approach this question
Identify the template languages used to automate Azure deployments.
Full Answer
ARM Templates and Bicep.
Infrastructure as Code (IaC) allows you to define your infrastructure in text files. ARM Templates (JSON) and Bicep are Microsoft's native IaC solutions for deploying Azure resources consistently and repeatedly.
Common mistakes
Selecting Cloud Shell. While you can run IaC from Cloud Shell, it is not an IaC tool itself.
Practice the full Azure Fundamentals AZ-900 Practice Exam 1
60 questions · hints · full answers · grading
More questions from this exam
Q01Which of the following best describes cloud computing?EasyQ02True or False: In an Infrastructure as a Service (IaaS) model, the cloud provider is responsible ...EasyQ03Which TWO of the following are recognized cloud deployment models? (Select TWO)MediumQ04What is the primary benefit of high availability in cloud computing?EasyQ05Which financial model allows a company to pay only for the computing resources they use, rather t...Easy
Expert