Skip to content

Commit 5715b5e

Browse files
authored
Fix typos and format paths in documentation
1 parent 03f9de0 commit 5715b5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,19 +398,19 @@ The Hybrid Runbook Worker machine hasn't pinged Azure Automation for more than 3
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

400400

401-
### Scenario: Hybrid Runbook Worker job execution on Azure Arc-enabled Windows server which uses a custom credential is unexpectedly suspended.
401+
### Scenario: Hybrid Runbook Worker job execution on Azure Arc-enabled Windows server that uses a custom credential is unexpectedly suspended
402402

403403
#### Issue
404404

405-
Runbook jobs executed from an Azure Arc-enabled server that use a custom credential have suddenly begin to go into a suspended state.
405+
Runbook jobs executed from an Azure Arc-enabled server that use a custom credential suddenly begin to go into a suspended state.
406406

407407
#### Cause
408408

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.
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 `C:\ProgramData\AzureConnectedMachineAgent\Tokens` are removed when the Azure Connected Machine agent is updated.
410410

411411
#### Resolution
412412

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).
413+
The current resolution is to reapply the folder permissions to `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).
414414

415415

416416
## Next steps

0 commit comments

Comments
 (0)