Skip to content

Commit 3f2ad4f

Browse files
committed
minor edits
1 parent 27d9c53 commit 3f2ad4f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

articles/automation/TOC.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,12 @@
168168
href: troubleshoot/runbooks.md
169169
- name: Data to collect when opening a case for Microsoft Azure Automation
170170
href: troubleshoot/collect-data-microsoft-azure-automation-case.md
171-
- name: Work with a Hybrid Runbook Worker
171+
- name: Work with Hybrid Runbook Worker
172172
items:
173173
- name: Deploy extension-based worker
174-
href: extension-based-hybrid-runbook-worker-install.md
175174
items:
175+
- name: Deploy on Windows/ Linux User Hybrid Runbook Worker
176+
href: extension-based-hybrid-runbook-worker-install.md
176177
- name: Using ARM template
177178
href: use-azure-resource-manager-template.md
178179
- name: Deploy agent-based Windows worker

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

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

258258
The hybrid worker group will be deleted.
259259

260+
## Use Azure Resource Manager template
261+
262+
You can use an [Azure Resource Manager (ARM) template](./use-azure-resource-manager-template.md) to create a new Azure Windows VM and connect it to the existing Automation account and Hybrid Worker Group.
263+
260264

261265
## Install Hybrid worker extension
262266

@@ -377,8 +381,8 @@ To install and use Hybrid Worker extension using REST API, follow these steps. T
377381
378382
**Manage Hybrid Worker Extension**
379383
380-
- To create, delete, and manage extension-based Hybrid Runbook Worker groups, see [az automation hrwg | Microsoft Docs](./cli/azure/automation/hrwg?view=azure-cli-latest)
381-
- To create, delete, and manage extension-based Hybrid Runbook Worker, see [az automation hrwg hrw | Microsoft Docs](./cli/azure/automation/hrwg/hrw?view=azure-cli-latest)
384+
- To create, delete, and manage extension-based Hybrid Runbook Worker groups, see [az automation hrwg | Microsoft Docs](/cli/azure/automation/hrwg?view=azure-cli-latest)
385+
- To create, delete, and manage extension-based Hybrid Runbook Worker, see [az automation hrwg hrw | Microsoft Docs](/cli/azure/automation/hrwg/hrw?view=azure-cli-latest)
382386
383387
---
384388

0 commit comments

Comments
 (0)