An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
Hello @ AzurePro,
Thank you for reaching Microsoft Q&A.
Thanks for reaching out with the details on your vWAN setup—two hubs (SDWAN and PA FW) in the same Virtual WAN, with on-premises routes showing up fine in the SDWAN hub but not propagating visibly to the PA hub. This is a common question with secured hubs, and the good news is it's usually just a quick config tweak away from working perfectly.
1. Why the PA FW hub isn't receiving traffic from the SDWAN hub (and how to fix it):
Your on-prem routes are being learned across the hubs automatically (via the Microsoft backbone full-mesh), but when Routing Intent is enabled on the PA hub, the specific prefixes get pushed to the Cloud NGFW next-hop instead of showing in the default route table view. To make everything flow and get inspected:
- In the PA FW hub → Routing intent and policies, turn on Private traffic and select your Palo Alto Cloud NGFW as the next-hop resource.
- (Optional but recommended) Do the same for Internet traffic if you want that inspected too.
- Add any non-RFC 1918 on-prem prefixes under Private traffic prefixes if needed.
- Then check Effective routes in the PA hub: switch the dropdown to your Cloud NGFW resource—you should see the on-prem routes there now (give it 5–10 mins for propagation).
Once that's done, traffic from the SDWAN hub will hairpin through the PA NGFW as expected. No extra peering or Global Reach required.
2. Where to connect your Azure workload VNets:
Connect them directly to the PA FW hub. That way all North-South (on-prem ↔ Azure) and East-West traffic gets inspected automatically by the Cloud NGFW. Connecting to the SDWAN hub works for basic connectivity but would bypass your firewall inspection, which defeats the purpose of the secured hub.
Here are the official Microsoft docs:
- How to configure Virtual WAN Hub routing policies
- Install Palo Alto Networks Cloud NGFW in a Virtual WAN hub
- About Network Virtual Appliances in a Virtual WAN hub
Kindly let us know if the above helps or you need further assistance on this issue.
Please "Accept the Answer" and "Upvote". If the information helped you. This will help us and others in the community as well.