Skip to content

Commit 21cafce

Browse files
authored
Fixing role assignment arm template example
1 parent 1d19189 commit 21cafce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/role-based-access-control/role-assignments-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ To use the template, you must specify the following inputs:
227227
{
228228
"type": "Microsoft.Storage/storageAccounts/providers/roleAssignments",
229229
"apiVersion": "2018-09-01-preview",
230-
"name": "[concat(variables('storageName'), '/Microsoft.Authorization/', guid(uniqueString(parameters('storageName'))))]",
230+
"name": "[concat(variables('storageName'), '/Microsoft.Authorization/', guid(uniqueString(variables('storageName'))))]",
231231
"dependsOn": [
232232
"[variables('storageName')]"
233233
],

0 commit comments

Comments
 (0)