Skip to content

Commit b72f5fd

Browse files
committed
fixed warning and minor formatting edits
1 parent 20cbb5e commit b72f5fd

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot extension-based Hybrid Runbook Worker issues in Azure Automation
33
description: This article tells how to troubleshoot and resolve issues that arise with Azure Automation extension-based Hybrid Runbook Workers.
44
services: automation
5-
ms.date: 04/26/2024
5+
ms.date: 04/26/2023
66
ms.topic: troubleshooting
77
ms.custom: devx-track-azurepowershell
88
---
@@ -44,7 +44,8 @@ To help troubleshoot issues with extension-based Hybrid Runbook Workers:
4444

4545
#### Issue
4646
Job fails to start on a Hybrid Worker and you see the following error:
47-
*Failed to start, as hybrid worker was not available when scheduled job started, the hybrid worker was last active at mm/dd/yyyy*
47+
48+
*Failed to start, as hybrid worker was not available when scheduled job started, the hybrid worker was last active at mm/dd/yyyy*.
4849

4950
#### Cause
5051
This error can occur due to the following reasons:
@@ -54,12 +55,14 @@ This error can occur due to the following reasons:
5455
- The Hybrid Runbook Worker extension has been uninstalled from the machine.
5556

5657
#### Resolution
57-
Ensure that the machine exists, and Hybrid Runbook Worker extension is installed on it. The Hybrid Worker should be healthy and should give a heartbeat. Troubleshoot any network issues by checking the Microsoft-SMA event logs on the Workers in the Hybrid Runbook Worker Group that tried to run this job. You can also monitor [HybridWorkerPing](../../azure-monitor/essentials/metrics-supported.md#microsoftautomationautomationaccounts) metric that provides the number of pings from a Hybrid Worker and can help to check ping-related issues.
58+
- Ensure that the machine exists, and Hybrid Runbook Worker extension is installed on it. The Hybrid Worker should be healthy and should give a heartbeat. Troubleshoot any network issues by checking the Microsoft-SMA event logs on the Workers in the Hybrid Runbook Worker Group that tried to run this job.
59+
- You can also monitor [HybridWorkerPing](../../azure-monitor/essentials/metrics-supported.md#microsoftautomationautomationaccounts) metric that provides the number of pings from a Hybrid Worker and can help to check ping-related issues.
5860

5961
### Scenario: Job was suspended as it exceeded the job limit for a Hybrid Worker
6062

6163
#### Issue
6264
Job gets suspended with the following error message:
65+
6366
*Job was suspended as it exceeded the job limit for a Hybrid Worker. Add more Hybrid Workers to the Hybrid Worker group to overcome this issue.*
6467

6568
#### Cause

articles/automation/troubleshoot/hybrid-runbook-worker.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ Verify the Log Analytics Gateway server is online and is accessible from the mac
6060

6161
#### Issue
6262
Job fails to start on a Hybrid Worker and you see the following error:
63-
*Failed to start, as hybrid worker was not available when scheduled job started, the hybrid worker was last active at mm/dd/yyyy*
63+
64+
*Failed to start, as hybrid worker was not available when scheduled job started, the hybrid worker was last active at mm/dd/yyyy*.
6465

6566
#### Cause
6667
This error can occur due to the following reasons:
@@ -70,12 +71,14 @@ This error can occur due to the following reasons:
7071
- The Hybrid Runbook Worker extension has been uninstalled from the machine.
7172

7273
#### Resolution
73-
Ensure that the machine exists, and Hybrid Runbook Worker extension is installed on it. The Hybrid Worker should be healthy and should give a heartbeat. Troubleshoot any network issues by checking the Microsoft-SMA event logs on the Workers in the Hybrid Runbook Worker Group that tried to run this job. You can also monitor [HybridWorkerPing](../../azure-monitor/essentials/metrics-supported.md#microsoftautomationautomationaccounts) metric that provides the number of pings from a Hybrid Worker and can help to check ping-related issues.
74+
- Ensure that the machine exists, and Hybrid Runbook Worker extension is installed on it. The Hybrid Worker should be healthy and should give a heartbeat. Troubleshoot any network issues by checking the Microsoft-SMA event logs on the Workers in the Hybrid Runbook Worker Group that tried to run this job.
75+
- You can also monitor [HybridWorkerPing](../../azure-monitor/essentials/metrics-supported.md#microsoftautomationautomationaccounts) metric that provides the number of pings from a Hybrid Worker and can help to check ping-related issues.
7476

7577
### Scenario: Job was suspended as it exceeded the job limit for a Hybrid Worker
7678

7779
#### Issue
7880
Job gets suspended with the following error message:
81+
7982
*Job was suspended as it exceeded the job limit for a Hybrid Worker. Add more Hybrid Workers to the Hybrid Worker group to overcome this issue.*
8083

8184
#### Cause

0 commit comments

Comments
 (0)