From 8851d13343e4079eeba11e66decfab04da27f73e Mon Sep 17 00:00:00 2001 From: NISHANT RANJAN <115216024+p15nishatr@users.noreply.github.com> Date: Thu, 13 Nov 2025 23:39:37 +0530 Subject: [PATCH 1/3] Add AZNFS 3.0 Public Preview note to documentation Added a note about AZNFS 3.0 Public Preview and its features. --- .../blobs/network-file-system-protocol-support-how-to.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/articles/storage/blobs/network-file-system-protocol-support-how-to.md b/articles/storage/blobs/network-file-system-protocol-support-how-to.md index 91805ffa812e2..91cd40cff9069 100644 --- a/articles/storage/blobs/network-file-system-protocol-support-how-to.md +++ b/articles/storage/blobs/network-file-system-protocol-support-how-to.md @@ -97,6 +97,9 @@ The AZNFS Mount Helper package helps Linux NFS clients to reliably access Azure > - Rocky8, Rocky9 > - SUSE (SLES 15) + > [!NOTE] + > AZNFS 3.0 is now in Public Preview! This release delivers higher throughput, supports larger files, enhances metadata performance, and eliminates user group restrictions. Check out the [page](https://github.com/Azure/AZNFS-mount/wiki) to know more about the improvements and instructions to try it. + ## Step 6: Mount the container Create a directory on your Linux system and then mount the container in the storage account. From b29587dbc72a24b4c00428db91d9d98d1c2bd77f Mon Sep 17 00:00:00 2001 From: Kristine Toliver Date: Fri, 14 Nov 2025 08:01:33 -0800 Subject: [PATCH 2/3] Edit update for Microsoft style Updated note to a tip and improved wording for clarity. --- .../blobs/network-file-system-protocol-support-how-to.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/articles/storage/blobs/network-file-system-protocol-support-how-to.md b/articles/storage/blobs/network-file-system-protocol-support-how-to.md index 91cd40cff9069..1b94b137b5902 100644 --- a/articles/storage/blobs/network-file-system-protocol-support-how-to.md +++ b/articles/storage/blobs/network-file-system-protocol-support-how-to.md @@ -97,8 +97,8 @@ The AZNFS Mount Helper package helps Linux NFS clients to reliably access Azure > - Rocky8, Rocky9 > - SUSE (SLES 15) - > [!NOTE] - > AZNFS 3.0 is now in Public Preview! This release delivers higher throughput, supports larger files, enhances metadata performance, and eliminates user group restrictions. Check out the [page](https://github.com/Azure/AZNFS-mount/wiki) to know more about the improvements and instructions to try it. +> [!TIP] +> AZNFS 3.0 is now in public preview! This release delivers higher throughput, supports larger files, enhances metadata performance, and eliminates user group restrictions. To learn about improvements and view instructions to try AZNFS 3.0, see the [AZNFS wiki](https://github.com/Azure/AZNFS-mount/wiki). ## Step 6: Mount the container From 626f25840cfa5d89b038a685ec29113ca46fc654 Mon Sep 17 00:00:00 2001 From: Kristine Toliver Date: Fri, 14 Nov 2025 08:03:42 -0800 Subject: [PATCH 3/3] Update AZNFS 3.0 preview announcement wording --- .../blobs/network-file-system-protocol-support-how-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/storage/blobs/network-file-system-protocol-support-how-to.md b/articles/storage/blobs/network-file-system-protocol-support-how-to.md index 1b94b137b5902..e65eb5d85470d 100644 --- a/articles/storage/blobs/network-file-system-protocol-support-how-to.md +++ b/articles/storage/blobs/network-file-system-protocol-support-how-to.md @@ -98,7 +98,7 @@ The AZNFS Mount Helper package helps Linux NFS clients to reliably access Azure > - SUSE (SLES 15) > [!TIP] -> AZNFS 3.0 is now in public preview! This release delivers higher throughput, supports larger files, enhances metadata performance, and eliminates user group restrictions. To learn about improvements and view instructions to try AZNFS 3.0, see the [AZNFS wiki](https://github.com/Azure/AZNFS-mount/wiki). +> AZNFS 3.0 is now in public preview. This release delivers higher throughput, supports larger files, enhances metadata performance, and eliminates user group restrictions. To learn about improvements and view instructions to try AZNFS 3.0, see the [AZNFS wiki](https://github.com/Azure/AZNFS-mount/wiki). ## Step 6: Mount the container