Skip to content

Commit b52a30d

Browse files
authored
Merge branch 'MicrosoftDocs:main' into master
2 parents 21a9afa + 1d22df3 commit b52a30d

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

articles/storage/files/files-whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about new features and enhancements in Azure Files and Azure
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 01/28/2024
7+
ms.date: 01/29/2024
88
ms.author: kendownie
99
---
1010

@@ -18,7 +18,7 @@ Azure Files and Azure File Sync are updated regularly to offer new features and
1818

1919
#### Snapshot support for NFS Azure premium file shares is generally available
2020

21-
Customers using NFS Azure file shares can now take point-in-time snapshots of file shares. This enables users to roll back their entire filesystem to a previous point in time, or restore specific files that were accidentally deleted or corrupted. Customers using this feature can perform share-level Snapshot management operations via REST API, PowerShell, and Azure CLI. This feature is now available in all Azure public cloud regions. [Learn more](storage-files-how-to-mount-nfs-shares.md#nfs-file-share-snapshots).
21+
Customers using NFS Azure file shares can now take point-in-time snapshots of file shares. This enables users to roll back their entire filesystem to a previous point in time, or restore specific files that were accidentally deleted or corrupted. Customers using this feature can perform share-level snapshot management operations via the Azure portal, REST API, Azure PowerShell, and Azure CLI. This feature is now available in all Azure public cloud regions except West US 2. [Learn more](storage-files-how-to-mount-nfs-shares.md#nfs-file-share-snapshots).
2222

2323
#### Sync upload performance improvements for Azure File Sync
2424

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.

articles/virtual-machines/linux/metrics-vm-usage-rest.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ ms.service: virtual-machines
66
ms.subservice: monitoring
77
ms.custom: REST
88
ms.topic: how-to
9-
ms.date: 06/13/2018
9+
ms.date: 01/25/2024
1010
ms.author: routlaw
11+
ms.reviewer: mattmcinnes
1112
---
1213

1314
# Get Virtual Machine usage metrics using the REST API
@@ -16,7 +17,7 @@ ms.author: routlaw
1617

1718
This example shows how to retrieve the CPU usage for a Linux Virtual Machine using the [Azure REST API](/rest/api/azure/).
1819

19-
Complete reference documentation and additional samples for the REST API are available in the [Azure Monitor REST reference](/rest/api/monitor).
20+
Complete reference documentation and samples for the REST API are available in the [Azure Monitor REST reference article](/rest/api/monitor).
2021

2122
## Build the request
2223

0 commit comments

Comments
 (0)