0

can anyone tell me if it is possible to set up failover in azure with single public address for the service?

meaning that if I want the public ip address for a service always to remain the same but have it distributed to two internal ip addresses depending on failover or priority status of these two internal IP's? Is this possible? If so how?

1 Answers1

-1

Yes it is possible, you can front-end your two internal ip addresses with a load balancer which will have public IP.

https://azure.microsoft.com/en-us/documentation/articles/load-balancer-overview/

Gopi Kolla
  • 964
  • 6
  • 12
  • Azure Traffic Manager can *not* redirect traffic to an internal IP address. It can only flow traffic to external-facing ip:port. – David Makogon Jul 21 '16 at 01:24
  • Got it. IP Addresses within Vnet can not be reached. Took out Azure traffic manager from my post above. https://azure.microsoft.com/en-us/documentation/articles/load-balancer-overview/ – Gopi Kolla Jul 21 '16 at 23:38