forked from neilpeterson/talk-azure-governance
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blueprint-body.json
28 lines (28 loc) · 978 Bytes
/
blueprint-body.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"properties": {
"description": "This blueprint sets tag policy and role assignment on the subscription, creates a ResourceGroup, and deploys a resource template and role assignment to that ResourceGroup.",
"targetScope": "subscription",
"parameters": {
"tagName": {
"type": "string",
"metadata": {
"displayName": "Tag name."
}
},
"tagValue": {
"type": "string",
"metadata": {
"displayName": "Tag value."
}
}
},
"resourceGroups": {
"line-of-buisness-app": {
"description": "Contains the resource template deployment and a role assignment."
},
"container-instances": {
"description": "Contains the resource template deployment and a role assignment."
}
}
}
}