Skip to content

Commit 6b92d19

Browse files
committed
comment features
1 parent cfa062a commit 6b92d19

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To attach an Azure NetApp Files volume to your private cloud using Portal, follo
7373
1. Under Settings, select **Resource providers**.
7474
1. Search for **Microsoft.AVS** and select it.
7575
1. Select **Register**.
76-
1. Under **Settings**, select **Preview features**.
76+
1. Under **Settings**, select **Preview features**. <!-- Is this necessary? -->
7777
1. Verify you're registered for both the `CloudSanExperience` and `AnfDatstoreExperience` features.
7878
1. Navigate to your Azure VMware Solution.
7979
Under **Manage**, select **Storage**.
@@ -92,7 +92,7 @@ Under **Manage**, select **Storage**.
9292
### [Azure CLI](#tab/azure-cli)
9393

9494
To attach an Azure NetApp Files volume to your private cloud using Azure CLI, follow these steps:
95-
95+
<!--
9696
1. Verify the subscription is registered to `CloudSanExperience` feature in the **Microsoft.AVS** namespace. If it's not already registered, then register it.
9797
9898
`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
111111
`az feature register --name " AnfDatastoreExperience" --namespace "Microsoft.AVS"`
112112
113113
`az feature show --name "AnfDatastoreExperience" --namespace "Microsoft.AVS" --query properties.state`
114+
-->
114115
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.
115116

116117
`az extension show --name vmware`

0 commit comments

Comments
 (0)