- Azure for Architects
- Ritesh Modi
- 154字
- 2021-07-08 09:33:42
Availability sets
High Availability in Azure is primarily achieved through redundancy. Redundancy means that there is more than one resource instance, such that in the event of a failure for a resource, the other takes over. But just having more similar resources does not make them highly available. For example, having more than one virtual machine does not make these virtual machines highly available. Azure provides availability set resources to tag and brings these resources together to form a group. All virtual machines in the availability set become highly available because they are placed on separate physical racks in the Azure data center and each virtual machine is updated one at a time instead of all at the same time. Availability sets provide fault domain and updates domain to achieve this and this is discussed in the next section. In short, availability sets provides redundancy at data center level similar to locally redundant storage.
- Learn ECMAScript(Second Edition)
- Mastering Scientific Computing with R
- INSTANT OpenNMS Starter
- Python編程從0到1(視頻教學版)
- Learning ArcGIS for Desktop
- Mastering AWS Security
- Ext JS 4 Plugin and Extension Development
- Learning Unreal Engine Game Development
- SSH框架企業級應用實戰
- Visual C++程序設計與項目實踐
- Learning TypeScript
- Java算法從菜鳥到達人
- Boost.Asio C++ Network Programming Cookbook
- GitHub Essentials
- Java程序設計項目教程(第二版)