Skip to content

Commit 2a5986a

Browse files
author
Simonx Xu
authored
Merge pull request #9375 from MicrosoftDocs/main
Auto push to live 2025-07-18 18:07:50
2 parents 0f31a65 + c5b3e93 commit 2a5986a

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
title: Common Runbook Creation Problems on Hybrid Runbook Worker
3+
description: Describes some common issues that might occur when you set up a runbook on Hybrid Runbook Worker.
4+
ms.date: 06/13/2025
5+
ms.reviewer: adoyle
6+
ms.service: azure-automation
7+
ms.custom: sap:Runbook not working as expected
8+
---
9+
10+
# Common runbook creation problems on Hybrid Runbook Worker
11+
12+
This article describes common issues you might experience when you set up runbooks on a hybrid runbook worker.
13+
14+
> [!NOTE]
15+
> The agent-based user hybrid runbook worker (Windows and Linux) was retired on August 31, 2024, and is no longer supported. For more information, see [migration guidance](/azure/automation/migrate-existing-agent-based-hybrid-worker-to-extension-based-workers).
16+
17+
## Troubleshoot tools
18+
19+
- Connectivity problems are a common cause of issues with Hybrid Runbook Workers. Use the [Test Cloud Connectivity tool](/azure/azure-monitor/agents/agent-windows-troubleshoot?tabs=UpdateMMA#connectivity-issues) to verify that your environment is correctly configured.
20+
21+
- Run the offline version of the [agent registration script](/azure/azure-monitor/agents/agent-windows-troubleshoot?tabs=UpdateMMA#log-analytics-troubleshooting-tool) to troubleshoot hybrid worker prerequisites. Although the script includes some checks specific to update management, most of the requirements also apply to hybrid workers.
22+
23+
## Common issues and solutions
24+
25+
Review the following table to resolve other common issues.
26+
27+
|Issue/ Error |Solution|
28+
|-----|---------------|
29+
| VM extension-based Hybrid Runbook Worker issues|[Troubleshoot VM extension-based Hybrid Runbook Worker issues in Automation](/azure/automation/troubleshoot/extension-based-hybrid-runbook-worker)|
30+
|Error: Job action 'Activate' cannot be run.|See the [hybrid runbook worker troubleshooting guide under "Runbook execution fails"](/azure/automation/troubleshoot/hybrid-runbook-worker#runbook-execution-fails).|
31+
|Error: No certificate was found in the certificate store.|To resolve this issue, follow the ["No certificate was found" section of the hybrid worker troubleshooter](/azure/automation/troubleshoot/hybrid-runbook-worker#no-cert-found).|
32+
|Error: Machine is already registered.|Follow the troubleshooting guide for ["Unable to add a hybrid runbook worker"](/azure/automation/troubleshoot/hybrid-runbook-worker#already-registered).|
33+
34+
## Reference
35+
36+
- [Automation hybrid runbook workers](/azure/automation/automation-hybrid-runbook-worker)
37+
- [Deploy an extension-based Windows or Linux User Hybrid Runbook Worker in Azure Automation](/azure/automation/extension-based-hybrid-runbook-worker-install)
38+
- [Migrate the existing agent-based hybrid workers to extension-based hybrid workers](/azure/automation/migrate-existing-agent-based-hybrid-worker-to-extension-based-workers)

support/azure/automation/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
href: welcome-automation.yml
33
- name: Runbook not working as expected
44
items:
5+
- name: Common runbook creation problems
6+
href: runbooks/issues-setting-up-hybrid-runbook-worker.md
57
- name: Hybrid Runbook Worker job isn't working
68
href: runbooks/runbook-fails-on-hybrid-worker.md
79
- name: Runbook jobs get suspended
@@ -18,3 +20,5 @@
1820
href: runbooks/powershell-job-script-cmdlets-not-working.md
1921
- name: Troubleshoot Hybrid Runbook Worker Job Failures
2022
href: runbooks/troubleshoot-runbook-execution-issues.md
23+
24+

0 commit comments

Comments
 (0)