- Azure for Architects
- Ritesh Modi
- 146字
- 2021-07-08 09:33:42
Fault domain
When a virtual machine is provisioned and assigned to an availability set, it is assigned a fault domain. With Azure Resource Manager (ARM), each availability set has two or three fault domains by default depending on Azure regions. Some provide two, while others provide three fault domains in an availability set. Fault domains are non-configurable by users. When multiple virtual machines are created, they are placed on separate fault domains. If more than five virtual machines are provisioned on an availability set, they are placed in a round-robin fashion on five fault domains. Fault domains are related to physical racks in the Azure data center. Fault domains provide High Availability from unplanned maintenance due to hardware, power, and network failure. Since a single virtual machine is only placed on a rack, other virtual machines continue running in case the rack in consideration snaps off.
- DevOps:軟件架構師行動指南
- HoloLens Beginner's Guide
- Windows系統管理與服務配置
- C語言程序設計基礎與實驗指導
- 機器人Python青少年編程開發實例
- Python Geospatial Development(Second Edition)
- 秒懂設計模式
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- Python Data Analysis(Second Edition)
- STM32F0實戰:基于HAL庫開發
- GameMaker Programming By Example
- Learning Python by Building Games
- 程序員修煉之道:通向務實的最高境界(第2版)
- HTML 5與CSS 3權威指南(第3版·上冊)
- Create React App 2 Quick Start Guide