Skip to content

Commit e842d24

Browse files
Merge pull request #224524 from SnehaSudhirG/20Jan-AutomationDocUpdate
added a new section
2 parents 329a480 + 46dc8b7 commit e842d24

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

articles/automation/automation-windows-hrw-install.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,21 @@ To check version of agent-based Windows Hybrid Runbook Worker, go to the followi
291291
`C:\ProgramFiles\Microsoft Monitoring Agent\Agent\AzureAutomation\`
292292

293293
The *Azure Automation* folder has a sub-folder with the version number as the name of the sub-folder.
294+
295+
## Update Log Analytics agent to latest version
296+
297+
Azure Automation [Agent-based User Hybrid Runbook Worker](automation-hybrid-runbook-worker.md) (V1) requires the [Log Analytics agent](../azure-monitor/agents/log-analytics-agent.md) (also known as MMA agent) during the installation of the Hybrid Worker. We recommend you to update the Log Analytics agent to the latest version to reduce security vulnerabilities and benefit from bug fixes.
298+
299+
Log Analytics agent versions prior to [10.20.18053 (bundle) and 1.0.18053.0 (extension)](../virtual-machines/extensions/oms-windows.md#agent-and-vm-extension-version) use an older method of certificate handling, and hence it is **not recommended**. Hybrid Workers on the outdated agents will not be able to connect to Azure, and Azure Automation jobs executed by these Hybrid Workers will stop.
300+
301+
You must update the Log Analytics agent to the latest version by following the below steps:
302+
303+
1. Check the current version of the Log Analytics agent for your Windows Hybrid Worker: Go to the installation path - *C:\ProgramFiles\Microsoft Monitoring Agent\Agent* and right-click *HealthService.exe* to check **Properties**. The field **Product version** provides the version number of the Log Analytics agent.
304+
2. If your Log Analytics agent version is prior to [10.20.18053 (bundle) and 1.0.18053.0 (extension)](../virtual-machines/extensions/oms-windows.md#agent-and-vm-extension-version), upgrade to the latest version of the Windows Log Analytics agent, following these [guidelines](../azure-monitor/agents/agent-manage.md).
305+
306+
> [!NOTE]
307+
> Any Azure Automation jobs running on the Hybrid Worker during the upgrade process might stop. Ensure that there aren’t any jobs running or scheduled during the Log Analytics agent upgrade.
308+
294309

295310
## Next steps
296311

0 commit comments

Comments
 (0)