Skip to content

Commit e710771

Browse files
committed
Metadata and minor reword
1 parent 4f1694f commit e710771

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to enable soft delete on Azure file shares for data recov
44
author: roygara
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 05/20/2020
7+
ms.date: 05/22/2020
88
ms.author: rogarana
99
ms.subservice: files
1010
services: storage
@@ -91,8 +91,4 @@ You can use the following command to disable soft delete on your storage account
9191
```azurepowershell-interactive
9292
Update-AzStorageFileServiceProperty -ResourceGroupName $rgName -StorageAccountName $accountName -EnableShareDeleteRetentionPolicy $false
9393
```
94-
---
95-
96-
## Monitoring soft deleted data
97-
98-
To see the size of a soft-deleted file share, you must undelete the share, then view its properties.
94+
---

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about soft delete for Azure file shares and how you can use i
44
author: roygara
55
ms.service: storage
66
ms.topic: conceptual
7-
ms.date: 05/20/2020
7+
ms.date: 05/22/2020
88
ms.author: rogarana
99
ms.subservice: files
1010
services: storage
@@ -42,7 +42,7 @@ To permanently delete a file share that is in a soft delete state prior to its e
4242

4343
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.
4444

45-
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/).
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/).
4646

4747
When you initially turn on soft delete, we recommend using a small retention period to better understand how the feature affects your bill.
4848

0 commit comments

Comments
 (0)