Skip to content

Commit f656dd2

Browse files
committed
fixed warnings
1 parent eafff86 commit f656dd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/automation/extension-based-hybrid-runbook-worker-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ To create a hybrid worker group in the Azure portal, follow these steps:
138138

139139
1. Select **Add machines** to go to the **Add machines as hybrid worker** page. You'll only see machines that aren't part of any other hybrid worker group.
140140

141-
1. Select the checkbox next to the machine(s) you want to add to the hybrid worker group. If you don't see your non-Azure machine listed, ensure 3Azure Arc Connected Machine agent is installed on the machine.
141+
1. Select the checkbox next to the machine(s) you want to add to the hybrid worker group. If you don't see your non-Azure machine listed, ensure Azure Arc Connected Machine agent is installed on the machine.
142142

143143
1. Select **Add**.
144144

@@ -149,7 +149,7 @@ To create a hybrid worker group in the Azure portal, follow these steps:
149149
The hybrid worker extension installs on the machine and the hybrid worker gets registered to the hybrid worker group. Adding a hybrid worker to the group happens immediately, while installation of the extension might take a few minutes. Select **Refresh** to see the new group. Select the group name to view the hybrid worker details.
150150

151151
> [!NOTE]
152-
> A selected machine won'n be added to a hybrid worker group if it is already part of another hybrid worker group.
152+
> A selected machine won't be added to a hybrid worker group if it is already part of another hybrid worker group.
153153
154154
## Add a machine to a hybrid worker group
155155

@@ -607,7 +607,7 @@ To install and use Hybrid Worker extension using REST API, follow these steps. T
607607
```azurepowershell-interactive
608608
New-AzConnectedMachineExtension -ResourceGroupName <VMResourceGroupName> -Location <VMLocation> -VMName <VMName> -Name "HybridWorkerExtension" -Publisher "Microsoft.Azure.Automation.HybridWorker" -ExtensionType <HybridWorkerForWindows/HybridWorkerForLinux> -TypeHandlerVersion 0.1 -Settings $settings
609609
```
610-
The Output of the above commands will confirm if the extension is successfully installed or not on the targeted VM. You can also go to the VM in the Azure Portal, and check status of extensions installed on the target VM under **Extensions** tab.
610+
The Output of the above commands will confirm if the extension is successfully installed or not on the targeted VM. You can also go to the VM in the Azure portal, and check status of extensions installed on the target VM under **Extensions** tab.
611611

612612
1. Go to the **Portal** page of the VM and in the **Extensions** tab, you can check the status of the Hybrid Worker Extension installation.
613613

0 commit comments

Comments
 (0)