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/storage-blob-soft-delete.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,7 +147,7 @@ When you initially turn on soft delete, we recommend using a small retention per
147
147
148
148
The following steps show how to get started with soft delete.
149
149
150
-
### Azure portal
150
+
#[Portal](#tab/azure-portal)
151
151
152
152
To enable soft delete, navigate to the **Soft delete** option under **Blob Service**. Then click **Enabled** and enter the number of days you want to retain soft deleted data.
153
153
@@ -177,7 +177,7 @@ Once you undelete a blob's snapshots, you can click **Promote** to copy a snapsh
## Are there any special considerations for using soft delete?
292
294
293
295
If there is a chance that your data is accidentally modified or deleted by an application or another storage account user, turning on soft delete is recommended. Enabling soft delete for frequently overwritten data may result in increased storage capacity charges and increased latency when listing blobs. You can mitigate this additional cost by storing the frequently overwritten data in a separate storage account where soft delete is disabled.
0 commit comments