-3

I want to implement HA system on azure, for that I need to move secondary IP address of active vm to standby vm as soon failover happens, how can we do this?

  • double post https://serverfault.com/questions/1101378/how-to-change-ip-address-of-azure-nic-as-soon-as-azure-load-balancers-health-p – djdomi May 20 '22 at 05:36

1 Answers1

0

You don't move IP's, you use a service such as an Azure Load Balancer, Azure Front Door, Traffic Manager or similar to distribute traffic to your backends based on whatever rules you require.

Sam Cogan
  • 38,158
  • 6
  • 77
  • 113