Skip to content

Instantly share code, notes, and snippets.

@kilasuit
Created June 3, 2020 11:49
Show Gist options
  • Save kilasuit/124e22c546bfc8e58ed930bd2427a343 to your computer and use it in GitHub Desktop.
Save kilasuit/124e22c546bfc8e58ed930bd2427a343 to your computer and use it in GitHub Desktop.
ARM Role GUID - right and wrong way
"roleNameGuid": {
"type": "string",
"defaultValue": "db47da06-4909-4c6d-b3c9-d3b43a3f2510",
"metadata": {
"description": "A new GUID used to identify the role assignment"
}
"roleNameGuid": {
"type": "string",
"defaultValue": "[newGuid()]",
"metadata": {
"description": "A new GUID used to identify the role assignment"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment