Skip to content

Commit 306d6b4

Browse files
Merge pull request #281619 from roygara/ultraClarity
Clarifying Ultra Disk Sizes
2 parents 87f83fc + f91a434 commit 306d6b4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

articles/virtual-machines/disks-types.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Select a disk type for Azure IaaS VMs - managed disks
33
description: Learn about the available Azure disk types for virtual machines, including Ultra Disks, Premium SSDs v2, Premium SSDs, standard SSDs, and Standard HDDs.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 08/06/2024
6+
ms.date: 08/12/2024
77
ms.topic: conceptual
88
ms.service: azure-disk-storage
99
ms.custom: references_regions
@@ -52,6 +52,8 @@ Ultra disks must be used as data disks and can only be created as empty disks. Y
5252

5353
Ultra Disks offer up to 100 TiB per region per subscription by default, but Ultra Disks support higher capacity by request. To request an increase in capacity, request a quota increase or contact Azure Support.
5454

55+
Ultra Disk sizes work like Premium SSD, Standard SSD, and Standard HDD sizes. When you create or modify an Ultra Disk, the size you set is billed as the next largest provisioned disk size. So if you were to deploy a 200 GiB Ultra Disk or set a 200 GiB Ultra Disk, you'll have a 200 GiB Ultra Disk that's billed as if it was 256 GiB, since that's the next largest provisioned disk size.
56+
5557
The following table provides a comparison of disk sizes and performance caps to help you decide which to use.
5658

5759
|Disk Size (GiB) |IOPS Cap |Throughput Cap (MB/s) |

articles/virtual-machines/disks-understand-billing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understand Azure Disk Storage billing
33
description: Learn about the billing factors that affect Azure managed disks, including ultra disks, Premium SSDs v2, Premium SSDs, standard SSDs, and Standard HDDs.
44
author: roygara
55
ms.author: rogarana
6-
ms.date: 03/08/2024
6+
ms.date: 08/12/2024
77
ms.topic: conceptual
88
ms.service: azure-disk-storage
99
---
@@ -20,11 +20,13 @@ There are two kinds of snapshots offered for Azure managed disks: Full snapshots
2020

2121
## Ultra Disks
2222

23-
The price of an Azure Ultra Disk is determined by the combination of how large the disk is (its size) and what performance you select (IOPS and throughput) for your disk. If you share an Ultra Disk between multiple VMs that can affect its price as well. The following sections focus on these factors as they relate to the price of your Ultra Disk. For more information on how these factors work, see the [Ultra disks](disks-types.md#ultra-disks) section of the [Azure managed disk types](disks-types.md) article.
23+
The price of an Azure Ultra Disk is determined by the combination of how large the disk is (its disk size) and what performance you select (IOPS and throughput) for your disk. If you share an Ultra Disk between multiple VMs that can affect its price as well. The following sections focus on these factors as they relate to the price of your Ultra Disk. For more information on how these factors work, see the [Ultra disks](disks-types.md#ultra-disks) section of the [Azure managed disk types](disks-types.md) article.
2424

2525
### Ultra Disk size
2626

27-
The size of your Ultra Disk also determines what performance caps your disk has. You have granular control of how much IOPS and throughput your disk has, up to that size's performance cap. Pricing increases as you increase your disk's size, and when you set higher IOPS and throughput. Ultra Disks offer up to 32 TiB per region per subscription by default, but support higher size by request. To request an increase in size, request a quota increase or contact Azure Support.
27+
Ultra Disk sizes work like Premium SSD, Standard SSD, and Standard HDD sizes. When you create or modify an Ultra Disk, the size you set is billed as the next largest provisioned disk size. So if you were to deploy a 200 GiB Ultra Disk or set a 200 GiB Ultra Disk, you'll have a 200 GiB Ultra Disk that's billed as if it was 256 GiB, since that's the next largest provisioned disk size.
28+
29+
The disk size of your Ultra Disk also determines what performance caps your disk has. You have granular control of how much IOPS and throughput your disk has, up to that size's performance cap. Pricing increases as you increase your disk's size, and when you set higher IOPS and throughput. Ultra Disks offer up to 32 TiB per region per subscription by default, but support higher size by request. To request an increase in size, request a quota increase or contact Azure Support.
2830

2931
The following table outlines the available disk sizes and performance caps. Pricing increases as you increase in size.
3032

0 commit comments

Comments
 (0)