Skip to content

Commit 6865276

Browse files
authored
Merge pull request #101207 from cbrooksmsft/patch-12
Clarify checking status of account keytype for a particular service
2 parents 1186981 + aad4740 commit 6865276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/account-encryption-key-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ After you have created an account that relies on the account encryption key, see
145145

146146
## Verify the account encryption key
147147

148-
To verify that the new storage account is using the account encryption key, call the Azure CLI [az storage account](/cli/azure/storage/account#az-storage-account-show) command. This command returns a list of storage account properties and their values. Look for the `keyType` property and verify that it is set to `Account`.
148+
To verify that a service in a storage account is using the account encryption key, call the Azure CLI [az storage account](/cli/azure/storage/account#az-storage-account-show) command. This command returns a set of storage account properties and their values. Look for the `keyType` field for each service within the encryption property and verify that it is set to `Account`.
149149

150150
```azurecli
151151
az storage account show /

0 commit comments

Comments
 (0)