You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/storage/blobs/soft-delete-blob-overview.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: normesta
6
6
7
7
ms.service: azure-blob-storage
8
8
ms.topic: conceptual
9
-
ms.date: 05/01/2024
9
+
ms.date: 06/17/2024
10
10
ms.author: normesta
11
11
---
12
12
@@ -138,6 +138,9 @@ The following table describes the expected behavior for delete and write operati
138
138
139
139
|**REST API operation**|**Soft Delete enabled**|
140
140
|---|---|
141
+
|[Storage Accounts - Delete](/rest/api/storagerp/storage-accounts/delete)| No change. Containers and blobs in the deleted account aren't recoverable. |
142
+
|[Filesystem - Delete](/rest/api/storageservices/datalakestoragegen2/filesystem/delete)| No change. Blobs in the deleted container aren't recoverable.|
143
+
|[Delete Container](/rest/api/storageservices/delete-container)|No change. Blobs in the deleted container aren't recoverable .|
141
144
|[Path - Delete](/rest/api/storageservices/datalakestoragegen2/path/delete)|A soft-deleted blob or directory is created. The soft-deleted object is deleted after the retention period.|
142
145
|[Delete Blob](/rest/api/storageservices/delete-blob)|A soft-deleted object is created. The soft-deleted object is deleted after the retention period. Soft delete won't be supported for blobs with snapshots and snapshots.|
143
146
|[Path - Create](/rest/api/storageservices/datalakestoragegen2/path/create) that renames a blob or directory | Existing destination blob or empty directory will get soft-deleted and the source will replace it. The soft-deleted object is deleted after the retention period.|
0 commit comments