Skip to content

Commit f8fd57c

Browse files
authored
Merge pull request #49063 from roygara/standardSSD
Standard ssd content
2 parents 35b2c02 + 7a9b764 commit f8fd57c

File tree

5 files changed

+120
-0
lines changed

5 files changed

+120
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Standard SSD Managed Disks for Linux VMs | Microsoft Docs
3+
description: Learn about Standard SSD Managed Disks for Azure VMs
4+
services: virtual-machines-linux
5+
author: roygara
6+
7+
ms.service: virtual-machines-linux
8+
ms.workload: storage
9+
ms.tgt_pltfrm: vm-linux
10+
ms.devlang: na
11+
ms.topic: article
12+
ms.date: 08/14/2018
13+
ms.author: rogarana
14+
15+
---
16+
[!INCLUDE [virtual-machines-disks-standard-ssd](../../../includes/virtual-machines-disks-standard-ssd.md)]
17+
18+
To learn how to convert your existing HDD disks to standard SSD disks, refer to our article on the process.
19+
20+
> [!div class="nextstepaction"]
21+
> [Convert Azure managed disks storage from standard to premium, and vice versa](convert-disk-storage.md)

articles/virtual-machines/linux/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@
104104
href: managed-disks-overview.md
105105
- name: Premium storage
106106
href: premium-storage.md
107+
- name: Standard SSDs
108+
href: disks-standard-ssd.md
107109
- name: Premium storage performance
108110
href: premium-storage-performance.md
109111
- name: Standard storage
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: Standard SSD Managed Disks for Windows VMs | Microsoft Docs
3+
description: Learn about Standard SSD Managed Disks for Azure VMs
4+
services: virtual-machines-windows
5+
author: roygara
6+
7+
ms.service: virtual-machines-windows
8+
ms.workload: storage
9+
ms.tgt_pltfrm: vm-windows
10+
ms.devlang: na
11+
ms.topic: article
12+
ms.date: 08/14/2018
13+
ms.author: rogarana
14+
15+
---
16+
[!INCLUDE [virtual-machines-disks-standard-ssd](../../../includes/virtual-machines-disks-standard-ssd.md)]
17+
18+
To learn how to convert your existing HDD disks to standard SSD disks, refer to our article on the process.
19+
20+
> [!div class="nextstepaction"]
21+
> [Convert Azure managed disks storage from standard to premium, and vice versa](convert-disk-storage.md)

articles/virtual-machines/windows/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
href: managed-disks-overview.md
9797
- name: Premium storage
9898
href: premium-storage.md
99+
- name: Standard SSDs
100+
href: disks-standard-ssd.md
99101
- name: Premium storage performance
100102
href: premium-storage-performance.md
101103
- name: Standard storage
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
1+
---
2+
title: include file
3+
description: include file
4+
services: virtual-machines
5+
author: roygara
6+
ms.service: virtual-machines
7+
ms.topic: include
8+
ms.date: 08/14/2018
9+
ms.author: rogarana
10+
ms.custom: include file
11+
---
12+
13+
# Standard SSD Managed Disks for Azure Virtual machine workloads
14+
15+
Azure Standard Solid State Drives (SSD) Managed Disks are a cost-effective storage option optimized for workloads that need consistent performance at lower IOPS levels. Standard SSD offers a good entry level experience for those who wish to move to the cloud, especially if you experience issues with the variance of workloads running on your HDD solutions on premises. Standard SSDs deliver better availability, consistency, reliability and latency compared to HDD Disks, and are suitable for Web servers, low IOPS application servers, lightly used enterprise applications, and Dev/Test workloads.
16+
17+
## Standard SSD Features
18+
19+
**Managed Disks**: Standard SSDs are only available as Managed Disks. Unmanaged Disks and Page Blobs are not supported on Standard SSD. While creating the Managed Disk, you specify the disk type as Standard SSD and indicate the size of disk you need, and Azure creates and manages the disk for you.
20+
Standard SSDs support all service management operations offered by Managed Disks. For example, you can create, copy or snapshot Standard SSD Managed Disks in the same way you do with Managed Disks.
21+
22+
**Virtual Machines**: Standard SSDs can be used with all Azure VMs, including the VM types that do not support Premium Disks. For example, if you're using an A-series VM, or N-series VM, or DS-series, or any other Azure VM series, you can use Standard SSDs 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, better latency, and an overall better experience that come with SSDs.
23+
24+
**Highly durable and available**: Standard SSDs 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 SSDs 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.
25+
26+
**Snapshots**: Like all Managed Disks, Standard SSDs also support creation of Snapshots. Snapshot type can be either Standard (HDD) or Premium (SSD). For cost saving, we recommend Snapshot type of Standard (HDD) for all Azure disk types. This is because when you create a managed disk from a snapshot, you're always able to choose a higher tier such as Standard SSD or Premium SSD.
27+
28+
## Scalability and performance targets
29+
30+
The following table contains disk sizes, which are currently offered for Standard SSD.
31+
32+
|Standard SSD Disk Type |Disk Size |IOPS per Disk |Throughput per disk |
33+
|---------|---------|---------|---------|
34+
|E10 |128 GiB |Up to 500 |Up to 60 MiB per second |
35+
|E15 |256 GiB |Up to 500 |Up to 60 MiB per second |
36+
|E20 |512 GiB |Up to 500 |Up to 60 MiB per second |
37+
|E30 |1024 GiB |Up to 500 |Up to 60 MiB per second |
38+
|E40 |2048 GiB |Up to 500 |Up to 60 MiB per second |
39+
|E50 |4095 GiB |Up to 500 |Up to 60 MiB per second |
40+
41+
Standard SSDs are designed to provide single-digit millisecond latencies for most IO operations, and to deliver the IOPS and throughput up to the limits described in the above table. Actual IOPS and Throughput may vary sometimes depending on the traffic patterns. Standard SSDs will provide more consistent performance than the HDD disks with the lower latency.
42+
43+
Premium SSDs on the other hand, perform better than Standard SSDs, with low latencies, high IOPS/throughput, and even better consistency with provisioned disk performance. It is the recommended disk type for critical production workloads. If your workload requires high-performance, low-latency disk support, you should consider using Premium Storage.
44+
45+
Like the Premium SSDs, Standard SSDs also use IO Unit size of 256 KiB. If the data being transferred is less than 256 KiB, it is considered 1 I/O unit. Larger I/O sizes are counted as multiple I/Os of size 256 KiB. For example, a 1,100 KiB I/O is counted as five I/O units.
46+
47+
## Pricing and billing
48+
49+
When using Standard SSDs, the following billing considerations apply:
50+
51+
- Managed Disk Size
52+
- Snapshots
53+
- Outbound data transfers
54+
- Transactions
55+
56+
**Managed Disk Size**: Managed disks are billed on the provisioned size. Azure maps the provisioned size (rounded up) to the nearest disk size offer. For details of the disk sizes offered, see the table in Scalability and Performance Targets section above. Each disk maps to a supported provisioned disk size and billed accordingly. For example, if you provisioned a 200 GiB Standard SSD, it will map to the disk size offer of E15 (256 GiB). Billing for any provisioned disk is prorated hourly by using the monthly price for the Premium Storage offer. For example, if you provisioned an E10 disk and deleted it after 20 hours, you're billed for the E10 offering prorated to 20 hours. This is regardless of the amount of actual data written to the disk.
57+
58+
**Snapshots**: Snapshots of Managed Disks are billed for the capacity used by the snapshots, at the target and at the source, if any. For more information on snapshots, see [Managed Disk Snapshots](https://docs.microsoft.com/azure/virtual-machines/windows/managed-disks-overview#managed-disk-snapshots).
59+
60+
**Outbound data transfers**: [Outbound data transfers](https://azure.microsoft.com/pricing/details/bandwidth/) (data going out of Azure data centers) incur billing for bandwidth usage.
61+
62+
**Transactions**: Similar to Standard HDD, transactions on Standard SSDs incur billing. Transactions include both read and write operations on the disk. I/O unit size used for accounting the transactions on Standard SSD is 256 KiB. Larger I/O sizes are counted as multiple I/Os of size 256 KiB.
63+
64+
For more information on pricing for Virtual Machines and Managed Disks, see:
65+
66+
- [Virtual Machines Pricing](https://azure.microsoft.com/pricing/details/virtual-machines/linux/)
67+
- [Managed Disks Pricing](https://azure.microsoft.com/pricing/details/managed-disks/)
68+
69+
## Next steps
70+
71+
To learn more about creating standard SSDs, refer to the sample that shows how to create a VM with multiple standard SSDs.
72+
73+
> [!div class="nextstepaction"]
74+
> [Create a VM with multiple standard SSDs](https://github.com/azure/azure-quickstart-templates/tree/master/101-vm-with-standardssd-disk/)

0 commit comments

Comments
 (0)