Skip to content

Commit a778663

Browse files
authored
Update storage-blob-soft-delete.md
1 parent 02f9056 commit a778663

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,8 @@ CloudBlockBlob copySource = allBlobVersions.First(version => ((CloudBlockBlob)ve
288288
blockBlob.StartCopy(copySource);
289289
```
290290

291+
---
292+
291293
## Are there any special considerations for using soft delete?
292294

293295
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

Comments
 (0)