T The Triage ManualTechnical Guides for IT Emergencies
P1 · Cloud & Hybrid Infrastructure

Azure VPN Gateway or ExpressRoute Connectivity Loss — Hybrid Network Down

On-premises users lose access to Azure-hosted resources due to a failed VPN Gateway connection or ExpressRoute BGP peer drop. Causes range from IKE policy mismatch and PSK errors to gateway maintenance and BGP misconfiguration.

Indicators

Likely causes

Diagnostic steps

  1. Azure portal > VPN Gateway > Connections — check status; click 'Reset connection' if stuck in 'Connecting' for more than 5 minutes
  2. Check Azure Service Health for VPN Gateway or ExpressRoute maintenance events in the region
  3. Enable VPN Gateway diagnostic logging: Gateway > Diagnostic settings > Log Analytics; query IKEDiagnosticLog for phase 1/2 failures
  4. On-premises: capture IKE negotiation with Wireshark on UDP 500 and 4500 — identify which IKE phase is failing and error codes
  5. Verify no NSG is applied to GatewaySubnet: az network vnet subnet show — AzureRM will warn but custom deployments may bypass
  6. For ExpressRoute: check circuit status with provider and BGP peer state: az network express-route show -g <rg> -n <circuit>

Resolution path

Prevention

Tools

azurevpn-gatewayexpressroutehybridconnectivitybgpike