Skip to content

Commit 92f1cab

Browse files
authored
Merge pull request #100328 from roygara/diskRI
Disks RI content
2 parents 8a1a262 + a9a269d commit 92f1cab

17 files changed

+211
-20
lines changed
Loading

articles/cost-management-billing/reservations/save-compute-costs-reservations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: banders
1111

1212
# What are Azure Reservations?
1313

14-
Azure Reservations help you save money by committing to one-year or three-years plans for virtual machines, Azure Blob storage or Azure Data Lake Storage Gen2, SQL Database compute capacity, Azure Cosmos DB throughput, or other Azure resources. Committing allows you to get a discount on the resources you use. Reservations can significantly reduce your resource costs up to 72% on pay-as-you-go prices. Reservations provide a billing discount and don't affect the runtime state of your resources.
14+
Azure Reservations help you save money by committing to one-year or three-years plans for virtual machines, Azure Blob storage or Azure Data Lake Storage Gen2, SQL Database compute capacity, Azure Disk Storage, Azure Cosmos DB throughput, or other Azure resources. Committing allows you to get a discount on the resources you use. Reservations can significantly reduce your resource costs up to 72% on pay-as-you-go prices. Reservations provide a billing discount and don't affect the runtime state of your resources.
1515

1616
You can pay for a reservation up front or monthly. The total cost of up-front and monthly reservations is the same and you don't pay any extra fees when you choose to pay monthly. Monthly payment is available for Azure reservations, not third party products.
1717

@@ -27,6 +27,7 @@ Service plans:
2727

2828
- **Reserved Virtual Machine Instance** - A reservation only covers the virtual machine compute costs. It doesn't cover additional software, networking, or storage charges.
2929
- **Azure Storage reserved capacity** - A reservation covers storage capacity for standard storage accounts for Blob storage or Azure Data Lake Gen2 storage. The reservation does not cover bandwidth or transaction rates.
30+
- **Azure Disk Storage reservations** - A reservation only covers premium SSDs of P30 size or greater. It does not cover any other disk types or sizes smaller than P30.
3031
- **Azure Cosmos DB reserved capacity** - A reservation covers throughput provisioned for your resources. It doesn't cover the storage and networking charges.
3132
- **SQL Database reserved vCore** - Only the compute costs are included with a reservation. The license is billed separately.
3233
- **SQL Data Warehouse** - A reservation covers cDWU usage. It doesn't cover storage or networking charges associated with the SQL Data Warehouse usage.
@@ -35,7 +36,6 @@ Service plans:
3536
- Azure Database for PostgreSQL
3637
- Azure Database for MariaDB
3738
- Azure Data Explorer
38-
- Premium SSD Managed Disks
3939

4040

4141
For Windows virtual machines and SQL Database, you can cover the licensing costs with [Azure Hybrid Benefit](https://azure.microsoft.com/pricing/hybrid-benefit/).

articles/cost-management-billing/reservations/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
href: prepay-sql-data-warehouse-charges.md
1313
- name: Buy a Virtual machine reservation
1414
href: ../../virtual-machines/windows/prepay-reserved-vm-instances.md?toc=/azure/billing/TOC.json
15+
- name: Azure Disk Storage
16+
href: ../../virtual-machines/linux/disks-reserved-capacity.md?toc=/azure/billing/TOC.json
1517
- name: Buy an Azure Storage reservation
1618
href: ../../storage/blobs/storage-blob-reserved-capacity.md?toc=/azure/billing/TOC.json
1719
- name: Buy a Cosmos DB reservation
@@ -44,6 +46,8 @@
4446
href: reserved-instance-purchase-recommendations.md
4547
- name: Azure Storage reserved capacity discounts
4648
href: understand-storage-charges.md
49+
- name: Azure Disk Storage reservation discounts
50+
href: understand-disk-reservations.md
4751
- name: Cosmos DB reserved capacity discounts
4852
href: understand-cosmosdb-reservation-charges.md
4953
- name: SQL Database reserved capacity discounts
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Understand how a reservation discount is applied to Azure Disk Storage
3+
description: Learn how Azure reserved disks discount is applied to your premium SSD managed disks.
4+
author: roygara
5+
ms.service: cost-management-billing
6+
ms.devlang: na
7+
ms.topic: conceptual
8+
ms.tgt_pltfrm: na
9+
ms.workload: na
10+
ms.date: 01/13/2020
11+
ms.author: rogarana
12+
---
13+
14+
# Understand how your reservation discount is applied to Azure Disk Storage
15+
16+
After you purchase Azure disk reserved capacity, the reservation discount is automatically applied to disk resources that match the terms of your reservation. The reservation discount applies to disk capacity only, disk snapshots are charged at pay-as-you-go rates.
17+
18+
For more information about Azure Disk reservation, see [Save costs with Azure Disks Reservation](../../virtual-machines/linux/disks-reserved-capacity.md).
19+
For information about Azure Disk reservation pricing, see [Azure Disk pricing](https://azure.microsoft.com/pricing/details/managed-disks/).
20+
21+
## How the reservation discount is applied
22+
23+
The Azure disk reservation discount is a "use-it-or-lose-it" discount and is applied to managed disk resources on an hourly basis. If you don't have any managed disk resources that meet the terms of your reservation in a given hour, then you lose a reservation quantity for that hour, unused hours do not carry forward.
24+
25+
When you delete a resource, the reservation discount automatically applies to another matching resource in the specified scope. If no matching resources are found in the specified scope, then the reserved hours are lost.
26+
27+
## Discount examples
28+
29+
The following examples show how the Azure Disk reservation discount applies, depending on your deployments:
30+
31+
Suppose that you have purchased 100 P30 disks (~1 TiB per disk) of reserved capacity in the US West 2 region for a 1-year term. Assuming that the cost of this sample reservation is $140,100‬. You can either choose to pay the full amount up front or to pay fixed monthly installments of $11,675‬ per month for the next 12 months.
32+
For these examples, assume that you have signed up for a monthly reservation payment plan. The following scenarios describe what happens if you under-use, overuse, or tier your reserved capacity.
33+
34+
### Underusing your capacity
35+
36+
Suppose that in a given hour within the reservation period, you have deployed only 99 P30 premium SSD of your 100 P30 disk reservation. The remaining 1 P30 is not applied during that hour and does not carry over.
37+
38+
### Overusing your capacity
39+
40+
Suppose that in a given hour within the reservation period, you are using 101 P30 premium SSDs. The reservation discount only applies to 100 P30 disks and the remaining 1 P30 disk is charged at pay-as-you-go rates for that hour. For the next hour, if your usage decreases to 100 P30 disks, then all usage is covered by the reservation.
41+
42+
### Tiering your capacity
43+
44+
Suppose that in a given hour within your reservation period, you want to use total of 200 P30 premium SSDs. For the first 30 minutes, you only use 100 for the first 30 minutes. During this period, your use is fully covered since you made a reservation for 100 P30 disks. If you then discontinue the use of the first 100 (so that you're using zero) and then begin to use the other 100 for the remaining 30 minutes, that usage is also covered under your reservation.
45+
46+
![Depiction of underusing, overusing, and tiering capacity examples](media/understand-disk-reservations/reserved-disks-example-scenarios.png)
47+
48+
## Need help? Contact us
49+
50+
If you have questions or need help, [create a support request](https://go.microsoft.com/fwlink/?linkid=2083458).
51+
52+
## Next steps
53+
54+
- [Reduce costs with Azure Disks Reservation (Linux)](../../virtual-machines/linux/disks-reserved-capacity.md)
55+
- [Reduce costs with Azure Disks Reservation (Windows)](../../virtual-machines/windows/disks-reserved-capacity.md)
56+
- [What are Azure Reservations?](save-compute-costs-reservations.md)
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Optimize costs for Azure Disk Storage with reservations
3+
description: Learn about purchasing Azure Disk Storage reservations to save costs on premium SSD managed disks.
4+
author: roygara
5+
ms.author: rogarana
6+
ms.date: 01/13/2020
7+
ms.topic: conceptual
8+
ms.service: virtual-machines-linux
9+
ms.subservice: disks
10+
---
11+
12+
# Reduce costs with Azure Disks Reservation
13+
[!INCLUDE [disk-reserved-capacity-shared](../../../includes/disk-reserved-capacity-shared.md)]
234 KB
Loading
Loading
Loading

articles/virtual-machines/linux/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@
150150
href: disks-types.md
151151
- name: Encryption
152152
href: disk-encryption.md
153+
- name: Disk Storage reservations
154+
href: ../../cost-management-billing/reservations/understand-disk-reservations.md?toc=%2fazure%2fvirtual-machines%2flinux%2ftoc.json
153155
- name: Designing for high performance
154156
href: premium-storage-performance.md
155157
- name: Disk bursting
@@ -555,6 +557,8 @@
555557
href: disks-use-storage-explorer-managed-disks.md
556558
- name: Snapshot a disk
557559
href: snapshot-copy-managed-disk.md
560+
- name: Reserve Disk Storage
561+
href: disks-reserved-capacity.md
558562
- name: Create an incremental snapshot
559563
href: disks-incremental-snapshots.md
560564
- name: Back up unmanaged disks
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Optimize costs for Azure Disk Storage with reservations
3+
description: Learn about purchasing Azure Disk Storage reservations to save costs on premium SSD managed disks.
4+
author: roygara
5+
ms.author: rogarana
6+
ms.date: 01/13/2020
7+
ms.topic: conceptual
8+
ms.service: virtual-machines-windows
9+
ms.subservice: disks
10+
---
11+
12+
# Reduce costs with Azure Disks Reservation
13+
[!INCLUDE [disk-reserved-capacity-shared](../../../includes/disk-reserved-capacity-shared.md)]

0 commit comments

Comments
 (0)