Skip to content

Commit 563a3cc

Browse files
committed
GitHub issue fixes - May 2022 (part 1)
1 parent 2a75dc7 commit 563a3cc

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: tamram
77

88
ms.service: storage
9-
ms.date: 12/14/2020
9+
ms.date: 05/09/2022
1010
ms.topic: conceptual
1111
ms.author: tamram
1212
ms.reviewer: ozgun
@@ -29,7 +29,9 @@ If the client application sends an encryption key on the request, and the storag
2929

3030
To send the encryption key as part of the request, a client must establish a secure connection to Azure Storage using HTTPS.
3131

32-
Each blob snapshot can have its own encryption key.
32+
Each blob snapshot or blob version can have its own encryption key.
33+
34+
Object replication is not supported for blobs in the source account that are encrypted with a customer-provided key.
3335

3436
## Request headers for specifying customer-provided keys
3537

articles/storage/blobs/object-replication-overview.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: tamram
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 05/02/2022
10+
ms.date: 05/09/2022
1111
ms.author: tamram
1212
ms.subservice: blobs
1313
ms.custom: devx-track-azurepowershell
@@ -28,7 +28,7 @@ The following diagram shows how object replication replicates block blobs from a
2828

2929
To learn how to configure object replication, see [Configure object replication](object-replication-configure.md).
3030

31-
## Prerequisites for object replication
31+
## Prerequisites and caveats for object replication
3232

3333
Object replication requires that the following Azure Storage features are also enabled:
3434

@@ -39,6 +39,10 @@ Enabling change feed and blob versioning may incur additional costs. For more de
3939

4040
Object replication is supported for general-purpose v2 storage accounts and premium block blob accounts. Both the source and destination accounts must be either general-purpose v2 or premium block blob accounts. Object replication supports block blobs only; append blobs and page blobs are not supported.
4141

42+
Object replication is supported for accounts that are encrypted with customer-managed keys. For more information about customer-managed keys, see [Customer-managed keys for Azure Storage encryption](../common/customer-managed-keys-overview.md).
43+
44+
Object replication is not supported for blobs in the source account that are encrypted with a customer-provided key. For more information about customer-provided keys, see [Provide an encryption key on a request to Blob storage](encryption-customer-provided-keys.md).
45+
4246
Customer-managed failover is not supported for either the source or the destination account in an object replication policy.
4347

4448
## How object replication works

0 commit comments

Comments
 (0)