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/automation/extension-based-hybrid-runbook-worker-install.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,7 +138,7 @@ To create a hybrid worker group in the Azure portal, follow these steps:
138
138
139
139
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.
140
140
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.
142
142
143
143
1. Select **Add**.
144
144
@@ -149,7 +149,7 @@ To create a hybrid worker group in the Azure portal, follow these steps:
149
149
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.
150
150
151
151
> [!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.
153
153
154
154
## Add a machine to a hybrid worker group
155
155
@@ -607,7 +607,7 @@ To install and use Hybrid Worker extension using REST API, follow these steps. T
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.
611
611
612
612
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.
0 commit comments