Skip to content

Commit 72c02c2

Browse files
committed
change wording of text in revoke access section
1 parent 3cf003d commit 72c02c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/customer-managed-keys-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ When you enable or disable customer-managed keys, or when you modify the key or
113113
114114
## Revoke access with customer-managed keys
115115

116-
You can revoke the storage account's access to the customer-managed key at any time. After access to customer-managed keys is revoked, or after the key has been disabled or deleted, clients can't call operations that read from or write to a blob or its metadata. Attempts to call any of the following operations will fail with error code 403 (Forbidden) for all users:
116+
To revoke access to a storage account that uses customer-managed keys, disable the key that is currently being used. After the key has been disabled, clients can't call operations that read from or write to a blob or its metadata. Attempts to call any of the following operations will fail with error code 403 (Forbidden) for all users:
117117

118118
- [List Blobs](/rest/api/storageservices/list-blobs), when called with the `include=metadata` parameter on the request URI
119119
- [Get Blob](/rest/api/storageservices/get-blob)

0 commit comments

Comments
 (0)