Skip to content

Commit af8a690

Browse files
Merge pull request #280535 from khdownie/kendownie071024
NFS soft delete GA
2 parents e2215c2 + 000cd84 commit af8a690

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/storage/files/files-nfs-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about file shares hosted in Azure Files using the Network Fil
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 06/11/2024
7+
ms.date: 07/10/2024
88
ms.author: kendownie
99
ms.custom: references_regions
1010
---
@@ -84,7 +84,7 @@ The status of items that appear in this table might change over time as support
8484
| Root squash| ✔️ |
8585
| Access same data from Windows and Linux client||
8686
| [Identity-based authentication](storage-files-active-directory-overview.md) ||
87-
| [Azure file share soft delete](storage-files-prevent-file-share-deletion.md) | ✔️ (preview) |
87+
| [Azure file share soft delete](storage-files-prevent-file-share-deletion.md) | ✔️ |
8888
| [Azure File Sync](../file-sync/file-sync-introduction.md)||
8989
| [Azure file share backups](../../backup/azure-file-share-backup-overview.md)||
9090
| [Azure file share snapshots](storage-snapshots-files.md)| ✔️ |

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

Lines changed: 2 additions & 2 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: khdownie
55
ms.service: azure-file-storage
66
ms.topic: how-to
7-
ms.date: 06/07/2024
7+
ms.date: 07/09/2024
88
ms.author: kendownie
99
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1010
services: storage
@@ -20,7 +20,7 @@ Azure Files offers soft delete for file shares so that you can easily recover yo
2020
|-|:-:|:-:|
2121
| Standard file shares (GPv2), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
2222
| Standard file shares (GPv2), GRS/GZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
23-
| Premium file shares (FileStorage), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png) (preview) |
23+
| Premium file shares (FileStorage), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png) |
2424

2525
## Prerequisites
2626

articles/storage/files/storage-files-prevent-file-share-deletion.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 Files and how you can use it for
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 06/07/2024
7+
ms.date: 07/10/2024
88
ms.author: kendownie
99
services: storage
1010
---
@@ -19,7 +19,7 @@ Azure Files offers soft delete, which allows you to recover your file share when
1919
|-|:-:|:-:|
2020
| Standard file shares (GPv2), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
2121
| Standard file shares (GPv2), GRS/GZRS | ![Yes](../media/icons/yes-icon.png) | ![No](../media/icons/no-icon.png) |
22-
| Premium file shares (FileStorage), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png) (preview)|
22+
| Premium file shares (FileStorage), LRS/ZRS | ![Yes](../media/icons/yes-icon.png) | ![Yes](../media/icons/yes-icon.png)|
2323

2424
## How soft delete works
2525

0 commit comments

Comments
 (0)