You plan to automata the deployment of resources to Azure subscriptions. What is a difference between using Azure Blueprints and Azure Resource Manager (ARM) te...
Microsoft AZ-305 Exam
Questions Number: 161 out of 268 Questions
60.07%
Question 161
You plan to automata the deployment of resources to Azure subscriptions. What is a difference between using Azure Blueprints and Azure Resource Manager (ARM) templates?
With Azure Blueprints, the relationship between the blueprint definition (what should be deployed) and the blueprint assignment (what was deployed) is preserved. This connection supports improved tracking and auditing of deployments. Incorrect: Not A: An ARM template is a document that doesn't exist natively in Azure - each is stored either locally or in source control or in Templates (preview). The template gets used for deployments of one or more Azure resources, but once those resources deploy there's no active connection or relationship to the template. Not C: Blueprints are a declarative way to orchestrate the deployment of various resource templates and other artifacts such as: Role Assignments - Policy Assignments - Azure Resource Manager templates (ARM templates) Resource Groups - Reference: https://docs.microsoft.com/en-us/azure/governance/blueprints/overview#how-its-different-from-resource-manager-templates