Skip to content

Commit b3fa127

Browse files
authored
Merge pull request #174436 from SumanthMarigowda/patch-10
(Azure CXP) https://github.com/MicrosoftDocs/azure-docs/issues/81896
2 parents 75a1621 + 9709be2 commit b3fa127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Object replication asynchronously copies block blobs in a container according to
5353

5454
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).
5555

56-
When a blob in the source account is deleted, the current version of the blob becomes a previous version, and there is no longer a previous version. All existing previous versions of the blob are preserved. This state is replicated to the destination account. For more information about how delete operations affect blob versions, see [Versioning on delete operations](versioning-overview.md#versioning-on-delete-operations).
56+
When a blob in the source account is deleted, the current version of the blob becomes a previous version, and there is 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 delete operations affect blob versions, see [Versioning on delete operations](versioning-overview.md#versioning-on-delete-operations).
5757

5858
### Snapshots
5959

0 commit comments

Comments
 (0)