Skip to content

Commit 65c5a67

Browse files
authored
Merge pull request #53951 from staleycyn/patch-2
Clarify blob versioning requirements for replication
2 parents f3df962 + 9f895f1 commit 65c5a67

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

learn-pr/wwl-azure/configure-blob-storage/10-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
uid: learn.wwl.configure-blob-storage.knowledge-check
33
title: Module assessment
44
metadata:
5-
hidden_question_numbers: ["EFC05BB3_2","EFC05BB3_42","EFC05BB3_103","EFC05BB3_75","EFC05BB3_91","EFC05BB3_136","EFC05BB3_144","EFC05BB3_152"]
5+
hidden_question_numbers: ["EFC05BB3_2","EFC05BB3_42","EFC05BB3_75","EFC05BB3_91","EFC05BB3_103","EFC05BB3_116","EFC05BB3_136","EFC05BB3_144","EFC05BB3_152"]
66
ai_generated_module_assessment: true
77
adobe-target: true
88
prefetch-feature-rollout: true

learn-pr/wwl-azure/configure-blob-storage/includes/6-determine-blob-object-replication.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Replication includes the blob content, metadata properties, and versions. The fo
1010

1111
There are several considerations to keep in mind when planning your configuration for blob object replication.
1212

13-
- Object replication requires that blob versioning is enabled on both the source and destination accounts. When blob versioning is enabled, you can access earlier versions of a blob. This access lets you recover your modified or deleted data.
13+
- Object replication requires that [Blob versioning](/azure/storage/blobs/versioning-overview) is enabled on both the source and destination accounts. When blob versioning is enabled, you can access earlier versions of a blob. This access lets you recover your modified or deleted data.
1414

1515
- Object replication doesn't support blob snapshots. Any snapshots on a blob in the source account aren't replicated to the destination account.
1616

@@ -32,7 +32,4 @@ There are many benefits to using blob object replication. Consider the following
3232

3333
- **Consider costs benefits**. Manage your configuration and optimize your storage policies. After your data is replicated, you can reduce costs by moving the data to the Archive tier by using lifecycle management policies.
3434

35-
### Consider versioning when using object replication
36-
37-
You can enable [Blob versioning](/azure/storage/blobs/versioning-overview) to automatically maintain previous versions of an object. When blob versioning is enabled, you can access earlier versions of a blob. This access lets you recover your modified or deleted data.
3835

0 commit comments

Comments
 (0)