简体   繁体   中英

Windows Azure VM availability/Failover steps

I am trying to setup availability/failover of two virtual machines using availability set. But it forces me to use the load sharing option.

I do not want round robin, the requirement is: only when the first/primary is down, the second/secondary vm should respond.

What are the steps to achieve availability/failover without load balancing?

The availability set is specifically designed for load balancing and high availability. There is no way to turn off the load balancing portion.

It sounds like you're actually looking for something like the Azure Traffic Manager . The Failover option is what you're looking for. This allows you to have a standby in case the first service goes down.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM