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 configure VPN Gateway to route and receive traffic to a specific NextHop without having to use UDR. (update the BGP settings)
Let me know if my understanding is incorrect.
This should be possible with Azure vWAN.
- Either to a Azure Firewall or a third party NVA
- Configure routing policies (through Azure Firewall Manager)
- Configure routing policies for network virtual appliances (through Virtual WAN portal)
For a normal Hub-Spoke set up, I am not aware of any resource or a setting in the VPN Gateway that can influence the BGP routes/nextHop learned.
Or you can use Azure Route Server
- If your main goal is to eliminate UDRs and your NVA supports BGP, you can peer it with Azure Route Server.
- But please note that this may require a revamp of your architecture.
- With ARS, you can make all traffic be forwarded to the NVA
- And you must configure the NVA to route traffic to the VPN Gateway
- What is Azure Route Server?
Kindly let us know if this helps or you need further assistance on this issue.
Thanks,
Kapil