Skip to content

Commit 329ec37

Browse files
Initial changes
1 parent 7a163a0 commit 329ec37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ ms.custom: devx-track-csharp, devguide-csharp, devx-track-dotnet
1717

1818
[!INCLUDE [storage-dev-guide-selector-delete-blob](../../../includes/storage-dev-guides/storage-dev-guide-selector-delete-blob.md)]
1919

20-
This article shows how to delete blobs with the [Azure Storage client library for .NET](/dotnet/api/overview/azure/storage). If you've enabled [soft delete for blobs](soft-delete-blob-overview.md), you can restore deleted blobs during the retention period.
20+
This article shows how to delete blobs with the [Azure Storage client library for .NET](/dotnet/api/overview/azure/storage), and how to restore soft-deleted blobs during the retention period.
21+
22+
> [!NOTE]
23+
> When blob soft delete is enabled for a storage account, you can't perform a permanent deletion using the client library. Using the methods in this article, a soft-deleted blob, blob version, or snapshot remains available until the retention period expires, at which time it's permanently deleted. To learn more, see [Soft delete for blobs](soft-delete-blob-overview.md).
2124
2225
[!INCLUDE [storage-dev-guide-prereqs-dotnet](../../../includes/storage-dev-guides/storage-dev-guide-prereqs-dotnet.md)]
2326

0 commit comments

Comments
 (0)