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
+32-29Lines changed: 32 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Deploy an extension-based Windows or Linux User Hybrid Runbook Worker in
3
3
description: This article tells how to deploy an extension-based Windows or Linux Hybrid Runbook Worker that you can use to run runbooks on Windows-based machines in your local datacenter or cloud environment.
4
4
services: automation
5
5
ms.subservice: process-automation
6
-
ms.date: 09/28/2021
6
+
ms.date: 03/17/2021
7
7
ms.topic: how-to
8
8
#Customer intent: As a developer, I want to learn about extension so that I can efficiently deploy Hybrid Runbook Workers.
9
9
---
@@ -593,50 +593,53 @@ To install and use Hybrid Worker extension using REST API, follow these steps. T
593
593
594
594
1. Install the Hybrid Worker Extension on Azure VM by the following API call
595
595
596
-
```http
597
-
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName}?api-version=2021-11-01
596
+
```http
597
+
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/extensions/{vmExtensionName}?api-version=2021-11-01
598
598
599
-
```
600
-
599
+
```
601
600
602
601
The request body should contain the following information:
For ARC VMs, use the below API call for enabling the extension:
618
-
```http
619
+
620
+
```http
619
621
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridCompute/machines/{machineName}/extensions/{extensionName}?api-version=2021-05-20
620
-
```
622
+
623
+
```
621
624
622
625
623
626
The request body should contain the following information:
Response of the PUT call 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.
638
+
}
639
+
```
640
+
Response of the *PUT* call 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.
638
641
639
-
1. Go to the **Portal**page of the VM and in the **Extensions** tab, you can check the status of the Hybrid Worker Extensioninstallation.
642
+
1. Go to the Azure portal page of the VM and in the **Extensions** tab, you can check the status of the Hybrid Worker Extension.installation.
640
643
641
644
642
645
## Manage Role permissions for Hybrid Worker Groups and Hybrid Workers
0 commit comments