Skip to content

Commit 589c62d

Browse files
Merge pull request #264498 from khdownie/patch-1
Update storage-files-how-to-mount-nfs-shares.md
2 parents e67f949 + 56de06a commit 589c62d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/storage/files/storage-files-how-to-mount-nfs-shares.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If your mount failed, it's possible that your private endpoint wasn't set up cor
9494

9595
## NFS file share snapshots
9696

97-
Customers using NFS Azure file shares can create, list, and delete NFS Azure file share snapshots. This capability allows users to roll back entire file systems or recover files that were accidentally deleted or corrupted. This feature is now available in all Azure public cloud regions.
97+
Customers using NFS Azure file shares can create, list, and delete NFS Azure file share snapshots. This capability allows users to roll back entire file systems or recover files that were accidentally deleted or corrupted.
9898

9999
> [!IMPORTANT]
100100
> You should mount your file share before creating snapshots. If you create a new NFS file share and take snapshots before mounting the share, attempting to list the snapshots for the share will return an empty list. We recommend deleting any snapshots taken before the first mount and re-creating them after you've mounted the share.
@@ -107,6 +107,8 @@ Azure Backup isn't currently supported for NFS file shares.
107107

108108
AzCopy isn't currently supported for NFS file shares. To copy data from an NFS Azure file share or share snapshot, use file system copy tools such as rsync or fpsync.
109109

110+
NFS Azure file share snapshots are available in all Azure public cloud regions except West US 2.
111+
110112
### Create a snapshot
111113

112114
You can create a snapshot of an NFS Azure file share using the Azure portal, Azure PowerShell, or Azure CLI. A share can support the creation of up to 200 share snapshots.

0 commit comments

Comments
 (0)