Skip to main content Explore View all products (200+) Microsoft Foundry Azure Copilot GitHub Copilot Azure Kubernetes Service (AKS) Azure Cosmos DB Azure Database for PostgreSQL Azure Arc Microsoft Fabric Linux virtual machines in Azure Foundry Models Foundry Agent Service Foundry IQ Foundry Tools Foundry Control Plane Observability in Foundry Control Plane Azure OpenAI in Foundry Models Azure Speech in Foundry Tools Azure Machine Learning View all databases Azure Cosmos DB Azure DocumentDB Azure SQL Azure Database for PostgreSQL Azure Managed Redis Microsoft Fabric Azure Databricks Linux virtual machines in Azure Windows Server on Azure Azure Functions Azure Virtual Machine Scale Sets Azure API Management Azure Container Apps Azure Kubernetes Service (AKS) Azure Kubernetes Fleet Manager Azure Container Registry Azure Red Hat OpenShift Azure Container Instances Azure Container Storage Azure Arc Azure Local Microsoft Defender for Cloud Azure Monitor Microsoft Sentinel Azure Migrate View all solutions (40+) Cloud solutions for small and medium businesses Cloud migration and modernization center Data analytics for AI Azure Databases AI apps and agents Microsoft Marketplace Microsoft Sovereign Cloud AI apps and agents Responsible AI with Azure AI Infrastructure Data analytics for AI Machine learning operations (MLOps) Low-code application development on Azure Integration Services Serverless computing DevOps Migration and modernization center .NET apps migration Databases on Azure Linux on Azure Oracle on Azure SAP on the Microsoft Cloud Adaptive cloud High-performance computing (HPC) Infrastructure as a service (IaaS) Resiliency Azure Essentials Frontier Accelerate for Azure FinOps on Azure Microsoft Marketplace Azure pricing overview Create an Azure account Free Azure services Flexible purchase options Pricing calculator FinOps on Azure Maximize ROI from AI Azure savings plans Azure reservations Azure Hybrid Benefit Virtual Machines Azure SQL Microsoft Foundry Microsoft Fabric Azure Kubernetes Service (AKS) Microsoft Defender for Cloud View more Software Development Companies Microsoft Marketplace Find a partner Resources for Azure partners Get started with Azure Customer stories Analyst reports, white papers, and e-books Videos Learn more about cloud computing Documentation Explore Azure portal Developer resources Quickstart templates Resources for startups Developer community Students Azure for partners Blog Events and Webinars Learn Support Contact Sales Get started with Azure Sign in

Standard SSD Disks are now generally available. Please refer to our announcement of a new type of durable storage for Microsoft Azure Virtual machines. Standard SSD Disks are a cost-effective storage option optimized for workloads that need consistent performance at lower IOPS levels. The new Azure Standard SSD Disks store data on Solid State Drives (SSDs), like our existing Premium Storage Disks. Whereas our Standard HDD disks store data on Hard Disk Drive (HDD). With the addition of Standard SSD, Azure now offers three types of persistent Disks for use with Azure Virtual machines, optimized for different workload requirements: Premium SSD Disks, Standard SSD Disks, and Standard HDD Disks.

Following is a summary comparing Azure Disk types.

Disk Type

Premium SSD

new Standard SSD

Standard HDD

Summary

Designed for IO intensive enterprise workloads. Delivers consistent performance with low latency and high availability.

Designed to provide consistent performance for low IOPS workloads. Delivers better availability and latency compared to HDD Disks.

Optimized for low-cost mass storage with infrequent access. Can exhibit some variability in performance.

Workload

Demanding enterprise workloads such as SQL Server, Oracle, Dynamics, Exchange Server, MySQL, Cassandra, MongoDB, SAP Business Suite, and other production workloads

Web servers, low IOPS application servers, lightly used enterprise applications, and Dev/Test

Backup storage

Max IOPS

7,500 IOPS provisioned

Up to 500 IOPS

Up to 500 IOPS

Max Throughput

250 MBPS provisioned

Up to 60 MBPS

Up to 60 MBPS

Benefits of Standard SSD Disks

We designed Standard SSD Disks to improve the performance and reliability of Standard Disks. This new disk offering combines the elements of Premium SSD Disks and Standard HDD Disks to form a cost-effective solution best suited for applications like web servers which do not need high IOPS on disks. Today many of these workloads use HDD-based disks to optimize the cost. However, HDD disks are typically less performant and less reliable than SSD based disks. In principle, all laaS workloads should leverage SSD-based disks, and experience the better performance, better reliability, and overall smoother operations that the technology enables. Standard SSD Disk is our answer to this, and the new disk type is uniquely designed to meet the specific workload requirements at optimal cost.

Virtual machines

Standard SSD Disks are designed to work with all Azure Virtual Machine SKUs. If you are using an A-series VM, or N-series VM, or D-series VM, or any other Azure VM series, you can use Standard SSD Disks with that VM. With the introduction of Standard SSD, we are enabling a broad range of workloads that previously used HDD-based disks to transition to SSD-based disks and experience the consistent performance, higher availability and an overall better experience that come with SSDs.

Standard SSD Managed Disk sizes

Standard SSD Disks are offered as a type of Managed Disks. Unmanaged Disks and Page Blobs are not supported on Standard SSD. The following Disk sizes will be offered a preview.

Standard SSD Disk Type

E10

E15

E20

E30

E40

E50

Disk Size

128 GiB

256 GiB

512 GiB

1024 GiB (1 TiB)

2048 GiB (2 TiB)

4095 GiB (4 TiB)

Standard SSD Disks support all service management operations offered by Managed Disks. For example, you can create Managed Snapshots from Standard SSD Managed Disks in the same way you create snapshots for Managed Disks. Refer to the Managed Disks documentation for detailed instructions on all disk operations.

Performance

Standard SSD disks are designed to provide single-digit millisecond latencies for most IO operations. Also, the above disk sizes are designed to deliver up to 500 IOPS and 60 MBPS throughput similar to the HDD disks. Actual IOPS and Throughput may vary sometimes depending on the traffic patterns. Standard SSD disks will provide more consistent performance than the HDD disks with the lower latency.

Premium SSD disks, on the other hand, perform better than Standard SSD disks, with very low latencies, high IOPS/throughput and even better consistency with provisioned disk performance, and it is the recommended disk type for all other production workloads.

Like the existing Premium SSD Disks, Standard SSD Disks also use IO Unit size of 256KB. If the data being transferred is less than 256 KB, it is considered 1 I/O unit. Larger I/O sizes are counted as multiple I/Os of size 256 KB. For example, a 1,100 KB I/O is counted as five I/O units.

Highly durable and available

Standard SSD disks are built on the same Azure Disks platform which has consistently delivered high availability and durability for disks. Azure Disks are designed for 99.999 percent availability. Like all Managed Disks, Standard SSD disks will also offer Local Redundant Storage (LRS). With LRS the platform maintains multiple replicas of data for every disk and has consistently delivered enterprise-grade durability for IaaS disks, with an industry-leading ZERO percent Annualized Failure Rate.

Pricing

Refer to the Price details for the new Standard SSD Disks that are available. Similar to Standard HDD Disks, billing is based on disk size and actual transactions (I/O units).

Getting started

You can create and manage Standard SSD disks in the same way as the regular Managed Disks. Please use Azure Resource Manager (ARM) templates to deploy VMs with Standard SSD Disks. Below are the parameters needed in the ARM template for creating Standard SSD Disks:

  • apiVersion for Microsoft.Compute/virtualMachines must be set as “2018-04-01” (or later)
  • Specify storageAccountType as “StandardSSD_LRS” for creating a Standard SSD Disk.

You can convert your existing Managed disks to Standard SSD. Refer to Convert Azure managed disks storage from standard to premium, and vice versa for the general guidelines for converting Managed Disks. Use the value AccountType StandardSSD_LRS to update the disk type to Standard SSD. 

In the coming weeks, we will enable services like Backup/ASR for Standard SSD disks. Refer to Managed Disks documentation for detailed instructions on all disk operations. Standard SSD Disks is currently available in all regions.

Please refer to Disks FAQ document for questions on Standard SSD. 

WE ARE MICROSOFT

Explore Microsoft Foundry

The future of AI starts here. Envision your next great AI app with the latest technologies. Get started with Azure.