An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
Hi Peter Stieber,
Welcome to Microsoft Q&A Platform.
When you switch your hub to a secured virtual hub with Azure Firewall, the traffic flows change as follows:
On-premises → Spoke
- Your on-prem site sends traffic over the VPN or ExpressRoute gateway into the VWAN hub.
- By using Firewall Manager in the Azure portal, you can create a new secured virtual hub or convert an existing virtual hub that you previously created by using Azure Virtual WAN.
- The hub’s built-in router (the “routing instance”) receives the traffic and because you’ve enabled a secured hub automatically steers it through the Azure Firewall (bump-in-the-wire).
- After inspection, the firewall hands the packets back to the hub router, which then forwards them to the target spoke.c
Key points
- You don’t need to create UDRs to force traffic through the firewall; routing is fully automated in a secured hub.
- Hub route tables and the Microsoft-managed routing instance are still in the data path, but they now point your traffic at the firewall as the next hop.
- To have on-prem----spoke (and spoke----spoke or spoke---on-prem) traffic inspected, you’ll use a Private routing intent policy. Without that routing intent, branch-to-VNet and VNet-to-VNet flows would bypass the firewall.
- So yes---the VWAN routing instance is still in the path for on-premises-to-spoke traffic, but it simply inserts Azure Firewall as the inspection hop.
If the above solution did not help to answer your query, 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.
Reference:
Configure Azure Firewall in a Virtual WAN hub https://docs.microsoft.com/azure/virtual-wan/howto-firewallAbout secured virtual hubs https://docs.microsoft.com/azure/firewall-manager/secured-virtual-hub
About virtual hub routing & route tables https://docs.microsoft.com/azure/virtual-wan/about-virtual-hub-routing
Routing traffic through an NVA in the hub https://docs.microsoft.com/azure/virtual-wan/scenario-route-through-nva
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.