Skip to content

Commit a08795a

Browse files
committed
Learn Editor: Update attach-azure-netapp-files-to-azure-vmware-solution-hosts.md
1 parent d388635 commit a08795a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,17 @@ az vmware datastore netapp-volume create \
189189
>[!IMPORTANT]
190190
> The parameters for datastore **name**, **resource-group**, **cluster**, and **private-cloud** must be **exactly the same as those on the existing datastore in the private cloud**. The **volume-id** is the updated Resource ID of the Azure NetApp Files volume after the service level change.
191191
192-
## Disconnect an Azure NetApp Files-based datastore from your private cloud
192+
## Delete an Azure NetApp Files-based datastore from your private cloud
193193

194-
You can use the instructions provided to disconnect an Azure NetApp Files-based datastore using either Azure portal or Azure CLI. There's no maintenance window required for this operation. The disconnect action only disconnects the Azure NetApp Files volume as a datastore, it doesn't delete the data or the Azure NetApp Files volume.
194+
You can use the instructions provided to delete an Azure NetApp Files-based datastore using either Azure portal or Azure CLI. There's no maintenance window required for this operation. The delete action only removes the Azure NetApp Files volume as a datastore and it doesn't delete the data or the Azure NetApp Files volume.
195195

196-
**Disconnect an Azure NetApp Files datastore using the Azure Portal**
196+
**Delete an Azure NetApp Files datastore using the Azure Portal**
197197

198-
1. Select the datastore you want to disconnect from.
199-
1. Right-click on the datastore and select **disconnect**.
198+
1. Select the datastore you want to delete from.
200199

201-
**Disconnect an Azure NetApp Files datastore using Azure CLI**
200+
1. Right-click on the datastore and select **delete**.
201+
202+
**Delete an Azure NetApp Files datastore using Azure CLI**
202203

203204
`az vmware datastore delete --name ANFDatastore1 --resource-group MyResourceGroup --cluster Cluster-1 --private-cloud MyPrivateCloud`
204205

0 commit comments

Comments
 (0)