Skip to content

Commit 16868f8

Browse files
Merge pull request #274892 from khdownie/patch-1
Update storage-files-enable-soft-delete.md
2 parents ca79f3c + d9d3719 commit 16868f8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/storage/files/storage-files-enable-soft-delete.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Enable soft delete - Azure file shares
3-
description: Learn how to enable soft delete on Azure file shares for data recovery and preventing accidental deletion.
2+
title: Enable soft delete for Azure Files
3+
description: Learn how to enable soft delete on Azure file shares for data recovery and preventing accidental deletion of file shares.
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 12/21/2023
7+
ms.date: 05/09/2024
88
ms.author: kendownie
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
services: storage
1111
---
1212

13-
# Enable soft delete on Azure file shares
13+
# How to enable soft delete on Azure file shares
1414

1515
Azure Files offers soft delete for SMB file shares so that you can easily recover your data when it's mistakenly deleted by an application or other storage account user. To learn more about soft delete, see [How to prevent accidental deletion of Azure file shares](storage-files-prevent-file-share-deletion.md).
1616

@@ -134,7 +134,7 @@ az storage share-rm list \
134134
--include-deleted
135135
```
136136

137-
Once you've identified the share you'd like to restore, you can use it with the following command to restore it:
137+
Once you've identified the share you'd like to restore, you can restore it with the following command:
138138

139139
```azurecli
140140
az storage share-rm restore -n deletedshare --deleted-version 01D64EB9886F00C4 -g yourResourceGroup --storage-account yourStorageaccount
@@ -144,7 +144,7 @@ az storage share-rm restore -n deletedshare --deleted-version 01D64EB9886F00C4 -
144144

145145
## Disable soft delete
146146

147-
If you wish to stop using soft delete, follow these instructions. To permanently delete a file share that has been soft deleted, you must undelete it, disable soft delete, and then delete it again.
147+
If you want to stop using soft delete, follow these instructions. To permanently delete a file share that's been soft deleted, you must undelete the share, disable soft delete, and then delete the share again.
148148

149149
# [Portal](#tab/azure-portal)
150150

@@ -178,4 +178,5 @@ az storage account file-service-properties update \
178178
---
179179

180180
## Next steps
181+
181182
To learn about another form of data protection and recovery, see [Overview of share snapshots for Azure Files](storage-snapshots-files.md).

0 commit comments

Comments
 (0)