Skip to content

Commit d4cf703

Browse files
Update object-replication-overview.md
Adding a note w.r.t. replication behavior for versions.
1 parent e3d28ac commit d4cf703

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ Object replication requires that blob versioning is enabled on both the source a
5858

5959
If your storage account has object replication policies in effect, you cannot disable blob versioning for that account. You must delete any object replication policies on the account before disabling blob versioning.
6060

61+
> [!NOTE]
62+
> The version ID on the destination account shall depend upon when the blob gets replicated. Hence, there will be a difference in version ID's of source and destination storage account.
63+
6164
### Deleting a blob in the source account
6265

6366
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).

0 commit comments

Comments
 (0)