- Azure for Architects
- Ritesh Modi
- 230字
- 2021-07-08 09:33:43
Storage High Availability
Virtual machines are backed up by storage accounts by storing their VHD files on them. While availability sets provide High Availability to compute instance, it does not ensure High Availability of VHD files for virtual machines stored in storage accounts. The VHD files for all VMs might be placed on the same storage cluster and any cluster failure can render all virtual machines non-available or less available than required. In short, it is not only computed services that needs to be highly available, but even storage accounts storing VHD files should be placed on separate clusters such that in an event of failure, at least one or some virtual machines continue to be available both from a computer and storage perspective.
Azure provides managed disks as a concept that provides disk management facilities. Managed disks provide better reliability for availability sets by ensuring that the disks of VMs in an availability set are sufficiently isolated from each other to avoid single points of failure. It does this by automatically placing the disks in different storage clusters. If a storage cluster fails due to hardware or software failure, only the VM instances with disks on those stamps fail. Each virtual machine VHD in an availability set should be placed in a separate storage account. Although, virtual machines from different availability sets can be placed in a storage account.
- Java語言程序設(shè)計(jì)
- 深度實(shí)踐OpenStack:基于Python的OpenStack組件開發(fā)
- Android項(xiàng)目開發(fā)入門教程
- Computer Vision for the Web
- 垃圾回收的算法與實(shí)現(xiàn)
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- 青少年軟件編程基礎(chǔ)與實(shí)戰(zhàn)(圖形化編程三級(jí))
- Python程序設(shè)計(jì)
- C語言程序設(shè)計(jì)實(shí)踐教程
- Easy Web Development with WaveMaker
- Java EE 8 Application Development
- Angular開發(fā)入門與實(shí)戰(zhàn)
- Android群英傳
- IDA Pro權(quán)威指南(第2版)
- Scala編程實(shí)戰(zhàn)