Skip to content

Commit a1b0b1f

Browse files
authored
Update storage-files-planning.md
1 parent 230beea commit a1b0b1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/storage/files/storage-files-planning.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Understand how to plan for an Azure Files deployment. You can eithe
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 05/10/2024
7+
ms.date: 06/07/2024
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -130,9 +130,9 @@ Azure Files has a multi-layered approach to ensuring your data is backed up, rec
130130

131131
### Soft delete
132132

133-
Soft delete is a storage-account level setting for SMB file shares that allows you to recover your file share when it's accidentally deleted. When a file share is deleted, it transitions to a soft deleted state instead of being permanently erased. You can configure the amount of time soft deleted shares are recoverable before they're permanently deleted, and undelete the share anytime during this retention period.
133+
Soft delete is a storage-account level setting that allows you to recover your file share when it's accidentally deleted. When a file share is deleted, it transitions to a soft deleted state instead of being permanently erased. You can configure the amount of time soft deleted shares are recoverable before they're permanently deleted, and undelete the share anytime during this retention period.
134134

135-
Soft delete is enabled by default for new storage accounts from January 2021 onward, and we recommend leaving it on for most SMB file shares. If you have a workflow where share deletion is common and expected, you might decide to have a short retention period or not have soft delete enabled at all. Soft delete doesn't work for NFS shares, even if it's enabled for the storage account.
135+
Soft delete is enabled by default for new storage accounts. If you have a workflow where share deletion is common and expected, you might decide to have a short retention period or not have soft delete enabled at all.
136136

137137
For more information about soft delete, see [Prevent accidental data deletion](./storage-files-prevent-file-share-deletion.md).
138138

0 commit comments

Comments
 (0)