Azure Blueprints - shivpun/az-900 GitHub Wiki
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
There's no need to choose between an ARM template
and a blueprint
. Each blueprint can consist of zero or more ARM template artifacts. This support means that previous efforts to develop and maintain a library of ARM templates
are reusable in Azure Blueprints
.
The following built-in
roles are available:
- Owner
- Contributor
- Blueprint Contributor
- Blueprint Operator