Skip to content

Commit 2297ab5

Browse files
authored
Apply suggestions from code review
Corrected alt text and heading sentence casing.
1 parent 4f760ed commit 2297ab5

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ 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-
:::image type="content" source="../media/update-agent-issues-linux/vm-list.png" alt-text="Screenshot of VM list page":::
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-
:::image type="content" source="../media/update-agent-issues-linux/troubleshoot-page.png" alt-text="Screenshot of Troubleshoot page":::
37+
:::image type="content" source="../media/update-agent-issues-linux/troubleshoot-page.png" alt-text="Screenshot of Troubleshoot page.":::
3838

3939

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

42-
:::image type="content" source="../media/update-agent-issues-linux/actionable-tasks-linux-inline.png" alt-text="Screenshot of Linux Troubleshooter" border="false" lightbox="../media/update-agent-issues-linux/actionable-tasks-linux-expanded.png":::
42+
:::image type="content" source="../media/update-agent-issues-linux/actionable-tasks-linux-inline.png" alt-text="Screenshot of Linux Troubleshooter." border="false" lightbox="../media/update-agent-issues-linux/actionable-tasks-linux-expanded.png":::
4343

4444

4545
## Prerequisite checks
@@ -48,7 +48,7 @@ When the checks are finished, the results are returned in the window. The check
4848

4949
The operating system check verifies if the Hybrid Runbook Worker is running one of the [supported operating systems](../update-management/operating-system-requirements.md#supported-operating-systems).
5050

51-
### Dmidecode Check
51+
### Dmidecode check
5252

5353
To verify if a VM is an Azure VM, check for Asset tag value using the below command:
5454

@@ -69,7 +69,7 @@ This task checks if the folder is present -
6969

7070
*/etc/opt/microsoft/omsagent/conf/omsadmin.conf*
7171

72-
### Monitoring Agent Status
72+
### Monitoring Agent status
7373

7474
To fix this issue, you must start the OMS Agent service by using the following command:
7575

@@ -114,7 +114,7 @@ Validate to check if the following two paths exists:
114114
/opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/VERSION </br> /opt/microsoft/omsconfig/modules/nxOMSAutomationWorker/DSCResources/MSFT_nxOMSAutomationWorkerResource/automationworker/worker/configuration.py
115115
```
116116

117-
### Hybrid Runbook Worker Status
117+
### Hybrid Runbook Worker status
118118

119119
This check makes sure the Hybrid Runbook Worker is running on the machine. The processes in the example below should be present if the Hybrid Runbook Worker is running correctly.
120120
```
@@ -204,7 +204,7 @@ Post making Network changes you can either rerun the Troubleshooter or
204204
Curl on provided OMS endpoint
205205

206206

207-
### Software Repositories
207+
### Software repositories
208208

209209
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).
210210

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,18 @@ This article discusses how to run the troubleshooter for Azure machines from the
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-
:::image type="content" source="../media/update-agent-issues/vm-list.png" alt-text="Screenshot of the Update Management list of virtual machines":::
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-
:::image type="content" source="../media/update-agent-issues/troubleshoot-page.png" alt-text="Screenshot of the Troubleshoot Update Agent page":::
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

41-
:::image type="content" source="../media/update-agent-issues/actionable-tasks-windows-inline.png" alt-text="Screenshot of Windows Troubleshooter" border="false" lightbox="../media/update-agent-issues/actionable-tasks-windows-expanded.png":::
41+
:::image type="content" source="../media/update-agent-issues/actionable-tasks-windows-inline.png" alt-text="Screenshot of Windows Troubleshooter." border="false" lightbox="../media/update-agent-issues/actionable-tasks-windows-expanded.png":::
4242

4343
## Prerequisite checks
4444

@@ -239,7 +239,7 @@ AlwaysAutoRebootAtScheduledTimeMinutes
239239
For more information, see [Configure reboot settings](../update-management/configure-wuagent.md#configure-reboot-settings)
240240

241241

242-
### WSUS Server configuration
242+
### WSUS server configuration
243243

244244
If the environment is set to get updates from WSUS, ensure that it is approved in WSUS before the update deployment. For more information, see [WSUS configuration settings](../update-management/configure-wuagent.md#make-wsus-configuration-settings). If your environment is not using WSUS, ensure that you remove the WSUS server settings and [reset Windows update component](https://learn.microsoft.com/windows/deployment/update/windows-update-resources#how-do-i-reset-windows-update-components).
245245

0 commit comments

Comments
 (0)