Skip to content

Instantly share code, notes, and snippets.

@fRanK45jPm
Last active June 18, 2020 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fRanK45jPm/7e1b65bc16ccface4ce4de8e8c1bbe37 to your computer and use it in GitHub Desktop.
Save fRanK45jPm/7e1b65bc16ccface4ce4de8e8c1bbe37 to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"resources": [
{
"type": "Microsoft.Authorization/roleAssignments",
"apiVersion": "2018-09-01-preview",
"name": "[guid(resourceGroup().id)]",
"properties": {
"roleDefinitionId": "[concat('/subscriptions/', subscription().subscriptionId, '/providers/Microsoft.Authorization/roleDefinitions/', '8e3af657-a8ff-443c-a75c-2fe8c4bcb635')]",
"principalId": "c3f78d62-59b9-4b5b-b70c-963d696efd7e"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment