Skip to content

Commit 4472ed5

Browse files
Merge pull request #276302 from b-ahibbard/NFSAAS-87103
Nfsaas 87103
2 parents 67f845e + ed4afc1 commit 4472ed5

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

articles/azure-netapp-files/azure-netapp-files-develop-with-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,4 +197,4 @@ The following example shows how to create a snapshot of a volume:
197197
198198
## Next steps
199199

200-
[See the Azure NetApp Files REST API reference](/rest/api/netapp/)
200+
* [Azure NetApp Files REST API reference](/rest/api/netapp/)

articles/azure-netapp-files/azure-netapp-files-resize-capacity-pools-or-volumes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ You can change the size of a volume as necessary. A volume's capacity consumptio
5757
You can use the following commands of the [Azure command line (CLI) tools](azure-netapp-files-sdk-cli.md) to resize a capacity pool or a volume:
5858

5959
* [`az netappfiles pool`](/cli/azure/netappfiles/pool)
60-
* [`az netappfiles volume`](/cli/azure/netappfiles/volume)
60+
* [`az netappfiles volume`](/cli/azure/netappfiles/volume) (use the `--usage-threshold` parameter)
6161

6262
## Resizing the capacity pool or a volume using REST API
6363

6464
You can build automation to handle the capacity pool and volume size change.
6565

6666
See [REST API for Azure NetApp Files](azure-netapp-files-develop-with-rest-api.md) and [REST API using PowerShell for Azure NetApp Files](develop-rest-api-powershell.md).
6767

68-
The REST API specification and example code for Azure NetApp Files are available through the [resource-manager GitHub directory](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/netapp/resource-manager/Microsoft.NetApp/stable).
68+
The REST API specification and example code for Azure NetApp Files are available through the [resource-manager GitHub directory](https://github.com/Azure/azure-rest-api-specs/tree/main/specification/netapp/resource-manager/Microsoft.NetApp/stable). See [this command](https://github.com/Azure/azure-rest-api-specs/blob/main/specification/netapp/resource-manager/Microsoft.NetApp/stable/2023-11-01/examples/Volumes_Update.json) for a sample volume update.
6969

7070
## Resize a cross-region replication destination volume
7171

articles/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Azure NetApp Files datastores for Azure VMware Solution are currently supported
4242
* Brazil South
4343
* Canada Central
4444
* Canada East
45+
* Central India
4546
* Central US
4647
* East Asia
4748
* East US

articles/virtual-desktop/create-fslogix-profile-container.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The instructions in this guide are specifically for Azure Virtual Desktop users.
2828

2929
* FSLogix profile containers on Azure NetApp Files can be accessed by users authenticating from Active Directory Domain Services (AD DS) and from [hybrid identities](../active-directory/hybrid/whatis-hybrid-identity.md), allowing Microsoft Entra users to access profile containers without requiring line-of-sight to domain controllers from Microsoft Entra hybrid joined and Microsoft Entra joined virtual machines (VMs). For more information, see [Access SMB volumes from Microsoft Entra joined Windows VMs](../azure-netapp-files/access-smb-volume-from-windows-client.md).
3030

31+
* To protect your FSLogix profile, consider using [Azure NetApp Files snapshots](../azure-netapp-files/snapshots-introduction.md) and [Azure NetApp Files backup](../azure-netapp-files/backup-introduction.md).
32+
3133
## Prerequisites
3234

3335
Before you can create an FSLogix profile container for a host pool, you must:

0 commit comments

Comments
 (0)