- Managing Microsoft Hybrid Clouds
- Marcel van den Berg
- 319字
- 2021-07-23 19:34:13
Microsoft Azure is a best effort cloud
Microsoft Azure is designed for cattle type applications. We discussed cattle versus pets in Chapter 1, An Introduction to Cloud Computing.
Azure does not have facilities to move virtual machines without downtime to other nodes in case of planned maintenance. Virtual machines will restart when Microsoft installs updates on the nodes. For this reason, Microsoft does not have a Service Level Agreement for single-instance virtual machines.
For customers to get guarantees on availability via an SLA, there needs to be at least two instances serving the same application role that are required to be part of the same availability set. In the next chapter, we will discuss availability sets.
Microsoft also does not support the Windows Server Failover Clustering role in virtual machines running on Azure. The only exception is SQL Server AlwaysOn Availability Groups, which are fully supported by Microsoft. So Windows clustering cannot be used to have redundant instances. This restriction means that many traditional applications will not be the most obvious choice to move to Microsoft Azure. If the application runs on a single virtual machine only, Microsoft will not offer an SLA on the virtual machine. Customers will need to rearchitect those traditional applications to be able to run on best effort clouds.
The result is that many traditional applications currently in use will have to be rewritten if they are to be deployed on Microsoft Azure and require high availability.
Microsoft is working on a solution for downtime because of planned maintenance on Azure hosts. The technology will be some sort of hot patching. This will allow installation of hotfixes on Azure hosts without the need to reboot the host. At the moment no information is publicly available on this new technology Microsoft is developing.
An alternative to rearchitecting the application or acquiring a new application is to use a reliable cloud platform like VMware vCloud Air.
- Python程序設(shè)計(jì)教程(第2版)
- 微服務(wù)與事件驅(qū)動(dòng)架構(gòu)
- 單片機(jī)C語言程序設(shè)計(jì)實(shí)訓(xùn)100例:基于STC8051+Proteus仿真與實(shí)戰(zhàn)
- Cocos2d-x游戲開發(fā):手把手教你Lua語言的編程方法
- Oracle 12c中文版數(shù)據(jù)庫管理、應(yīng)用與開發(fā)實(shí)踐教程 (清華電腦學(xué)堂)
- Android 7編程入門經(jīng)典:使用Android Studio 2(第4版)
- Servlet/JSP深入詳解
- Bootstrap Essentials
- Mastering macOS Programming
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- Multithreading in C# 5.0 Cookbook
- Troubleshooting Citrix XenApp?
- RubyMotion iOS Develoment Essentials
- Swift語言實(shí)戰(zhàn)晉級(jí)
- 進(jìn)入IT企業(yè)必讀的324個(gè)Java面試題