An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
To troubleshoot the ongoing site-to-site VPN connectivity issues impacting users on the Sandwell VDI, consider the following next-level diagnostics and steps:
- AVD Agent Logs: Collect logs from the Azure Virtual Desktop (AVD) agents on the session hosts. This can provide insights into any errors or warnings that occur during the session freezes or reconnects.
- Session Host Telemetry: Review telemetry data from the session hosts. Look for patterns or spikes in resource usage (CPU, memory, network) that coincide with the disconnect events.
- Network Watcher Diagnostics: Since you have already confirmed stable reachability, ensure that the Network Watcher diagnostics are set up to monitor the specific traffic patterns and check for any anomalies during the disconnects.
- User-Defined Routes (UDR) and Network Security Groups (NSGs): Double-check the configurations for UDRs and NSGs on the gateway subnet. Sometimes, misconfigurations can lead to intermittent connectivity issues. Removing any unnecessary UDRs or NSGs temporarily can help isolate the problem.
- Perfect Forward Secrecy: If applicable, verify whether the on-premises VPN device has Perfect Forward Secrecy enabled, as this can cause disconnection issues. If it is enabled, consider disabling it and updating the VPN gateway IPsec policy.
- Correlation with Client-Side Behavior: Investigate if there are any client-side VM behaviors that correlate with the disconnect events. This can include checking for any local network issues, firewall settings, or VPN client configurations that might be affecting connectivity.
- Escalation to Azure Virtual Desktop Team: If the above diagnostics do not yield results, it may be necessary to escalate the issue to the Azure Virtual Desktop product/engineering team for deeper investigation.
By following these steps and collaborating closely with Microsoft support, you should be able to identify the root cause of the connectivity issues and work towards a resolution.
References: