An Azure service to centrally manages updates and compliance at scale.
The error HResult: 0x80072EFE during Azure Update Manager assessment indicates a Windows Update network/connectivity problem on that specific Windows Server 2019 machine, even though another server in the same segment works.
Use these targeted steps on the failing server:
- Validate local Windows Update
- Sign in to the server and try running Windows Update locally:
- Open Settings → Update & Security → Windows Update → Check for updates.
- If this fails, the Windows Update Agent is misconfigured or cannot reach its update source.
- If using WSUS/ConfigMgr, confirm the machine can reach the configured intranet update endpoint as described in the Windows Update troubleshooting guidance referenced by Update Manager.
- Sign in to the server and try running Windows Update locally:
- Check network/proxy connectivity
- Because 0x80072EFE is a connectivity-type error, verify:
- The server can resolve and reach the required Windows Update or WSUS endpoints.
- The same proxy configuration that works on the other server is correctly applied (system proxy, WinHTTP proxy, or any security appliance rules).
- If using Windows Update (not WSUS), ensure the machine can reach the endpoints listed under Issues related to HTTP/proxy.
- Because 0x80072EFE is a connectivity-type error, verify:
- Verify Windows Update service and agent health
- Confirm the Windows Update service (
wuauserv) is running and not disabled. - Review
%Windir%\WindowsUpdate.logon the failing server for errors around the time of the assessment. Use the guidance in Windows Update log files to interpret the log. - Optionally run the Windows Update troubleshooter on the server to automatically detect and fix common Windows Update issues.
- Confirm the Windows Update service (
- Compare with the working server
- Compare these items between the working and failing servers:
- WSUS/Windows Update configuration (registry keys under
HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate). - Proxy settings (WinHTTP and user-level proxy).
- Firewall rules or endpoint security policies.
- WSUS/Windows Update configuration (registry keys under
- Align any differences so the failing server matches the known-good configuration.
- Compare these items between the working and failing servers:
- Re-run Azure Update Manager assessment
After fixing the local Windows Update connectivity/configuration issues:
- Trigger a new assessment from Azure Update Manager.
- If it still fails, review the extension logs under:
C:\ProgramData\GuestConfig\extension_logs\Microsoft.SoftwareUpdateManagement.WindowsOsUpdateExtensionespeciallyWindowsUpdateExtension.logand the referenced telemetry log.
If the problem persists after these steps, collect the WindowsUpdate.log, extension logs, and network/proxy configuration and engage local IT or support for deeper analysis.
References: