Skip to content

Commit b70ca1c

Browse files
Merge pull request #41072 from priyanknitk/patch-1
Fixing role assignment arm template example
2 parents 1257fbe + 21cafce commit b70ca1c

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)