Skip to content

Commit 10e069d

Browse files
authored
Merge pull request #228051 from rvandenbedem/patch-45
Update attach-azure-netapp-files-to-azure-vmware-solution-hosts.md
2 parents bc52e1d + 276a096 commit 10e069d

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

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

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Attach Azure NetApp Files datastores to Azure VMware Solution hosts
33
description: Learn how to create Azure NetApp Files-based NFS datastores for Azure VMware Solution hosts.
44
ms.topic: how-to
55
ms.service: azure-vmware
6-
ms.date: 02/17/2023
6+
ms.date: 02/21/2023
77
ms.custom: "references_regions, engagement-fy23"
88
---
99

@@ -13,7 +13,7 @@ ms.custom: "references_regions, engagement-fy23"
1313

1414
[Azure VMware Solution](./introduction.md) supports attaching Network File System (NFS) datastores as a persistent storage option. You can create NFS datastores with Azure NetApp Files volumes and attach them to clusters of your choice. You can also create virtual machines (VMs) for optimal cost and performance.
1515

16-
By using NFS datastores backed by Azure NetApp Files, you can expand your storage instead of scaling the clusters. You can also use Azure NetApp Files volumes to replicate data from on-premises or primary VMware environments for the secondary site.
16+
By using NFS datastores backed by Azure NetApp Files, you can expand your storage instead of scaling the clusters. You can also use Azure NetApp Files volumes to replicate data from on-premises or primary VMware vSphere environments for the secondary site.
1717

1818
Create your Azure VMware Solution and create Azure NetApp Files NFS volumes in the virtual network connected to it using an ExpressRoute. Ensure there's connectivity from the private cloud to the NFS volumes created. Use those volumes to create NFS datastores and attach the datastores to clusters of your choice in a private cloud. As a native integration, you need no other permissions configured via vSphere.
1919

@@ -41,19 +41,7 @@ Before you begin the prerequisites, review the [Performance best practices](#per
4141
>[!NOTE]
4242
>Azure NetApp Files datastores for Azure VMware Solution are generally available. To use it, you must register Azure NetApp Files datastores for Azure VMware Solution.
4343
44-
## Supported regions
45-
46-
Azure VMware Solution currently supports the following regions:
47-
48-
**Asia** : East Asia, Japan East, Japan West, Southeast Asia.
49-
50-
**Australia** : Australia East, Australia Southeast.
51-
52-
**Brazil** : Brazil South.
53-
54-
**Europe** : France Central, Germany West Central, North Europe, Sweden Central, Sweden North, Switzerland West, UK South, UK West, West Europe
55-
56-
**North America** : Canada Central, Canada East, Central US, East US, East US 2, North Central US, South Central US, West US, West US 2.
44+
Azure VMware Solution is currently supported in these [regions](https://azure.microsoft.com/global-infrastructure/services/?products=azure-vmware).
5745

5846
## Performance best practices
5947

@@ -144,12 +132,14 @@ To attach an Azure NetApp Files volume to your private cloud using Azure CLI, fo
144132

145133
`az vmware datastore list --resource-group MyResourceGroup --cluster Cluster-1 --private-cloud MyPrivateCloud`
146134

135+
---
136+
147137
## Service level change for Azure NetApp Files datastore
148138

149139
Based on the performance requirements of the datastore, you can change the service level of the Azure NetApp Files volume used for the datastore by following the instructions to [dynamically change the service level of a volume for Azure NetApp Files](../azure-netapp-files/dynamic-change-volume-service-level.md)
150-
This has no impact to the Datastore or private cloud as there is no downtime involved and the IP address/mount path remain unchanged. However, the volume Resource Id will be changed due to the capacity pool change. Therefore to avoid any metadata mismatch re-issue the datastore create command via Azure CLI as follows: `az vmware datastore netapp-volume create`.
140+
This has no impact to the Datastore or private cloud as there is no downtime involved and the IP address/mount path remain unchanged. However, the volume Resource ID will be changed due to the capacity pool change. Therefore to avoid any metadata mismatch re-issue the datastore create command via Azure CLI as follows: `az vmware datastore netapp-volume create`.
151141
>[!IMPORTANT]
152-
> The input values for **cluster** name, datastore **name**, **private-cloud** (SDDC) name, and **resource-group** must be **exactly the same as the current one**, and the **volume-id** is the new Resource Id of the volume.
142+
> The input values for **cluster** name, datastore **name**, **private-cloud** (SDDC) name, and **resource-group** must be **exactly the same as the current one**, and the **volume-id** is the new Resource ID of the volume.
153143
154144
-**cluster**
155145
-**name**
15 KB
Loading

0 commit comments

Comments
 (0)