Skip to content

Commit 265aa4d

Browse files
committed
add link to section on how to disable cmk from overview
1 parent 72c02c2 commit 265aa4d

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-
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:
116+
To revoke access to a storage account that uses customer-managed keys, disable the key that is currently being used. To learn how to disable a key in the Azure key vault, see [The impact of changing customer-managed keys](customer-managed-keys-configure-existing-account.md#the-impact-of-changing-customer-managed-keys). 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)