Is there a Traffic Manager type solution for internal TCP resources, other then HTTP(S)

Patrick 21 Reputation points
2021-10-19T13:24:21.41+00:00

I would like to send TCP traffic from a Virtual Machine through my primary VPN connection and when it fails go to the Secondary VPN connection but I can not find a failover/load balancer that has that flow for internal non web-application. Any ideas of what could be used? For external IP resources the Traffic Manager works great, but doesn't allow internal flow.

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
110 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
401 questions
{count} votes

Accepted answer
  1. SaiKishor-MSFT 17,181 Reputation points
    2021-10-19T19:46:41.01+00:00

    @Patrick Thank you! To do this, you would need a different approach than using a load balancer. I would suggest implementing a BGP based VPN for both Site A and site B and advertising the same prefixes for both sites.

    Now, If a site goes offline, ideally the route should be withdrawn from the routing table on the Azure side within a few seconds and the active site should take over. Once the offline site comes back, the routing should go back to the primary site. This can be done by using BGP Parameters such as ASN number, weight etc.,

    Here is a document on Azure that talks about the above i.e., Redundancy when using Multiple on-premises VPN devices. Hope this helps.

    Please let us know if you have any further questions and we will be glad to assist you further. Thank you!

    Remember:

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    Want a reminder to come back and check responses? Here is how to subscribe to a notification.


0 additional answers

Sort by: Most helpful