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
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).
16
16
@@ -134,7 +134,7 @@ az storage share-rm list \
134
134
--include-deleted
135
135
```
136
136
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:
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.
148
148
149
149
# [Portal](#tab/azure-portal)
150
150
@@ -178,4 +178,5 @@ az storage account file-service-properties update \
178
178
---
179
179
180
180
## Next steps
181
+
181
182
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