I have a question regarding Azure VMs. My client needs me to provision a VM with an active failover, so if the VM in West Europe is down, it is automatically switched to the VM in North Europe. As I understand it, both VMs must be active 24/7 and syncing must be in place. Also, a load balancer (traffic manager) must be setup to failover if the West Europe VM is down.
What is the best approach to handle this ? please remember that both VMs are to be provisioned on Azure.
Thanks