An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
Hi @ Nitrox,
Welcome to Microsoft Q&A Platform.
You’re on the right track trying to mirror your on-premises routing in Azure. However, in Azure, OS-level static routes inside the VM do not override Azure fabric routing, so using User Defined Routes (UDRs) is the correct approach.
That said, based on your latest validation:
UDRs are configured and applied
Local Network Gateway is advertising the correct prefixes
You are able to successfully ping the ASA inside interface (10.100.10.x)
This confirms that:
- The Site-to-Site VPN connection is established and functioning correctly
- Azure is correctly routing traffic to your on-premises network.
Since Azure can successfully reach the ASA, the VPN and Azure routing are functioning correctly. The issue is most likely related to return routing, NAT, or firewall configuration beyond the ASA in the on-premises or third-party network path.
If the above steps did not help resolve your issue, please feel free to share the details in a private message so we can proceed with further troubleshooting over a Teams call. I am happy to connect with you on Teams to investigate and resolve the issue.
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.