Skip to content

Commit d3e7643

Browse files
authored
Merge pull request #207444 from tamram/patch-34
Update object-replication-overview.md
2 parents 8671452 + 1ef38ed commit d3e7643

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: normesta
77

88
ms.service: storage
99
ms.topic: conceptual
10-
ms.date: 05/24/2022
10+
ms.date: 08/09/2022
1111
ms.author: normesta
1212
ms.subservice: blobs
1313
ms.custom: devx-track-azurepowershell
@@ -186,8 +186,13 @@ You can check the replication status for a blob in the source account. For more
186186
If the replication status for a blob in the source account indicates failure, then investigate the following possible causes:
187187

188188
- Make sure that the object replication policy is configured on the destination account.
189+
- Verify that the destination account still exists.
189190
- Verify that the destination container still exists.
191+
- Verify that the destination container is not in the process of being deleted, or has not just been deleted. Deleting a container may take up to 30 seconds.
192+
- Verify that the destination container is still participating in the object replication policy.
190193
- If the source blob has been encrypted with a customer-provided key as part of a write operation, then object replication will fail. For more information about customer-provided keys, see [Provide an encryption key on a request to Blob storage](encryption-customer-provided-keys.md).
194+
- Check whether the source or destination blob has been moved to the Archive tier. Archived blobs cannot be replicated via object replication. For more information about the Archive tier, see [Hot, Cool, and Archive access tiers for blob data](access-tiers-overview.md).
195+
- Verify that destination container or blob is not protected by an immutability policy. Keep in mind that a container or blob can inherit an immutability policy from its parent. For more information about immutability policies, see [Overview of immutable storage for blob data](immutable-storage-overview.md).
191196

192197
## Feature support
193198

0 commit comments

Comments
 (0)