Skip to content

Commit 1bcfa3c

Browse files
Merge pull request #228614 from MayankBargali-MSFT/patch-94
(AzureCXP) fixed powershell sample
2 parents 4a4a329 + 9fb5e0c commit 1bcfa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/microservices-dapr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ az role assignment create --assignee $PRINCIPAL_ID \
209209
```azurepowershell
210210
Install-Module Az.Resources
211211
212-
New-AzRoleAssignment -ObjectId $PrincipalId -RoleDefinitionName 'Storage Blob Data Contributor' -Scope '/subscriptions/$SubscriptionId/resourceGroups/$ResourceGroupName/providers/Microsoft.Storage/storageAccounts/$StorageAcctName'
212+
New-AzRoleAssignment -ObjectId $PrincipalId -RoleDefinitionName 'Storage Blob Data Contributor' -Scope "/subscriptions/$SubscriptionId/resourceGroups/$ResourceGroupName/providers/Microsoft.Storage/storageAccounts/$StorageAcctName"
213213
```
214214

215215
---

0 commit comments

Comments
 (0)