Hybrid Runbook Worker Status is Fail

三又 アークウェイ 1 Reputation point
2020-07-13T06:35:01.297+00:00

Hybrid Runbook Worker Status is Fail
Fail message is

’’Hybrid runbook worker is not running.
Update deployment is disabled in the current_mof file (/etc/opt/omi/conf/omsconfig/configuration/Current.mof).’’

I changed Update deployment from disabled to enabled in Current.mof.

ResourceSettings = "[{\"WorkspaceId\":\"******************\",\"AzureDnsAgentSvcZone\":\"agentsvc.azure-automation.net\",\"Solutions\":{\"Updates\":{\"Enabled\":false},\"AzureAutomation\":{\"Enabled\":true}}}]";

↓↓↓↓↓

ResourceSettings = "[{\"WorkspaceId\":\"******************\",\"AzureDnsAgentSvcZone\":\"agentsvc.azure-automation.net\",\"Solutions\":{\"Updates\":{\"Enabled\":true},\"AzureAutomation\":{\"Enabled\":true}}}]";

After that Hybrid Runbook Worker Status was success and Update management schedule was done and success.
But at some point, Updates value of current.mod has changed to false , then Hybrid Runbook Worker Status was false again.
I use Azure Firewall and checked "Configure a private network"(https://learn.microsoft.com/ja-jp/azure/automation/automation-dsc-overview)
I add them to network rule.

  • Port: Only TCP 443 is required for outbound Internet access
  • Global URL: * .azure-automation.net
  • US Gov Virginia Global URL: * .azure automation.us
  • Agent Service: https://<workspaceId>.agentsvc.azure-automation.net

I dont know why updates value of current.mod has changed to false.
Please tell me how to deal with this.

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,140 questions
{count} votes