Skip to content

Commit e26c89a

Browse files
authored
Merge pull request #186963 from SGSneha/01Feb-DocUpdateHRW
Updated info
2 parents b864dad + 7b621bd commit e26c89a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ The following issues are possible causes:
127127

128128
* There's a mistyped workspace ID or workspace key (primary) in the agent's settings.
129129
* The Hybrid Runbook Worker can't download the configuration, which causes an account linking error. When Azure enables features on machines, it supports only certain regions for linking a Log Analytics workspace and an Automation account. It's also possible that an incorrect date or time is set on the computer. If the time is +/- 15 minutes from the current time, feature deployment fails.
130+
* Log Analytics Gateway is not configured to support Hybrid Runbook Worker.
130131

131132
#### Resolution
132133

@@ -135,10 +136,15 @@ To verify if the agent's workspace ID or workspace key was mistyped, see [Adding
135136

136137
##### Configuration not downloaded
137138

138-
Your Log Analytics workspace and Automation account must be in a linked region. For a list of supported regions, see [Azure Automation and Log Analytics workspace mappings](../how-to/region-mappings.md).
139+
Your Log Analytics workspace and Automation account must be in a linked region. This is the suggested solution for System Hybrid Runbook Worker used by Update Management. For a list of supported regions, see [Azure Automation and Log Analytics workspace mappings](../how-to/region-mappings.md).
139140

140141
You might also need to update the date or time zone of your computer. If you select a custom time range, make sure that the range is in UTC, which can differ from your local time zone.
141142

143+
##### Log Analytics gateway not configured
144+
145+
Follow the steps mentioned [here](/azure/azure-monitor/agents/gateway#configure-for-automation-hybrid-runbook-workers) to add Hybrid Runbook Worker endpoints to the Log Analytics Gateway.
146+
147+
142148
### <a name="set-azstorageblobcontent-execution-fails"></a>Scenario: Set-AzStorageBlobContent fails on a Hybrid Runbook Worker
143149

144150
#### Issue

0 commit comments

Comments
 (0)