Skip to content

Commit 179ba08

Browse files
authored
Merge pull request #116791 from SibonayK/master
add preview tag for azure files soft delete feature
2 parents 20f470e + 0989f70 commit 179ba08

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
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.
3+
description: Learn how to enable soft delete (preview) on Azure file shares for data recovery and preventing accidental deletion.
44
author: roygara
55
ms.service: storage
66
ms.topic: conceptual
@@ -12,7 +12,7 @@ services: storage
1212

1313
# Enable soft delete on Azure file shares
1414

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).
15+
Azure Storage offers soft delete for file shares (preview) 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).
1616

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

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

9696
## Next steps
9797

98-
To learn about another form of data protection and recovery, see our article [Overview of share snapshots for Azure Files](storage-snapshots-files.md).
98+
To learn about another form of data protection and recovery, see our article [Overview of share snapshots for Azure Files](storage-snapshots-files.md).

articles/storage/files/storage-files-prevent-file-share-deletion.md

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

1313
# Prevent accidental deletion of Azure file shares
1414

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.
15+
Azure Storage now offers soft delete for file shares (preview). Soft delete allows you to recover your data when it is mistakenly deleted by an application or other storage account user.
1616

17-
## How soft delete works
17+
## How soft delete (preview) works
1818

1919
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.
2020

@@ -24,7 +24,7 @@ For soft-deleted premium file shares, the file share quota (the provisioned size
2424

2525
### Availability
2626

27-
Soft delete for Azure file shares is available on all storage tiers, all storage account types, and in every region that Azure Files is available in.
27+
Soft delete for Azure file shares (preview) is available on all storage tiers, all storage account types, and in every region that Azure Files is available in.
2828

2929
## Configuration settings
3030

@@ -48,4 +48,4 @@ When you initially enable soft delete, we recommend using a small retention peri
4848

4949
## Next steps
5050

51-
To learn how to enable and use soft delete, continue 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

Comments
 (0)