Skip to content

Commit edd9599

Browse files
Merge pull request #223189 from normesta/replication
Some tweaks
2 parents 05804eb + ff198bc commit edd9599

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
@@ -55,7 +55,9 @@ Object replication asynchronously copies block blobs in a container according to
5555

5656
Object replication requires that blob versioning is enabled on both the source and destination accounts. When a replicated blob in the source account is modified, a new version of the blob is created in the source account that reflects the previous state of the blob, before modification. The current version in the source account reflects the most recent updates. Both the current version and any previous versions are replicated to the destination account. For more information about how write operations affect blob versions, see [Versioning on write operations](versioning-overview.md#versioning-on-write-operations).
5757

58-
When a blob in the source account is deleted, the current version of the blob becomes a previous version, and there's no longer a current version. All existing previous versions of the blob are preserved. This state is replicated to the destination account. For more information about how to delete operations affect blob versions, see [Versioning on delete operations](versioning-overview.md#versioning-on-delete-operations).
58+
### Deleting a blob in the source account
59+
60+
When a blob in the source account is deleted, the current version of the blob becomes a previous version, and there's no longer a current version. All existing previous versions of the blob are preserved. This state is replicated to the destination account. For more information about how to delete operations affect blob versions, see [Versioning on delete operations](versioning-overview.md#versioning-on-delete-operations).
5961

6062
### Snapshots
6163

@@ -182,6 +184,9 @@ You can use Azure Policy to audit a set of storage accounts to ensure that the *
182184

183185
You can check the replication status for a blob in the source account. For more information, see [Check the replication status of a blob](object-replication-configure.md#check-the-replication-status-of-a-blob).
184186

187+
> [!NOTE]
188+
> While replication is in progress, there's no way to determine the percentage of data that has been replicated.
189+
185190
If the replication status for a blob in the source account indicates failure, then investigate the following possible causes:
186191

187192
- Make sure that the object replication policy is configured on the destination account.

0 commit comments

Comments
 (0)