Skip to content

Commit 4f760ed

Browse files
committed
minor edits to images and feedback incorporated
1 parent 7616b09 commit 4f760ed

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

articles/automation/troubleshoot/update-agent-issues-linux.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ This article discusses how to run the troubleshooter for Azure machines from the
2727

2828
For Azure machines, select the **troubleshoot** link under the **Update Agent Readiness** column in the portal to open the Troubleshoot Update Agent page. For non-Azure machines, the link brings you to this article. To troubleshoot a non-Azure machine, see the instructions in the **Troubleshoot offline** section.
2929

30-
![VM list page](../media/update-agent-issues-linux/vm-list.png)
30+
:::image type="content" source="../media/update-agent-issues-linux/vm-list.png" alt-text="Screenshot of VM list page":::
3131

3232
> [!NOTE]
3333
> The checks require the VM to be running. If the VM isn't running, **Start the VM** appears.
3434
3535
On the Troubleshoot Update Agent page, select **Run Checks** to start the troubleshooter. The troubleshooter uses [Run command](../../virtual-machines/linux/run-command.md) to run a script on the machine to verify the dependencies. When the troubleshooter is finished, it returns the result of the checks.
3636

37-
![Troubleshoot page](../media/update-agent-issues-linux/troubleshoot-page.png)
37+
:::image type="content" source="../media/update-agent-issues-linux/troubleshoot-page.png" alt-text="Screenshot of Troubleshoot page":::
38+
3839

3940
When the checks are finished, the results are returned in the window. The check sections provide information on what each check is looking for.
4041

@@ -205,7 +206,7 @@ Curl on provided OMS endpoint
205206

206207
### Software Repositories
207208

208-
Fix this issue by allowing the prerequisite Repo URL. For more information, see [RHEL](https://learn.microsoft.com/azure/virtual-machines/workloads/redhat/redhat-rhui#troubleshoot-connection-problems-to-azure-rhui)
209+
Fix this issue by allowing the prerequisite Repo URL. For RHEL, see [here](https://learn.microsoft.com/azure/virtual-machines/workloads/redhat/redhat-rhui#troubleshoot-connection-problems-to-azure-rhui).
209210

210211
Post making Network changes you can either rerun the Troubleshooter or
211212

articles/automation/troubleshoot/update-agent-issues.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ There can be many reasons why your machine isn't showing up as ready (healthy) d
2121
This article discusses how to run the troubleshooter for Azure machines from the Azure portal, and non-Azure machines in the [offline scenario](#troubleshoot-offline).
2222

2323
> [!NOTE]
24-
> The troubleshooter script now includes checks for Windows Server Update Services (WSUS) and for the autodownload and install keys.
24+
> The troubleshooter script now includes checks for Windows Server Update Services (WSUS) and for the auto download and install keys.
2525
2626
## Start the troubleshooter
2727

2828
For Azure machines, you can launch the Troubleshoot Update Agent page by selecting the **Troubleshoot** link under the **Update Agent Readiness** column in the portal. For non-Azure machines, the link brings you to this article. See [Troubleshoot offline](#troubleshoot-offline) to troubleshoot a non-Azure machine.
2929

30-
![Screenshot of the Update Management list of virtual machines](../media/update-agent-issues/vm-list.png)
30+
:::image type="content" source="../media/update-agent-issues/vm-list.png" alt-text="Screenshot of the Update Management list of virtual machines":::
3131

3232
> [!NOTE]
3333
> To check the health of the Hybrid Runbook Worker, the VM must be running. If the VM isn't running, a **Start the VM** button appears.
3434
3535
On the Troubleshoot Update Agent page, select **Run checks** to start the troubleshooter. The troubleshooter uses [Run Command](../../virtual-machines/windows/run-command.md) to run a script on the machine, to verify dependencies. When the troubleshooter is finished, it returns the result of the checks.
3636

37-
![Screenshot of the Troubleshoot Update Agent page](../media/update-agent-issues/troubleshoot-page.png)
37+
:::image type="content" source="../media/update-agent-issues/troubleshoot-page.png" alt-text="Screenshot of the Troubleshoot Update Agent page":::
3838

3939
Results are shown on the page when they're ready. The checks sections show what's included in each check.
4040

@@ -109,8 +109,9 @@ Heartbeat | where Computer =~ ""
109109

110110
To fix this issue, start **wuaserv** service.
111111

112-
113-
`Start-Service -Name wuauserv -ErrorAction SilentlyContinue`
112+
```
113+
Start-Service -Name wuauserv -ErrorAction SilentlyContinue
114+
```
114115

115116
## Connectivity checks
116117

0 commit comments

Comments
 (0)