Skip to content

Commit 78eb28f

Browse files
Merge pull request #311810 from rachelhuhmsoft/docs-editor/soft-delete-vs-versioning-opti-1771021123
Update soft-delete-vs-versioning-options.md
2 parents 7ee4eb1 + 4f91e10 commit 78eb28f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ Enable soft delete if:
4444
* A soft-deleted blob is created for every delete operation. Each soft-deleted blob is billed at the full size of the blob at the time of the operation.
4545
* Avoid exceeding **1,000 soft-deleted snapshots per blob** during the retention period to prevent performance degradation during blob listing operations.
4646
* Retention is limited to **a maximum of 365 days**.
47-
* If soft delete is enabled, there is no way to permanently delete until the soft delete retention expires. All deletes are "soft" and when the retention period expires, the soft-deleted blob is permanently deleted.
47+
* If soft delete is enabled, deleted blobs, snapshots, and versions are retained for the configured soft delete retention period. If the Permanent Delete feature is enabled, soft-deleted snapshots and versions can be permanently deleted before the retention period ends. After the retention period expires, any remaining soft-deleted data is automatically and permanently deleted.
48+
4849
* If soft delete is disabled, all deletes are permanent, but the existing soft-deleted data are retained until the retention period expires.
4950
* The contents of soft-deleted blobs are not accessible via Read APIs. To access the data, you must first undelete the blob.
5051

@@ -122,3 +123,4 @@ Enabling soft delete or versioning for frequently overwritten data might result
122123

123124
* [Blob versioning](versioning-overview.md)
124125
* [Soft delete for blobs](./soft-delete-blob-overview.md)
126+

0 commit comments

Comments
 (0)