Skip to content

Commit 5b2349a

Browse files
Merge pull request #237861 from tamram/patch-60
Update storage-blob-delete.md
2 parents 8b0fd3f + e3af8b5 commit 5b2349a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

articles/storage/blobs/storage-blob-delete.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: storage
66
author: pauljewellmsft
77

88
ms.author: pauljewell
9-
ms.date: 02/16/2023
9+
ms.date: 05/11/2023
1010
ms.service: storage
1111
ms.subservice: blobs
1212
ms.topic: how-to
@@ -42,6 +42,11 @@ Blob soft delete protects an individual blob and its versions, snapshots, and me
4242

4343
You can use the Azure Storage client libraries to restore a soft-deleted blob or snapshot.
4444

45+
How you restore a soft-deleted blob depends on whether or not your storage account has blob versioning enabled. For more information on blob versioning, see [Blob versioning](../../storage/blobs/versioning-overview.md). See one of the following sections, depending on your scenario:
46+
47+
- [Blob versioning is not enabled](#restore-soft-deleted-objects-when-versioning-is-disabled)
48+
- [Blob versioning is enabled](#restore-soft-deleted-blobs-when-versioning-is-enabled)
49+
4550
#### Restore soft-deleted objects when versioning is disabled
4651

4752
To restore deleted blobs when versioning is not enabled, call either of the following methods:

0 commit comments

Comments
 (0)