Skip to content

Commit 13eaca6

Browse files
Merge pull request #222854 from AjayBathini-MSFT/patch-29
(AzureCXP) fixes MicrosoftDocs/azure-docs#103395
2 parents b62aa94 + 1ec8d93 commit 13eaca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-quickstart-blobs-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following example uses your Azure AD account to authorize the operation to c
7676
Remember to replace placeholder values in angle brackets with your own values:
7777

7878
```azurecli
79-
az ad signed-in-user show --query objectId -o tsv | az role assignment create \
79+
az ad signed-in-user show --query Id -o tsv | az role assignment create \
8080
--role "Storage Blob Data Contributor" \
8181
--assignee @- \
8282
--scope "/subscriptions/<subscription>/resourceGroups/<resource-group>/providers/Microsoft.Storage/storageAccounts/<storage-account>"

0 commit comments

Comments
 (0)