Medium1 markMultiple Choice
AZ-900 · Question 55 · Domain 3.3: Tools for Managing and Deploying Azure Resources
Which TWO of the following are native Azure tools used for Infrastructure as Code (IaC) deployments? (Select TWO)
Which TWO of the following are native Azure tools used for Infrastructure as Code (IaC) deployments? (Select TWO)
Answer options:
A.
Azure Resource Manager (ARM) templates
B.
Bicep
C.
Azure Portal
D.
Azure Policy
E.
Microsoft Purview
How to approach this question
Identify the tools used to write code that deploys Azure resources.
Full Answer
Azure Resource Manager (ARM) templates, Bicep
Infrastructure as Code (IaC) allows you to define your infrastructure in text files. Azure natively supports ARM templates (written in JSON) and Bicep (a newer, more readable domain-specific language) for declarative IaC deployments.
Common mistakes
Thinking Terraform is a native Azure tool. While supported, ARM and Bicep are the native Microsoft tools.
Practice the full Azure Fundamentals AZ-900 Practice Exam 7
60 questions · hints · full answers · grading
More questions from this exam
Q1What is the primary definition of cloud computing?EasyQ2True or False: In the shared responsibility model, the customer is always responsible for the sec...EasyQ3Which TWO of the following are characteristics of a public cloud? (Select TWO)MediumQ4Which cloud benefit describes the ability of a system to remain operational for a high percentage...EasyQ5A company wants to transition from purchasing physical servers to paying a monthly fee based on t...Easy
Expert