Skip to content

Commit 1ec8d93

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#103395
Changes made in line no 79 From objectId To Id
1 parent d811592 commit 1ec8d93

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)