An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Hi @Carsten ,
Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
I understand that you would like to all Azure bound traffic to Azure Firewall from VPN Gateway without specifying individual routes.
I am afraid this won't be feasible without introducing additional components.
As you can see, Azure always prefers the longest prefix match. /24 would always take precedence over a /16.
You can consider using Azure vWAN Secure Hub
This will automatically add and update routes as Peers are introduced in the network.
However, this would require you to re-architect your current environment and deploy the Firewall into the vHub
The other way to achieve this is by using BGP, Azure Route Server and a NVA that supports BGP sessions with ASR.
Refer: Azure Route Server support for ExpressRoute and Azure VPN
But this would require you to deploy a 3rd party NVA to act as the Firewall.
Hope this helps.
Cheers,
Kapil.
----------------------------------------------------------------------------------------------------------------
Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.