Medium1 markMultiple Choice

AZ-900 · Question 56 · Domain 3.3: Tools for Managing and Deploying Azure Resources

Select TWO ways to deploy Infrastructure as Code (IaC) natively in Azure.

Answer options:

A.

ARM templates

B.

Azure Portal

C.

Bicep

D.

Azure Advisor

E.

Azure Cost Management

How to approach this question

Look for the declarative languages used to define Azure infrastructure.

Full Answer

Infrastructure as Code (IaC) is the management of infrastructure in a descriptive model. In Azure, the native ways to achieve this are using ARM (Azure Resource Manager) templates (which use JSON) and Bicep (a newer, simpler domain-specific language that compiles down to ARM templates).

Common mistakes

Selecting Azure Portal. Using the Portal is 'click-ops' (manual deployment), which is the exact opposite of Infrastructure as Code.

Practice the full Azure Fundamentals AZ-900 Practice Exam 5

60 questions · hints · full answers · grading

More questions from this exam