QuestionQ286

Describe core data concepts

In what situation can you use an Azure Resource Manager template?

  • 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
  • C to provision Azure subscriptions
  • D to control which services and feature administrators and developers can deploy from the Azure portal
Explanation

Azure Resource Manager templates provide repeatable, declarative deployments of Azure resources and can express dependencies between those resources so that Resource Manager deploys them in the required order.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!