ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 154 - DP-900 discussion

Report
Export

When can you use an Azure Resource Manager template?

A.
to automate the creation of an interdependent group of Azure resources in a repeatable way
Answers
A.
to automate the creation of an interdependent group of Azure resources in a repeatable way
B.
to apply Azure policies for multi-tenant deployments
Answers
B.
to apply Azure policies for multi-tenant deployments
C.
to provision Azure subscriptions
Answers
C.
to provision Azure subscriptions
D.
to control which services and feature administrators and developers can deploy from the Azure portal
Answers
D.
to control which services and feature administrators and developers can deploy from the Azure portal
Suggested answer: A

Explanation:

Section: Describe how to work with relational data on Azure

You can automate deployments and use the practice of infrastructure as code. In code, you define the infrastructure that needs to be deployed

To implement infrastructure as code for your Azure solutions, use Azure Resource Manager templates (ARM templates). The template is a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your project. The template uses declarative syntax, which lets you state what you intend to deploy without having to write the sequence of programming commands to create it. In the template, you specify the resources to deploy and the properties for those resources.

Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/overview

asked 02/10/2024
Melih Sivrikaya
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first