An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
hello Jordan Wagner & thx for join me here at Q&A portal,
sooo firstly quick answ app UI is hanging after network resume, try WebView2/GPU update and restart RasMan instead of reboot. And sounds like Azure VPN Client UI process gets stuck after network loss/sleep, not a VPN gateway issue. fresh PC having same issue points to user profile/config, VPN package version, graphics/WebView dependency, or the Wi-Fi drop/sleep path.
first thing I would try is disable sleep for Wi-Fi/network adapter in Device Manager and power plan because the trigger is connection drop or resume from idle. then update/reinstall Microsoft Edge WebView2 Runtime and GPU driver coz black window in modern Windows apps is often WebView/rendering stuck, not the app logic. when it happens, dont only kill Azure VPN Client UI, also stop/reset the VPN platform service with admin PowerShell: Get-Service *vpn* | Where-Object {$_.Name -like "*Ras*" -or $_.DisplayName -like "*VPN*"} | Restart-Service -Force, or just restart RasMan with Restart-Service RasMan -Force. if that clears it without reboot, it confirms stuck Windows VPN stack. also check Event Viewer under Application and Microsoft-Windows-RasClient logs around the freeze. practical workaround is to disconnect VPN before sleep or unstable Wi-Fi, and set Wi-Fi adapter power saving off. if it still happens 2-3x daily after WebView2/GPU/RasMan checks, open ticket with Microsoft and include app version + event logs.
rgds, Alex
&
pls if my answer helps pls accept it.