Skip to content

Commit 8da1169

Browse files
Update soft-delete-vs-versioning-options.md
1 parent 9f57319 commit 8da1169

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

articles/storage/blobs/soft-delete-vs-versioning-options.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article helps you determine when to enable soft delete, versioning, both, o
1515

1616
Both **blob soft delete** and **blob versioning** can help you protect from deletes and overwrites. These features can be used independently or together, depending on your workload, cost sensitivity, and recovery needs. To learn about other ways to protect blobs and containers, see [data protection overview](https://docs.azure.cn/en-us/storage/blobs/data-protection-overview).
1717

18-
## Our Recommendation
18+
## Our recommendation
1919

2020
Blob storage customers storing critical data should enable soft delete and versioning for layered protection against unintended deletions and overwrites. Soft delete ensures your data remains recoverable for a configurable number of days. Blob versioning offers more flexibility for managing previous versions and recovery options such as being able to read previous versions and recover from metadata or property changes. Refer to the following details to find out what is right for you.
2121

@@ -31,7 +31,7 @@ Blob storage customers storing critical data should enable soft delete and versi
3131
3232
## When to use soft delete
3333

34-
:::image type="content" source="media/soft-delete-blob-overview/blob-soft-delete-diagram.png" alt-text="Diagram showing how a soft-deleted blob may be restored":::
34+
:::image type="content" source="media/soft-delete-blob-overview/blob-soft-delete-diagram.png" alt-text="Diagram showing how a soft-deleted blob may be restored.":::
3535

3636
Enable soft delete if:
3737

@@ -50,11 +50,11 @@ Enable soft delete if:
5050

5151
## When to use versioning
5252

53-
:::image type="content" source="media/versioning-overview/blob-versioning-diagram.png" alt-text="Diagram showing how blob versioning works":::
53+
:::image type="content" source="media/versioning-overview/blob-versioning-diagram.png" alt-text="Diagram showing how blob versioning works.":::
5454

5555
Enable versioning if:
5656

57-
- You want to maintain a complete history of changes to a blob. For versioning, both overwrites and deletes create a previous version. Deletion removes the current version, but the previous versions remains.
57+
- You want to maintain a complete history of changes to a blob. For versioning, both overwrites and deletes create a previous version. Deletion removes the current version, but the previous versions remain.
5858

5959
- You want to save changes to metadata and properties as previous versions.
6060

@@ -113,12 +113,12 @@ If soft delete is enabled, you must undelete the blob.
113113

114114
If versioning and soft delete are enabled and the previous version you want to access has been soft-deleted, you must first undelete the blob. The **Undelete Blob** operation always restores all soft-deleted versions of the blob. Then you can use the [Copy Blob](/rest/api/storageservices/copy-blob) operation to copy a previous version to a new current version.
115115

116-
## Cost Considerations
116+
## Cost considerations
117117

118118
Enabling soft delete or versioning for frequently overwritten data might result in increased storage capacity charges and increased latency when listing blobs. Block-level updates using [Put Block](/rest/api/storageservices/put-block) and [Put Block List](/rest/api/storageservices/put-block-list) can reduce storage costs. If you make no changes to a blob, version, or snapshot's tier, then you are billed for unique blocks of data across that blob its versions, and snapshots. You are billed for active data until the blob, versions, and snapshots are permanently deleted.
119119
[Learn more](/azure/storage/blobs/soft-delete-blob-overview)
120120

121-
## Related Articles
121+
## Related articles
122122

123123
* [Blob versioning](versioning-overview.md)
124124
* [Soft delete for blobs](./soft-delete-blob-overview.md)

0 commit comments

Comments
 (0)