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-arc/vmware-vsphere/enable-virtual-hardware.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Enable additional capabilities on Arc-enabled Server machines by linking to vCenter
3
3
description: Enable additional capabilities on Arc-enabled Server machines by linking to vCenter.
4
4
ms.topic: how-to
5
-
ms.date: 03/13/2024
5
+
ms.date: 07/04/2024
6
6
ms.service: azure-arc
7
7
ms.subservice: azure-arc-vmware-vsphere
8
8
ms.custom: devx-track-azurecli
@@ -48,22 +48,22 @@ Follow these steps [here](./quick-start-connect-vcenter-to-arc-using-script.md)
48
48
49
49
Use the following az commands to link Arc-enabled Server machines to vCenter at scale.
50
50
51
-
**Create VMware resources from the specified Arc for Server machines in the vCenter**
51
+
**Create VMware resource from the specified Arc for Server machine in the vCenter**
52
52
53
53
```azurecli-interactive
54
-
az connectedvmware vm create-from-machines --resource-group contoso-rg --name contoso-vm --vcenter-id /subscriptions/fedcba98-7654-3210-0123-456789abcdef/resourceGroups/contoso-rg-2/providers/Microsoft.HybridCompute/vcenters/contoso-vcenter
54
+
az connectedvmware vm create-from-machines --resource-group contoso-rg --name contoso-vm --vcenter-id /subscriptions/999998ee-cd13-9999-b9d4-55ca5c25496d/resourceGroups/allhands-demo/providers/microsoft.connectedvmwarevsphere/VCenters/ContosovCentervcenters/contoso-vcenter
55
55
```
56
56
57
57
**Create VMware resources from all Arc for Server machines in the specified resource group belonging to that vCenter**
58
58
59
59
```azurecli-interactive
60
-
az connectedvmware vm create-from-machines --resource-group contoso-rg --vcenter-id /subscriptions/fedcba98-7654-3210-0123-456789abcdef/resourceGroups/contoso-rg-2/providers/Microsoft.HybridCompute/vcenters/contoso-vcenter
60
+
az connectedvmware vm create-from-machines --resource-group contoso-rg --vcenter-id /subscriptions/999998ee-cd13-9999-b9d4-55ca5c25496d/resourceGroups/allhands-demo/providers/microsoft.connectedvmwarevsphere/VCenters/ContosovCentervcenters/contoso-vcenter
61
61
```
62
62
63
63
**Create VMware resources from all Arc for Server machines in the specified subscription belonging to that vCenter**
64
64
65
65
```azurecli-interactive
66
-
az connectedvmware vm create-from-machines --subscription contoso-sub --vcenter-id /subscriptions/fedcba98-7654-3210-0123-456789abcdef/resourceGroups/contoso-rg-2/providers/Microsoft.HybridCompute/vcenters/contoso-vcenter
66
+
az connectedvmware vm create-from-machines --subscription contoso-sub --vcenter-id /subscriptions/999998ee-cd13-9999-b9d4-55ca5c25496d/resourceGroups/allhands-demo/providers/microsoft.connectedvmwarevsphere/VCenters/ContosovCentervcenters/contoso-vcenter
0 commit comments