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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ To attach an Azure NetApp Files volume to your private cloud using Portal, follo
73
73
1. Under Settings, select **Resource providers**.
74
74
1. Search for **Microsoft.AVS** and select it.
75
75
1. Select **Register**.
76
-
1. Under **Settings**, select **Preview features**.
76
+
1. Under **Settings**, select **Preview features**.<!-- Is this necessary? -->
77
77
1. Verify you're registered for both the `CloudSanExperience` and `AnfDatstoreExperience` features.
78
78
1. Navigate to your Azure VMware Solution.
79
79
Under **Manage**, select **Storage**.
@@ -92,7 +92,7 @@ Under **Manage**, select **Storage**.
92
92
### [Azure CLI](#tab/azure-cli)
93
93
94
94
To attach an Azure NetApp Files volume to your private cloud using Azure CLI, follow these steps:
95
-
95
+
<!--
96
96
1. Verify the subscription is registered to `CloudSanExperience` feature in the **Microsoft.AVS** namespace. If it's not already registered, then register it.
97
97
98
98
`az feature show --name "CloudSanExperience" --namespace "Microsoft.AVS"`
@@ -111,6 +111,7 @@ To attach an Azure NetApp Files volume to your private cloud using Azure CLI, fo
`az feature show --name "AnfDatastoreExperience" --namespace "Microsoft.AVS" --query properties.state`
114
+
-->
114
115
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.
0 commit comments