Skip to content

Commit

Permalink
US63918 - Create RBAC role for app identity via ARM template
Browse files Browse the repository at this point in the history
  • Loading branch information
ikemsley committed Sep 22, 2017
1 parent 21208db commit 042d7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"location": "[resourceGroup().location]",
"resourceGroupName": "[resourceGroup().name]",
"resourceGroupId": "[resourceGroup().id]",
"roleAssignmentId": "[split(resourceGroup().id, '/')[2]]",
"roleAssignmentId": "[guid(subscription().subscriptionId)]",
"subscriptionId": "[split(subscription().id, '/')[2]]",
"tenantId": "[subscription().tenantId]",
"contributor": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Authorization/roleDefinitions/', 'b24988ac-6180-42a0-ab88-20f7382dd24c')]"
Expand Down

0 comments on commit 042d7c3

Please sign in to comment.