Skip to content

Commit 2a78f13

Browse files
Merge pull request #288395 from rvandenbedem/patch-10
Update attach-azure-netapp-files-to-azure-vmware-solution-hosts.md
2 parents c9cada7 + 100ddf9 commit 2a78f13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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: 3/22/2024
6+
ms.date: 10/15/2024
77
ms.custom: "references_regions, engagement-fy23"
88
---
99

@@ -131,7 +131,7 @@ To attach an Azure NetApp Files volume to your private cloud using Azure CLI, fo
131131
`az extension add --name vmware`
132132
1. Create a datastore using an existing Azure NetApp Files volume in Azure VMware Solution private cloud cluster.
133133

134-
`az vmware datastore netapp-volume create --name MyDatastore1 --resource-group MyResourceGroup –-cluster Cluster-1 --private-cloud MyPrivateCloud –-volume-id /subscriptions/<Subscription Id>/resourceGroups/<Resourcegroup name>/providers/Microsoft.NetApp/netAppAccounts/<Account name>/capacityPools/<pool name>/volumes/<Volume name>`
134+
`az vmware datastore netapp-volume create --name MyDatastore1 --resource-group MyResourceGroup –-cluster Cluster-1 --private-cloud MyPrivateCloud –-net-app-volume /subscriptions/<Subscription Id>/resourceGroups/<Resourcegroup name>/providers/Microsoft.NetApp/netAppAccounts/<Account name>/capacityPools/<pool name>/volumes/<Volume name>`
135135
1. If needed, display the help on the datastores.
136136

137137
`az vmware datastore -h`
@@ -160,7 +160,7 @@ az vmware datastore netapp-volume create \
160160
--resource-group <resource group containing AVS private cloud> \
161161
--cluster <cluster name in AVS private cloud> \
162162
--private-cloud <name of AVS private cloud> \
163-
--volume-id /subscriptions/<subscription ID>/resourceGroups/<resource group>/providers/Microsoft.NetApp/netAppAccounts/<NetApp account>/capacityPools/<changed capacity pool>/volumes/<volume name>
163+
--net-app-volume /subscriptions/<subscription ID>/resourceGroups/<resource group>/providers/Microsoft.NetApp/netAppAccounts/<NetApp account>/capacityPools/<changed capacity pool>/volumes/<volume name>
164164
```
165165

166166
>[!IMPORTANT]

0 commit comments

Comments
 (0)