Skip to content

Commit 79580b6

Browse files
authored
Update extension-based-hybrid-runbook-worker.md
Fix suggestions
1 parent d45e022 commit 79580b6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ You are deploying an extension-based Hybrid Runbook Worker on a VM and it fails
7272
You are deploying the extension-based Hybrid Worker on a non-Azure VM that does not have Arc connected machine agent installed on it.
7373

7474
### Resolution
75-
Non-Azure machines must have the Arc connected machine agent installed on it, before deploying it as an extension-based Hybrid Runbook worker. To install the `AzureConnectedMachineAgent`, see [connect hybrid machines to Azure from the Azure portal](https://learn.microsoft.com/azure/azure-arc/servers/onboard-portal)
76-
for Arc-enabled servers or [Manage VMware virtual machines Azure Arc](https://learn.microsoft.com/azure/azure-arc/vmware-vsphere/manage-vmware-vms-in-azure#enable-guest-management) to enable guest management for Arc-enabled VMware VM.
75+
Non-Azure machines must have the Arc connected machine agent installed on it, before deploying it as an extension-based Hybrid Runbook worker. To install the `AzureConnectedMachineAgent`, see [connect hybrid machines to Azure from the Azure portal](../../azure-arc/servers/onboard-portal.md)
76+
for Arc-enabled servers or [Manage VMware virtual machines Azure Arc](../../azure-arc/vmware-vsphere/manage-vmware-vms-in-azure.md#enable-guest-management) to enable guest management for Arc-enabled VMware VM.
7777

7878

7979
### Scenario: Hybrid Worker deployment fails due to System assigned identity not enabled
@@ -87,9 +87,9 @@ User-assigned managed identity of the VM is enabled, but system-assigned managed
8787
### Resolution
8888
Follow the steps listed below:
8989

90-
1. [Enable](https://learn.microsoft.com/azure/active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm#enable-system-assigned-managed-identity-on-an-existing-vm) System-assigned managed identity of the VM.
90+
1. [Enable](../../active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md#enable-system-assigned-managed-identity-on-an-existing-vm) System-assigned managed identity of the VM.
9191
2. [Delete](../extension-based-hybrid-runbook-worker-install.md#delete-a-hybrid-runbook-worker) the Hybrid Worker extension installed on the VM.
92-
3. [Re-install]() the Hybrid Worker extension on the VM.
92+
3. Re-install the Hybrid Worker extension on the VM.
9393

9494

9595
### Scenario: Installation process of Hybrid Worker extension on Windows VM gets stuck
@@ -122,7 +122,7 @@ Sometimes the uninstallation process might get stuck.
122122
#### Resolution
123123
1. Open PowerShell console
124124
1. Go to Hybrid Worker extension installation folder
125-
Cd "C:\Packages\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows\<version>"
125+
Cd "C:\Packages\Plugins\Microsoft.Azure.Automation.HybridWorker.HybridWorkerForWindows\<version\>"
126126
1. Disable Hybrid Worker extension: `.\bin\disable.cmd`
127127
1. Uninstall Hybrid Worker extension: `.\bin\uninstall.ps1`
128128
1. Remove registry entry, if present: *HKLM:/Software/Microsoft/Azure/HybridWorker*
@@ -139,7 +139,7 @@ Sometimes the uninstallation process might get stuck.
139139

140140
#### Resolution
141141
1. Go to folder: `rm -r /home/hweautomation/state`
142-
1. Go to Hybrid Worker extension installation folder */var/lib/waagent/Microsoft.Azure.Automation.HybridWorker.HybridWorkerForLinux-\<version>/*
142+
1. Go to Hybrid Worker extension installation folder */var/lib/waagent/Microsoft.Azure.Automation.HybridWorker.HybridWorkerForLinux-\<version\>/*
143143
1. Go to above folder and run command `rm mrseq`
144144
1. Install Hybrid Worker Extension: *"installCommand": "./extension_shim.sh -c ./HWExtensionHandlers.py -i"*
145145
1. Enable Hybrid Worker extension: *"enableCommand": "./extension_shim.sh -c ./HWExtensionHandlers.py -e"*
@@ -156,7 +156,7 @@ Sometimes the uninstallation process might get stuck.
156156
Follow the steps mentioned below to completely uninstall Hybrid Worker extension:
157157

158158
1. Go to Hybrid Worker Extension installation folder:
159-
*/var/lib/waagent/Microsoft.Azure.Automation.HybridWorker.HybridWorkerForLinux-<version>/*
159+
*/var/lib/waagent/Microsoft.Azure.Automation.HybridWorker.HybridWorkerForLinux-\<version\>/*
160160
1. Disable the extension: `"disableCommand": "./extension_shim.sh -c ./HWExtensionHandlers.py -d" `
161161
1. Uninstall the extension: `"uninstallCommand": "./extension_shim.sh -c ./HWExtensionHandlers.py -u"`
162162

0 commit comments

Comments
 (0)