You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-vmware/attach-azure-netapp-files-to-azure-vmware-solution-hosts.md
+1-35Lines changed: 1 addition & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,19 +28,11 @@ Before you begin the prerequisites, review the [Performance best practices](#per
28
28
1.[Deploy Azure VMware Solution](./deploy-azure-vmware-solution.md) private cloud and a dedicated virtual network connected via ExpressRoute gateway. The virtual network gateway should be configured with the Ultra performance or ErGw3Az SKU and have FastPath enabled. For more information, see [Configure networking for your VMware private cloud](tutorial-configure-networking.md) and [Network planning checklist](tutorial-network-checklist.md).
29
29
1. Create an [NFSv3 volume for Azure NetApp Files](../azure-netapp-files/azure-netapp-files-create-volumes.md) in the same virtual network created in the previous step.
30
30
1. Verify connectivity from the private cloud to Azure NetApp Files volume by pinging the attached target IP.
31
-
2. Verify the subscription is registered to the `ANFAvsDataStore` feature in the `Microsoft.NetApp` namespace. If the subscription isn't registered, register it now.
`az feature show --name "ANFAvsDataStore" --namespace "Microsoft.NetApp" --query properties.state`
36
31
1. Based on your performance requirements, select the correct service level needed for the Azure NetApp Files capacity pool. Select option **Azure VMware Solution Datastore** listed under the **Protocol** section.
37
32
1. Create a volume with **Standard**[network features](../azure-netapp-files/configure-network-features.md) if available for ExpressRoute FastPath connectivity.
38
33
1. Under the **Protocol** section, select **Azure VMware Solution Datastore** to indicate the volume is created to use as a datastore for Azure VMware Solution private cloud.
39
34
1. If you're using [export policies](../azure-netapp-files/azure-netapp-files-configure-export-policy.md) to control access to Azure NetApp Files volumes, enable the Azure VMware private cloud IP range, not individual host IPs. Faulty hosts in a private cloud could get replaced. If the IP isn't enabled, connectivity to datastore is impacted.
40
35
41
-
>[!NOTE]
42
-
>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.
43
-
44
36
## Supported regions
45
37
46
38
Azure NetApp Files datastores for Azure VMware Solution are currently supported in the following regions:
@@ -99,13 +91,6 @@ For performance benchmarks that Azure NetApp Files datastores deliver for VMs on
99
91
To attach an Azure NetApp Files volume to your private cloud using Portal, follow these steps:
100
92
101
93
1. Sign in to the Azure portal.
102
-
1. Select **Subscriptions** to see a list of subscriptions.
103
-
1. From the list, select the subscription you want to use.
104
-
1. Under Settings, select **Resource providers**.
105
-
1. Search for **Microsoft.AVS** and select it.
106
-
1. Select **Register**.
107
-
1. Under **Settings**, select **Preview features**.
108
-
1. Verify you're registered for both the `CloudSanExperience` and `AnfDatstoreExperience` features.
109
94
1. Navigate to your Azure VMware Solution.
110
95
Under **Manage**, select **Storage**.
111
96
1. Select **Connect Azure NetApp Files volume**.
@@ -123,25 +108,6 @@ Under **Manage**, select **Storage**.
123
108
124
109
To attach an Azure NetApp Files volume to your private cloud using Azure CLI, follow these steps:
125
110
126
-
1. Verify the subscription is registered to `CloudSanExperience` feature in the **Microsoft.AVS** namespace. If it's not, register it.
127
-
128
-
`az feature show --name "CloudSanExperience" --namespace "Microsoft.AVS"`
`az feature show --name "AnfDatastoreExperience" --namespace "Microsoft.AVS" --query properties.state`
144
-
145
111
1. Verify the VMware extension is installed. If the extension is already installed, verify you're using the latest version of the Azure CLI extension. If an older version is installed, update the extension.
146
112
147
113
`az extension show --name vmware`
@@ -155,7 +121,7 @@ To attach an Azure NetApp Files volume to your private cloud using Azure CLI, fo
155
121
1. Create a datastore using an existing ANF volume in Azure VMware Solution private cloud cluster.
0 commit comments