Skip to content

Commit 0858544

Browse files
Merge pull request #293321 from khdownie/patch-2
Update storage-files-prevent-file-share-deletion.md
2 parents 25419c0 + 5e4ba18 commit 0858544

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/storage/files/storage-files-prevent-file-share-deletion.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about soft delete for Azure Files and how you can use it for
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 07/10/2024
7+
ms.date: 01/21/2025
88
ms.author: kendownie
99
services: storage
1010
---
@@ -23,7 +23,10 @@ Azure Files offers soft delete, which allows you to recover your file share when
2323

2424
## How soft delete works
2525

26-
When soft delete for Azure file shares is enabled on a storage account, if 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 data is recoverable before it's permanently deleted, and undelete the share anytime during this retention period. After being undeleted, the share and all of contents, including snapshots, will be restored to the state it was in prior to deletion. Soft delete only works on a file share level. Individual files that are deleted will still be permanently erased.
26+
When soft delete for Azure file shares is enabled on a storage account, if 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 data is recoverable before it's permanently deleted, and undelete the share anytime during this retention period. After being undeleted, the share and all of contents, including snapshots, will be restored to the state it was in prior to deletion.
27+
28+
> [!IMPORTANT]
29+
> Soft delete only works on a file share level. **Individual files that are deleted will still be permanently erased**. If you want to be able to restore individual files that have been deleted, you can use [share snapshots](storage-snapshots-files.md) or [Azure file share backup](../../backup/azure-file-share-backup-overview.md).
2730
2831
Soft delete can be enabled on either new or existing file shares. Soft delete is also backwards compatible, so you don't have to make any changes to your applications to take advantage of the protections of soft delete.
2932

0 commit comments

Comments
 (0)