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-guest-management-at-scale.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ Arc agent installation can be automated using the helper script built using the
92
92
93
93
- Allows for service principal authentication to Azure for automation.
94
94
95
-
Before running this script, install az cli and the connectedvmware extension.
95
+
Before running this script, install az cli and the `connectedvmware` extension.
96
96
97
97
### Prerequisites
98
98
@@ -146,33 +146,33 @@ Arc agents can be installed directly on machines without relying on VMware tools
146
146
147
147
1.**Connect the machines as Arc-enabled Server resources:** Install Arc agents using Arc-enabled Server scripts.
148
148
149
-
You can use any of the following automation approaches to install Arc agents at scale:
149
+
You can use any of the following automation approaches to install Arc agents at scale:
150
150
151
-
-[Install Arc agents at scale using a Service Principal](../servers/onboard-service-principal.md).
152
-
-[Install Arc agents at scale using Configuration Manager script](../servers/onboard-configuration-manager-powershell.md).
153
-
-[Install Arc agents at scale with a Configuration Manager custom task sequence](../servers/onboard-configuration-manager-custom-task.md).
154
-
-[Install Arc agents at scale using Group policy](../servers/onboard-group-policy-powershell.md).
155
-
-[Install Arc agents at scale using Ansible playbook](../servers/onboard-ansible-playbooks.md).
151
+
-[Install Arc agents at scale using a Service Principal](../servers/onboard-service-principal.md).
152
+
-[Install Arc agents at scale using Configuration Manager script](../servers/onboard-configuration-manager-powershell.md).
153
+
-[Install Arc agents at scale with a Configuration Manager custom task sequence](../servers/onboard-configuration-manager-custom-task.md).
154
+
-[Install Arc agents at scale using Group policy](../servers/onboard-group-policy-powershell.md).
155
+
-[Install Arc agents at scale using Ansible playbook](../servers/onboard-ansible-playbooks.md).
156
156
157
157
2.**Link Arc-enabled Server resources to the vCenter:** The following commands will update the Kind property of Hybrid Compute machines as **VMware**. Linking the machines to vCenter will enable virtual lifecycle operations and power cycle operations (start, stop, etc.) on the machines.
158
158
159
-
- The following command scans all the Arc for Server machines that belong to the vCenter in the specified subscription and links the machines with that vCenter.
159
+
- The following command scans all the Arc for Server machines that belong to the vCenter in the specified subscription and links the machines with that vCenter.
160
160
161
-
```azurecli
162
-
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
163
-
```
161
+
```azurecli
162
+
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
163
+
```
164
164
165
-
- The following command scans all the Arc for Server machines that belong to the vCenter in the specified Resource Group and links the machines with that vCenter.
165
+
- The following command scans all the Arc for Server machines that belong to the vCenter in the specified Resource Group and links the machines with that vCenter.
166
166
167
-
```azurecli
168
-
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.
169
-
```
167
+
```azurecli
168
+
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.
169
+
```
170
170
171
-
- The following command can be used to link an individual Arc for Server resource to vCenter.
171
+
- The following command can be used to link an individual Arc for Server resource to vCenter.
172
172
173
-
```azurecli
174
-
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
175
-
```
173
+
```azurecli
174
+
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
0 commit comments