Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.
The below 2 scenarios provide redundancy to one individual site.
Scenario1 : HA in case one of the VPN Gateway instance fails
- With VPN Active-Active, Azure establishes two tunnels to the OnPrem IP Address you specify in the LNG per connection.
- See : Active-active VPN gateways.
-
Scenario2 : HA in case one of the OnPrem instance/ISP fails
- Similarly, In case you have 2 OnPrem IPs (2 OnPrem devices such as Site1) ,
-
- The requirement here is that you created 2 LNGs each with the IP of the OnPrem devices.
Now, if you want HA via the WAN network:
- As long as all the OnPrem sites are connected to each other, you should be able to route traffic to Azure via any one of the S2S Connection.
- However, BGP is a must for this and you advertise all the address prefixes via every VPN Connection.
- You should take care of routing to Azure from OnPrem site and between the OnPrem sites themselves.
- From Azure to OnPrem routing, you must make use of AS Path Prepending to favour one VPN Connection over the other.
- See : Does Azure VPN Gateway honor AS Path prepending (your exact requirement).
This example explains how AS Path Prepend works in Azure : https://learn.microsoft.com/en-us/azure/expressroute/designing-for-disaster-recovery-with-expressroute-privatepeering#as-path-prepend
- Though the example here uses ExR Gateway, the same logic applies to VPN Gateway as well.
-
Kindly let us know if this helps or you need further assistance on this issue.
Thanks,
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.