Skip to content

Commit 48ba878

Browse files
committed
feedback incorporated
1 parent d56f402 commit 48ba878

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ You can delete an empty Hybrid Runbook Worker group from the portal.
257257

258258
The hybrid worker group will be deleted.
259259

260-
## Install Hybrid worker extension
260+
## Manage Hybrid Worker extension using ARM template, REST API, and Azure CLI
261261

262-
#### [Using ARM template](#tab/arm-template)
262+
#### [ARM template](#tab/arm-template)
263263

264264
You can use an Azure Resource Manager (ARM) template to create a new Azure Windows VM and connect it to an existing Automation account and Hybrid Worker Group. To learn more about ARM templates, see [What are ARM templates?](../azure-resource-manager/templates/overview.md)
265265

@@ -566,7 +566,7 @@ Review the parameters used in this template.
566566
| dnsNameForPublicIP | The DNS name for the public IP. |
567567

568568

569-
#### [Using REST API](#tab/rest-api)
569+
#### [REST API](#tab/rest-api)
570570

571571
**Prerequisites**
572572

@@ -678,7 +678,7 @@ To install and use Hybrid Worker extension using REST API, follow these steps. T
678678
```
679679
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.
680680
681-
#### [Using Azure CLI](#tab/cli)
681+
#### [Azure CLI](#tab/cli)
682682
683683
**Manage Hybrid Worker Extension**
684684

0 commit comments

Comments
 (0)