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.
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
Q01What is the best definition of cloud computing?EasyQ02According to the shared responsibility model, which of the following is ALWAYS the responsibility...MediumQ03Which cloud model combines on-premises infrastructure with a public cloud, allowing data and appl...EasyQ04True or False: Moving to a public cloud typically requires a significant upfront Capital Expendit...EasyQ05An e-commerce website experiences a sudden spike in traffic during a holiday sale. The system aut...Medium
Expert