We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a4a329 commit 9fb5e0cCopy full SHA for 9fb5e0c
articles/container-apps/microservices-dapr.md
@@ -209,7 +209,7 @@ az role assignment create --assignee $PRINCIPAL_ID \
209
```azurepowershell
210
Install-Module Az.Resources
211
212
-New-AzRoleAssignment -ObjectId $PrincipalId -RoleDefinitionName 'Storage Blob Data Contributor' -Scope '/subscriptions/$SubscriptionId/resourceGroups/$ResourceGroupName/providers/Microsoft.Storage/storageAccounts/$StorageAcctName'
+New-AzRoleAssignment -ObjectId $PrincipalId -RoleDefinitionName 'Storage Blob Data Contributor' -Scope "/subscriptions/$SubscriptionId/resourceGroups/$ResourceGroupName/providers/Microsoft.Storage/storageAccounts/$StorageAcctName"
213
```
214
215
---
0 commit comments