Since the initial release of the Virtual Machine (VM) hosting service within Microsoft Azure there’s been a limitation on achieving the minimum requirements for the 99.9% SLA guarantee. This limitation has been that you needed to provision at least 2 VMs to get the SLA guarantee. That is until now. Now, there is an option to provision a single instance VM and have the 99.9% SLA guarantee too!
Microsoft is constantly working to improve and add new features / services to the Microsoft Azure platform. Among the latest of these changes is to support a 99.9% SLA with SINGLE instance VMs. While this isn’t a replacement for multi-instance VM configurations, this offers enhanced reliability for workloads where a single VM instance works.
Single Instance VM SLA Requirement
There are a few requirements that need to be met in order to achieve the 99.9% SLA guarantee for a single instance VM. The storage used for the VM Operating System and Data disks must be using Premium Storage. Premium Storage offers a much higher level of availability and performance with 5,000 IOPS per disk, versus 500 IOPS per disk with Standard Storage. The way Premium storage offers this is by utilizing SSD storage drives within the data center that are located on the same server hardware where the VM is running. Premium storage also offers a much higher throughput rate per disk of 2 Gbps.
Single Instance VMs must use Premium Storage to obtain 99.9% SLA guarantee.
Benefits of Multi-Instance VM Configuration
While it may sound appealing to configure your workloads to use a single instance VM, after all you can now get the 99.9% SLA guarantee, it’s still more advantageous to configure your workloads to use a multi-instance VM configuration instead. Among these is a higher SLA guarantee for multi-instance VMs of 99.95%.
Multi-Instance VM workloads achieve a higher 99.95% SLA guarantee.
For the vast majority of workloads it’s best to use a configuration consisting of multiple VM instances for added availability, reliability, and scalability. The best way to achieve all three of these is to use the Microsoft Azure service that is VM Scale Sets.
For more information on the SLA guarantee for Virtual Machines within Microsoft Azure, you can read the official SLA for Virtual Machines details page.
Reblogged this on The Flying Maverick.
SLA for Virtual Machines page has been revved to v1.4: https://azure.microsoft.com/en-us/support/legal/sla/virtual-machines/v1_4/
Reblogged this on The Future is…Cloudy.
What’s the SLA for a single-instance VM that *doesn’t* use premium storage? I’ve Binged high and low, but haven’t turned up a direct answer.
There is NO SLA for a Single Instance VM what is not using Premium storage. That is why you have been unable to find any information. To get an SLA with VMs in Azure you need to either host a multi-instance VM or a single instance VM using Premium Storage.
Hi,I have a existing vm running in portal.but availability set not configured.now I want to add existing vm to high availability set.but I need 99 percent sla.so how could I add 2 same configured vm into availability set.anybody can help me here??
VMs need to be added to an Availability Set when they are created. You can not add them to an AV Set later. You’ll have to migrate that VM to a new VM in an AV Set to get it there. Sorry.