An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Hello Nitin Arora
- Are there recent Azure changes to VPN Gateway IP ranges or protocols?
There have not been platform changes that would cause SSTP endpoints to stop working globally. Azure VPN Gateway P2S with SSTP still requires TCP 443, and IKEv2 connections require UDP 500 and UDP 4500. If an organization restricts outbound HTTPS only to approved destinations, those policies may block the VPN gateway’s public IP.
- Are FQDNs required for Azure VPN Client?
For certificate‑based SSTP, connectivity to the VPN Gateway public IP over TCP 443 is sufficient. In environments using Microsoft Entra ID authentication or OpenVPN‑based Azure VPN client, additional Microsoft endpoints (for authentication or metadata) can be contacted, but those typically relate to identity flows rather than the SSTP tunnel itself. In your configuration, failing
TcpTestSucceededdirectly to port 443 indicates the connection is being blocked before any higher‑level authentication is attempted. - Could MTU or enterprise network policies cause this?
Yes. However, MTU issues typically appear after the connection establishes and result in packet fragmentation or unstable traffic rather than the TCP connection timeout (0x8007274c) you are seeing. The error code and test results strongly suggest the corporate network firewall or ISP filtering is preventing outbound SSTP.
Since the same VPN endpoint works correctly from other networks and your tests show TCP 443 connectivity failure only on the corporate LAN, the issue is almost certainly a firewall or outbound filtering rule on the corporate network, not a change in Azure VPN Gateway or your VPN configuration.
I hope this has been helpful!
If the above is unclear or you are unsure about something, please add a Comment below.
If these answer your question, click "Upvote" which may be beneficial to other community members reading this thread.
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.