You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -15,7 +15,7 @@ This article provides information on troubleshooting and resolving issues with A
15
15
16
16
To help troubleshoot issues with extension-based Hybrid Runbook Workers:
17
17
18
-
- Check the OS is supported and the prerequisites have been met. See [Prerequisites](../extension-based-hybrid-runbook-worker-install.md#prerequisites).
18
+
- Check the OS is supported, and the prerequisites have been met. See [Prerequisites](../extension-based-hybrid-runbook-worker-install.md#prerequisites).
19
19
20
20
- Check whether the system-assigned managed identity is enabled on the VM. Azure VMs and Arc enabled Azure Machines should be enabled with a system-assigned managed identity.
21
21
@@ -51,8 +51,9 @@ The Hybrid Runbook Worker jobs failed as it was unable to import Az modules.
51
51
52
52
As a workaround, you can follow these steps:
53
53
54
-
1. Go to the folder: C:\Program Files\Microsoft Monitoring Agent\Agent\AzureAutomation\7.3.1722.0\HybridAgent
55
-
1. Edit the file with the name *Orchestrator.Sandbox.exe.config*
54
+
1. Go to the folder: `C:\Program Files\Microsoft Monitoring Agent\Agent\AzureAutomation\7.3.1722.0\HybridAgent`
55
+
1. Edit the file with the name `Orchestrator.Sandbox.exe.config`
56
+
56
57
1. Add the following lines inside the `<assemblyBinding>` tags:
57
58
```xml
58
59
<dependentAssembly>
@@ -82,13 +83,14 @@ For Custom user on the Hybrid Runbook Worker, update the permissions in the foll
82
83
### Scenario: Job failed to start as the Hybrid Worker wasn't available when the scheduled job started
83
84
84
85
#### Issue
85
-
Job fails to start on a Hybrid Worker and you see the following error:
86
+
Job fails to start on a Hybrid Worker, and you see the following error:
86
87
87
88
*Failed to start, as hybrid worker wasn't available when scheduled job started, the hybrid worker was last active at mm/dd/yyyy*.
88
89
89
90
#### Cause
90
91
This error can occur due to the following reasons:
91
-
- The machines doesn't exist anymore.
92
+
- The machines don't exist anymore.
93
+
92
94
- The machine is turned off and is unreachable.
93
95
- The machine has a network connectivity issue.
94
96
- The Hybrid Runbook Worker extension has been uninstalled from the machine.
@@ -178,13 +180,40 @@ Sometimes the installation process might get stuck.
178
180
### Resolution
179
181
Follow the steps mentioned below to install Hybrid Worker extension again:
180
182
181
-
1. Open PowerShell console
182
-
1. Remove registry entry, if present: *HKLM:/Software/Microsoft/Azure/HybridWorker*
183
-
1. Remove the registry entry, if present: *HKLM:/Software/Microsoft/HybridRunbookWorkerV2*
184
-
1. Go to Hybrid Worker extension installation folder
185
-
Cd "C:\Packages\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows\<version>"
0 commit comments