Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam DP-900 Topic 3 Question 111 Discussion

Actual exam question for Microsoft's DP-900 exam
Question #: 111
Topic #: 3
[All DP-900 Questions]

When can you use an Azure Resource Manager template?

Show Suggested Answer Hide Answer
Suggested Answer: A

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.


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

Contribute your Thoughts:

Andrew
21 hours ago
I think you can use an Azure Resource Manager template to automate the creation of an interdependent group of Azure resources in a repeatable way.
upvoted 0 times
...
Clement
3 days ago
Option A is the correct answer. Azure Resource Manager templates are used to automate the creation of interdependent Azure resources in a repeatable way.
upvoted 0 times
...

Save Cancel