Skip to content

Commit 4c4fd7e

Browse files
committed
Basic changes.
1 parent e393afa commit 4c4fd7e

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

articles/storage/files/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
href: storage-files-networking-overview.md
3232
- name: About cloud tiering
3333
href: storage-sync-cloud-tiering.md
34-
- name: Preventing accidental data deletion
34+
- name: Prevent accidental data deletion
3535
href: storage-files-recover-file-shares.md
3636
- name: About storage accounts
3737
href: ../common/storage-account-options.md?toc=%2fazure%2fstorage%2ffiles%2ftoc.json

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ services: storage
1212

1313
# Enable soft delete
1414

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. To learn more about soft delete, refer to [How to prevent accidental deletion of Azure file shares](storage-files-recover-file-shares.md).
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-recover-file-shares.md).
1616

17-
The following steps show how to enable soft delete for Azure file shares on an existing storage account:
17+
The following sections show how to enable and use soft delete for Azure file shares on an existing storage account:
1818

1919
# [Portal](#tab/azure-portal)
2020

@@ -53,7 +53,7 @@ To restore a soft deleted file share:
5353
1. Navigate to your storage account and select **File shares**.
5454
1. On the file share blade, enable **Show deleted shares** to display any shares that have been soft deleted.
5555

56-
This will display any shares which are currently in a **Deleted** status.
56+
This will display any shares currently in a **Deleted** state.
5757

5858
:::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.":::
5959

@@ -95,7 +95,4 @@ Update-AzStorageFileServiceProperty -ResourceGroupName $rgName -StorageAccountNa
9595

9696
## Monitoring soft deleted data
9797

98-
To see the size of a soft-deleted file share, you must undelete the share, then view its properties.
99-
100-
> [!NOTE]
101-
> For soft-deleted premium file shares, the file share quota (the provisioned size of a file share) is used in the total storage account quota calculation until the soft-deleted share expiry date, when the share is fully deleted.
98+
To see the size of a soft-deleted file share, you must undelete the share, then view its properties.

articles/storage/files/storage-files-recover-file-shares.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ Azure Storage now offers soft delete for file shares so that you can more easily
1616

1717
## How soft delete works
1818

19-
When enabled, soft delete enables you to save and recover your file shares when they are deleted.
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.
2020

21-
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.
21+
You can enable soft delete on your existing file shares. Soft delete is backwards compatible, so you don't have to make any changes to your applications to take advantage of the protections this feature affords.
2222

23-
Soft delete is backwards compatible, so you don't have to make any changes to your applications to take advantage of the protections this feature affords.
2423

25-
You can enable soft delete on your existing file shares.
24+
For soft-deleted premium file shares, the file share quota (the provisioned size of a file share) is used in the total storage account quota calculation until the soft-deleted share expiry date, when the share is fully deleted.
2625

2726
## Configuration settings
2827

@@ -38,7 +37,7 @@ To permanently delete a file share that is in a soft delete state prior to its e
3837

3938
## Pricing and billing
4039

41-
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.
40+
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.
4241

4342
For more details on prices for Azure File Storage in general, check out the [Azure File Storage Pricing Page](https://azure.microsoft.com/pricing/details/storage/files/).
4443

0 commit comments

Comments
 (0)