Skip to content

Commit 2c8c5df

Browse files
Update extension-based-hybrid-runbook-worker.md
Added information on known issue with the Azure Connected Machine agent update causing folder permissions to be lost. This causes HRW jobs which use a custom credential to go into a suspended state until the folder permissions are reapplied.
1 parent e0c05a1 commit 2c8c5df

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,22 @@ The Hybrid Runbook Worker machine hasn't pinged Azure Automation for more than 3
397397

398398
Start the worker machine, and then re-register it with Azure Automation. For instructions on how to install the runbook environment and connect to Azure Automation, see [Deploy a Windows Hybrid Runbook Worker](../automation-windows-hrw-install.md).
399399

400+
401+
### Scenario: Hybrid Runbook Worker job execution on Azure Arc-enabled server which uses a custom credential is unexpectedly suspended.
402+
403+
#### Issue
404+
405+
Runbook jobs executed from an Azure Arc-enabled server that use a custom credential have suddenly begin to go into a suspended state.
406+
407+
#### Cause
408+
409+
This is caused by a known issue where folder permissions are removed when the Azure Connected Machine agent is updated. The folder permissions on the C:\ProgramData\AzureConnectedMachineAgent\Tokens are removed when the Azure Connected Machine agent is updated.
410+
411+
#### Resolution
412+
413+
The current resolution is to reapply the folder permissions to the C:\ProgramData\AzureConnectedMachineAgent\Tokens when the Azure Connected Machine agent is updated. See [Permissions for Hybrid worker credentials](../extension-based-hybrid-runbook-worker-install.md#permissions-for-hybrid-worker-credentials). There are plans to address this issue in a future release of the Azure Connected Machine agent.
414+
415+
400416
## Next steps
401417

402418
If you don't see your problem here or you can't resolve your issue, try one of the following channels for more support:

0 commit comments

Comments
 (0)