
close
close
Azure makes it possible to store data on shared SSDs using the DS- and GS-Series virtual machines. This premium storage offers higher IOPS, lower latency, and better service performance for those services that truly require and are able to afford it. Azure Premium Storage is the kind of storage account that makes this possible. This post will explain what Azure Premium Storage can offer you.
Normally in Azure, we deploy virtual machines on standard storage, which is based on traditional spinning disks (HDDs). Depending on the machine type, you might get up to 300 IOPS (Basic A-Series) or up to 500 IOPS (all other virtual machines on standard storage) per data disk. If you require more IOPS, you can deploy more data disks and aggregate them to sum up their potential storage. But if you need more IOPS, and you require lower latency, then you should consider deploying Premium Storage, which is based on SSDs.
Once you have deployed a premium storage account, you can create DS- or GS-Series virtual machines that can use SSD data disks. Note that:
Normally when I talk about Premium Storage, I’m talking about data disks, but you can choose the DS-Series to deploy virtual machines with their OS disk on Premium Storage or Standard Storage.
There are two considerations:
The size of your premium storage data disk dictates the performance of the disk. You can deploy premium storage disks of any size, up to 1 TB, but the size is rounded up to determine the performance profile.
The performance profiles of virtual hard disks in Azure Premium Storage (Image Credit: Microsoft)
Look at the above table and pay attention to the throughput of each data disk size. A P10 can push 100 MB per second. Now look at the performance of the DS- and GS-Series virtual machines. Note how the DS-2 spec can only push data at 64 MB per second. That’s like putting a very fast SSD into an old laptop that cannot perform at the same rate as the flash storage.
There are a number of things to be aware of when considering premium storage:
You should not be considering Premium Storage for honest Sam’s Car Sales because they want a fast SQL Server. Premium Storage is expensive, so the decision to deploy a DS- or a GS- virtual machine with flash-based data disks should be the result of a calculation, and not based on how cold your finger is when you wet it and hold it in the wind.
More in Microsoft Azure
Build 2022: Microsoft's Intelligent Data Platform Combines Data and Analytics
May 25, 2022 | Rabia Noureen
Microsoft Revises Restrictive Cloud Licensing Policies to Avoid EU Antitrust Probe
May 19, 2022 | Rabia Noureen
Microsoft's Azure AD Conditional Access Service Can Now Require Reauthentication
May 13, 2022 | Rabia Noureen
Most popular on petri