Skip to content

Commit e2173cf

Browse files
committed
incorp feedback
1 parent 0d99ac8 commit e2173cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/encryption-customer-provided-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ When a client application provides an encryption key on the request, Azure Stora
2323

2424
Azure Storage does not store or manage the encryption key that the client sends with the request. The key is securely discarded as soon as the encryption or decryption process is complete.
2525

26-
When a client creates or updates a blob using a customer-provided on the request, then subsequent read and write requests for that blob must also provide the key. If the key is not provided on a request for a blob that has already been encrypted with a customer-provided key, then the request fails with error code 409 (Conflict).
26+
When a client creates or updates a blob using a customer-provided key on the request, then subsequent read and write requests for that blob must also provide the key. If the key is not provided on a request for a blob that has already been encrypted with a customer-provided key, then the request fails with error code 409 (Conflict).
2727

2828
If the client application sends an encryption key on the request, and the storage account is also encrypted using a Microsoft-managed key or a customer-managed key, then Azure Storage uses the key provided on the request for encryption and decryption.
2929

@@ -63,7 +63,7 @@ The following Blob storage operations support sending customer-provided encrypti
6363

6464
## Rotate customer-provided keys
6565

66-
To rotate an encryption key passed on the request, download the blob and re-upload it with the new encryption key.
66+
To rotate an encryption key that was used to encrypt a blob, download the blob and then re-upload it with the new encryption key.
6767

6868
> [!IMPORTANT]
6969
> The Azure portal cannot be used to read from or write to a container or blob that is encrypted with a key provided on the request.

0 commit comments

Comments
 (0)