Skip to content

Commit 0989f70

Browse files
authored
add preview tag for soft delete
1 parent 88ab89a commit 0989f70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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).

0 commit comments

Comments
 (0)