DP-900 · Question #105
When can you use an Azure Resource Manager template?
The correct answer is A. to automate the creation of an interdependent group of Azure resources in a repeatable way. 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 Java
Question
Options
- Ato automate the creation of an interdependent group of Azure resources in a repeatable way
- Bto automate the creation of an interdependent and develop can deploy from the Azure portal
- CTo provision Azure subscriptions and apply policies for multi-tenant deployments
- DTo set complex permissions automatically on existing objects in an Azure subscription
How the community answered
(22 responses)- A86% (19)
- B5% (1)
- D9% (2)
Explanation
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
Topics
Community Discussion
No community discussion yet for this question.