- Azure for Architects
- Ritesh Modi
- 270字
- 2021-07-08 09:33:43
PaaS High Availability
Azure provides app services and cloud services for hosting managed platforms. Services and applications can be deployed on top of them. They provide flexibility, elasticity, and economies to create and deploy applications. These platforms are managed by Azure and users do not interact with base infrastructure on which they are deployed. They bring in a higher level of abstraction compared to IaaS by letting developers concentrate on their business problem and using the platform to fast track their development and deployment process. This alleviates them to manage, operate, and monitor the base infrastructure. When an application is deployed in-app services or cloud services, Azure provisions virtual machines that are not visible to users. The applications are deployed on these virtual machines and Azure fabric controller is responsible for provisioning, managing, and monitoring them. The fabric controller monitors the status of the hardware and software of the host and guest machine instances. When it detects a failure, it maintains SLAs by automatically relocating the VM instances. When multiple cloud service role instances are deployed, Azure deploys these instances to different fault and update domains.

The previous diagram shows that PaaS services with multiple virtual machines instances deploy these web and worker roles on separate fault domains. Deploying on separate fault domains means deploying on separate racks within a data center. It also means that these services have separate network switches and power supply ensuring that even if one of the racks undergoes maintenance, there is disruption of power supply to the rack or failure of the network switch, there are other instances available to serve customer's requests.
- 數(shù)據(jù)科學實戰(zhàn)手冊(R+Python)
- 人臉識別原理及算法:動態(tài)人臉識別系統(tǒng)研究
- 差分進化算法及其高維多目標優(yōu)化應(yīng)用
- PLC編程及應(yīng)用實戰(zhàn)
- 人人都是網(wǎng)站分析師:從分析師的視角理解網(wǎng)站和解讀數(shù)據(jù)
- Android程序設(shè)計基礎(chǔ)
- Visual C#通用范例開發(fā)金典
- C#程序設(shè)計教程(第3版)
- Java Web開發(fā)就該這樣學
- TMS320LF240x芯片原理、設(shè)計及應(yīng)用
- 小程序,巧應(yīng)用:微信小程序開發(fā)實戰(zhàn)(第2版)
- 響應(yīng)式Web設(shè)計:HTML5和CSS3實戰(zhàn)(第2版)
- 從零開始學Python網(wǎng)絡(luò)爬蟲
- 深入理解BootLoader
- Python大規(guī)模機器學習