- Azure for Architects
- Ritesh Modi
- 393字
- 2021-07-08 09:33:42
Computing High Availability
Applications demanding High Availability should be deployed on multiple virtual machines on the same availability set. If applications are composed of multiple tiers, then each tier should have a group of virtual machines on their dedicated availability set. In short, if there are three tiers of an application, there should be three availability sets and minimum six virtual machines (two in each availability set) to make the entire application highly available.
How does Azure provide SLA and High Availability to virtual machines in an Availability set with multiple virtual machines in each availability set? This is the question that might be coming to mind.
Here comes the use of concepts that we considered before: fault and update domain.
When Azure sees multiple virtual machines in an availability set, it places those virtual machines on a separate fault domain. In other words, these virtual machines are placed on separate physical racks instead of the same rack. This ensures that at least one virtual machine continues to be available even if there is a power, hardware, or rack failure. There are two or three fault domains in an availability set and depending on a number of virtual machines in an availability set, the VMs are placed on separate fault domains or repeated in a round robin fashion. This ensures that High Availability is not impacted because of failure of the rack.
Azure also places these VMs on a separate update domain. In other words, Azure tags these VMs internally in such a way that these virtual machines are patched and updated one after another such that any reboot in an update domain does not affect the availability of the application. This ensures that High Availability is not impacted because of the virtual machine and host maintenance.
With the placement of virtual machines in separate fault and update domains, Azure ensures that not all of them are down at the same time and are alive and available for serving requests even though they might be undergoing maintenance or facing physical downtime challenges.

The previous image shows four virtual machines (2 IIS and 2 SQL related). Both IIS and SQL virtual machines are part of their availability set. The IIS and SQL virtual machines are on separate fault domain and different racks in the data center. They would also be on separate upgrade domains.

- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- WebAssembly實戰(zhàn)
- Getting Started with ResearchKit
- 數(shù)據(jù)結(jié)構(gòu)(Java語言描述)
- Production Ready OpenStack:Recipes for Successful Environments
- Flash CS6中文版應(yīng)用教程(第三版)
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- Java編程技術(shù)與項目實戰(zhàn)(第2版)
- Teaching with Google Classroom
- TMS320LF240x芯片原理、設(shè)計及應(yīng)用
- jQuery for Designers Beginner's Guide Second Edition
- 貫通Tomcat開發(fā)
- SwiftUI極簡開發(fā)
- Python 快速入門(第3版)
- Clojure Web Development Essentials