Skip to content

Commit 2acbe04

Browse files
committed
Doc updates
1 parent 2fdb936 commit 2acbe04

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

articles/azure-arc/vmware-vsphere/enable-guest-management-at-scale.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Arc agent installation can be automated using the helper script built using the
9292

9393
- Allows for service principal authentication to Azure for automation.
9494

95-
Before running this script, install az cli and the connectedvmware extension.
95+
Before running this script, install az cli and the `connectedvmware` extension.
9696

9797
### Prerequisites
9898

@@ -146,33 +146,33 @@ Arc agents can be installed directly on machines without relying on VMware tools
146146

147147
1. **Connect the machines as Arc-enabled Server resources:** Install Arc agents using Arc-enabled Server scripts.
148148

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:
150150

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).
156156

157157
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.
158158

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.
160160

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+
```
164164
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.
166166
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+
```
170170
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.
172172
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
175+
```
176176
177177
## Next steps
178178

0 commit comments

Comments
 (0)