Skip to content

Commit c7f3cc2

Browse files
Update shared-key-authorization-prevent.md
1 parent a74096c commit c7f3cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/shared-key-authorization-prevent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ To verify that Shared Key authorization is no longer permitted, you can query th
314314
az storage account show \
315315
--name <storage-account-name> \
316316
--resource-group <resource-group-name> \
317-
--query "allow-shared-key-access"
317+
--query "allowSharedKeyAccess"
318318
```
319319

320320
The command returns **false** if Shared Key authorization is disallowed for the storage account.

0 commit comments

Comments
 (0)