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
Copy file name to clipboardExpand all lines: articles/storage/files/storage-files-enable-soft-delete.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ description: Learn how to enable soft delete on Azure file shares for data recov
4
4
author: roygara
5
5
ms.service: storage
6
6
ms.topic: conceptual
7
-
ms.date: 05/22/2020
7
+
ms.date: 05/26/2020
8
8
ms.author: rogarana
9
9
ms.subservice: files
10
10
services: storage
11
11
---
12
12
13
13
# Enable soft delete on Azure file shares
14
14
15
-
Azure Storage offers soft delete for file shares so that you can more easily recover your data when it is 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).
15
+
Azure Storage offers soft delete for file shares so that you can more 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
17
17
The following sections show how to enable and use soft delete for Azure file shares on an existing storage account:
18
18
@@ -55,7 +55,7 @@ To restore a soft deleted file share:
55
55
56
56
This will display any shares currently in a **Deleted** state.
57
57
58
-
:::image type="content" source="media/storage-how-to-recover-deleted-account/undelete-file-share.png" alt-text="If the status column, the column next to the name column, is set to deleted, then your file share is in a soft deleted state. And will be permanently deleted after your specified retention period.":::
58
+
:::image type="content" source="media/storage-how-to-recover-deleted-account/undelete-file-share.png" alt-text="If the status column, the column next to the name column, is set to Deleted, then your file share is in a soft deleted state. And will be permanently deleted after your specified retention period.":::
59
59
60
60
1. Select the share and select **undelete**, this will restore the share.
Copy file name to clipboardExpand all lines: articles/storage/files/storage-files-prevent-file-share-deletion.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,19 @@ description: Learn about soft delete for Azure file shares and how you can use i
4
4
author: roygara
5
5
ms.service: storage
6
6
ms.topic: conceptual
7
-
ms.date: 05/22/2020
7
+
ms.date: 05/26/2020
8
8
ms.author: rogarana
9
9
ms.subservice: files
10
10
services: storage
11
11
---
12
12
13
13
# Prevent accidental deletion of Azure file shares
14
14
15
-
Azure Storage now offers soft delete for file shares so that you can more easily recover your data when it is mistakenly deleted by an application or other storage account user.
15
+
Azure Storage now offers soft delete for file shares. Soft delete allows you to recover your data when it is mistakenly deleted by an application or other storage account user.
16
16
17
17
## How soft delete works
18
18
19
-
When enabled, soft delete enables you to save and recover your file shares when they are deleted. When data 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 is permanently expired.
19
+
When enabled, soft delete enables you to save and recover your file shares when they're deleted. When data 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.
20
20
21
21
Soft delete can be enabled on 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.
22
22
@@ -28,24 +28,24 @@ Soft delete for Azure file shares is available on all storage tiers, all storage
28
28
29
29
## Configuration settings
30
30
31
-
Soft delete for file shares is enabled at the storage account level, the soft delete settings apply to all file shares within a storage account. When you create a new storage account, soft delete is off by default. Soft delete is also off by default for existing storage accounts. You can toggle the feature on and off at any time during the life of a storage account.
31
+
Soft delete for file shares is enabled at the storage account level, the soft delete settings apply to all file shares within a storage account. When you create a new storage account, soft delete is off by default. Soft delete is also off by default for existing storage accounts. You can toggle soft delete on and off at any time.
32
32
33
-
If you enable soft delete for file shares, delete some file shares, and then disable soft delete, you will still be able to access and recover those file shares, if those shares were saved when soft delete was enabled. When you turn on soft delete, you also need to configure the retention period.
33
+
If you enable soft delete for file shares, delete some file shares, and then disable soft delete, if the shares were saved in that period you can still access and recover those file shares. When you enable soft delete, you also need to configure the retention period.
34
34
35
-
The retention period indicates the amount of time that soft deleted file shares are stored and available for recovery. For file shares that are explicitly deleted, the retention period clock starts when the data is deleted. Currently you can retain soft deleted shares for between 1 and 365 days.
35
+
The retention period indicates the amount of time that soft deleted file shares are stored and available for recovery. For file shares that are explicitly deleted, the retention period clock starts when the data is deleted. Currently you can keep soft deleted shares for between 1 and 365 days.
36
36
37
-
You can change the soft delete retention period at any time. An updated retention period will only apply to shares deleted after the retention period has been updated. Shares deleted prior to the retention period update will expire based on the retention period that was configured when that data was deleted.
37
+
You can change the soft delete retention period at any time. An updated retention period will only apply to shares deleted after the retention period has been updated. Shares deleted before the retention period update will expire based on the retention period that was configured when that data was deleted.
38
38
39
-
To permanently delete a file share that is in a soft delete state prior to its expiry time, you must undelete the share, disable soft delete, and then delete the share again. Then you should reenable soft delete, since any other file shares in that storage account will be vulnerable to accidental deletion while soft delete is off.
39
+
To permanently delete a file share in a soft delete state prior to its expiry time, you must undelete the share, disable soft delete, and then delete the share again. Then you should reenable soft delete, since any other file shares in that storage account will be vulnerable to accidental deletion while soft delete is off.
40
40
41
41
## Pricing and billing
42
42
43
-
Both standard and premium file shares are billed on the used capacity when soft deleted, rather than provisioned capacity. Additionally, premium file shares are billed at the snapshot rate while in the soft delete state. Standard file shares are billed at the regular rate while in the soft delete state. You will not be charged for data that is permanently deleted after the configured retention period.
43
+
Both standard and premium file shares are billed on the used capacity when soft deleted, rather than provisioned capacity. Additionally, premium file shares are billed at the snapshot rate while in the soft delete state. Standard file shares are billed at the regular rate while in the soft delete state. You won't be charged for data that is permanently deleted after the configured retention period.
44
44
45
-
For more details on prices for Azure File Storage in general, see the [Azure File Storage Pricing Page](https://azure.microsoft.com/pricing/details/storage/files/).
45
+
For more information on prices for Azure File Storage in general, see the [Azure File Storage Pricing Page](https://azure.microsoft.com/pricing/details/storage/files/).
46
46
47
-
When you initially turn on soft delete, we recommend using a small retention period to better understand how the feature affects your bill.
47
+
When you initially enable soft delete, we recommend using a small retention period to better understand how the feature affects your bill.
48
48
49
49
## Next steps
50
50
51
-
To learn how to enable and use soft delete, proceed to [Enable soft delete](storage-files-enable-soft-delete.md)
51
+
To learn how to enable and use soft delete, continue to [Enable soft delete](storage-files-enable-soft-delete.md)
0 commit comments