Skip to content

Commit eab64f6

Browse files
author
Amson Liu
authored
Update windows-azure-guest-agent.md
fix build validation warnings
1 parent 489d810 commit eab64f6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

support/azure/virtual-machines/windows/windows-azure-guest-agent.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ ms.collection: windows
77
author: kegregoi
88
ms.tgt_pltfrm: vm-windows
99
ms.workload: infrastructure
10-
ms.date: 03/17/2025
10+
ms.date: 08/14/2025
1111
ms.author: kegregoi
1212
editor: v-jsitser
13-
ms.reviewer: v-leedennis, scotro
13+
ms.reviewer: v-leedennis, scotro, v-liuamson
1414
ms.custom: sap:VM Extensions not operating correctly
1515
---
1616
# Troubleshoot Azure Windows VM Agent issues
@@ -132,7 +132,7 @@ These error entries indicate that VM can't reach the WireServer IP address 168.6
132132

133133
### Solution: Enable DHCP, and make sure that the server isn't blocked by firewalls, proxies, or other sources
134134

135-
1. Connect to the VM by using Remote Desktop, and then test connectivity to 168.63.129.16. See the [Troubleshoot connectivity](https://learn.microsoft.com/en-us/azure/virtual-network/what-is-ip-address-168-63-129-16#troubleshoot-connectivity) section of What is IP address [168.63.129.16](https://learn.microsoft.com/en-us/azure/virtual-network/what-is-ip-address-168-63-129-16).
135+
1. Connect to the VM by using Remote Desktop, and then test connectivity to 168.63.129.16. See the [Troubleshoot connectivity](/azure/virtual-network/what-is-ip-address-168-63-129-16#troubleshoot-connectivity) section of What is IP address [168.63.129.16](/azure/virtual-network/what-is-ip-address-168-63-129-16).
136136
1. If you only have one private IP on your VM's NIC, then we highly recommend having DHCP enabled in the guest VM. If you need a static private IP address, you should configure it through the Azure portal or PowerShell, and make sure the DHCP option inside the VM is enabled. [Learn more](/azure/virtual-network/ip-services/virtual-networks-static-private-ip-arm-ps) about setting up a static IP address by using PowerShell. This will ensure that the IP configuration will always match what is configured on the VM in Azure.
137137
1. If you have multiple private IPs assigned to your VM's NIC, then ensure that you carefully follow the steps to [assign the IP configurations correctly](/azure/virtual-network/ip-services/virtual-network-multiple-ip-addresses-portal#os-config). After this, if the Guest Agent isn't able to communicate with 168.63.129.16, then please check that the primary IP in Windows [matches the primary IP in your VM's NIC in Azure](/troubleshoot/azure/virtual-machines/windows/no-internet-access-multi-ip).
138138

@@ -168,7 +168,7 @@ Make sure that *WaAppAgent.exe* is running on the VM. If it isn't running, resta
168168

169169
### Solution B: Upgrade to the latest version of the Azure VM agent
170170

171-
If Solution A doesn't resolve the issue, remove the currently installed version, and then [install the latest version of the agent manually](https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/agent-windows#manual-installation).
171+
If Solution A doesn't resolve the issue, remove the currently installed version, and then [install the latest version of the agent manually](/azure/virtual-machines/extensions/agent-windows#manual-installation).
172172

173173
</details>
174174

@@ -354,7 +354,7 @@ To resolve the issue, follow these steps:
354354
<details>
355355
<summary>Click here for troubleshooting details</summary>
356356

357-
If installing the Guest Agent is failing, first ensure all [prerequisites for the Guest Agent](https://learn.microsoft.com/en-us/azure/virtual-machines/extensions/agent-windows#prerequisites) are satisfied.
357+
If installing the Guest Agent is failing, first ensure all [prerequisites for the Guest Agent](/azure/virtual-machines/extensions/agent-windows#prerequisites) are satisfied.
358358

359359
### Uninstall & Install Windows Guest Agent
360360

0 commit comments

Comments
 (0)