An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
Hi Nassim Cherifi ,
Thank you for reaching out on Microsoft Q&A forum.
When using Azure Virtual WAN (vWAN), it is recommended to leverage hub routing tables to control and direct traffic through the firewall. Features like routing intent can be particularly helpful for centralizing and simplifying traffic management.
Using User Defined Routes (UDRs) at the VNet level is generally not considered scalable or centralized, and therefore is not recommended in a vWAN architecture.
From the configuration reviewed, the Azure Firewall policy includes No SNAT (Network Address Translation) private IP ranges. Because of this configuration, traffic destined for these ranges is treated as private traffic, and the firewall will not SNAT or route it to the internet.
As a result, when the corresponding route is removed from ExpressRoute (ExR), there is no valid path for that traffic, leading to connectivity issues.
Recommendation
If the intention is for this IP address/range to be reachable over the internet, you should remove it from the “No SNAT” private IP ranges in the firewall policy. This will allow the firewall to treat it as public traffic and route it appropriately.