Skip to content

Commit 60e0981

Browse files
authored
Merge pull request #208984 from v-amallick/Aug-24-2022-ReservedPricing
Reserved Pricing for Azure Backup GA release
2 parents bafd5c9 + 8028c33 commit 60e0981

File tree

6 files changed

+190
-0
lines changed

6 files changed

+190
-0
lines changed
Lines changed: 136 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,136 @@
1+
---
2+
title: Optimize costs for Azure Backup Storage with reserved capacity
3+
description: This article explains about how to optimize costs for Azure Backup Storage with reserved capacity.
4+
ms.topic: how-to
5+
ms.service: backup
6+
ms.date: 09/03/2022
7+
author: v-amallick
8+
ms.author: v-amallick
9+
---
10+
11+
# Optimize costs for Azure Backup Storage with reserved capacity
12+
13+
You can save money on backup storage costs for the vault-standard tier using Azure Backup Storage reserved capacity. Azure Backup Storage reserved capacity offers you a discount on capacity for backup data stored for the vault-standard tier when you commit to a reservation for either one year or three years. A reservation provides a fixed amount of backup storage capacity for the term of the reservation.
14+
15+
Azure Backup Storage reserved capacity can significantly reduce your capacity costs for Azure Backup data. The cost savings achieved depend on the duration of your reservation, the total capacity you choose to reserve, and the vault tier, and type of redundancy you've chosen for your vault. Reserved capacity provides a billing discount and doesn't affect the state of your Azure Backup Storage resources.
16+
17+
For information about Azure Backup pricing, see [Azure Backup pricing page](https://azure.microsoft.com/pricing/details/backup/).
18+
19+
## Reservation terms for Azure Storage
20+
21+
The following sections describe the terms of an Azure Backup Storage reservation.
22+
23+
#### Reservation capacity
24+
25+
You can purchase Azure Backup Storage reserved capacity in units of 100 TiB and 1 PiB per month for a one-year or three-year term.
26+
27+
#### Reservation scope
28+
29+
Azure Backup Storage reserved capacity is available for a single subscription, multiple subscriptions (shared scope), and management groups.
30+
31+
- When scoped to a single subscription, the reservation discount is applied only to the selected subscription.
32+
- When scoped to multiple subscriptions, the reservation discount is shared across those subscriptions within your billing context.
33+
- When scoped to management group, the reservation discount is shared across the subscriptions that are a part of management group and billing scope.
34+
35+
When you purchase Azure Backup Storage reserved capacity, you can use your reservation for backup data stored in the vault-standard tier only. A reservation is applied to your usage within the purchased scope and can’t be limited to a specific storage account, container, or object within the subscription.
36+
37+
An Azure Backup Storage reservation covers only the amount of data that's stored in a subscription or shared resource group. Early deletion, operations, bandwidth, and data transfer charges aren’t included in the reservation. As soon as you purchase a reservation, you're charged for the capacity charges that match the reservation attributes at the discount rates, instead of pay-as-you-go rates. For more information on Azure reservations, see [What are Azure Reservations?](../cost-management-billing/reservations/save-compute-costs-reservations.md)
38+
39+
#### Supported account types, tiers, and redundancy options
40+
41+
Azure Backup Storage reserved capacity is available for backup data stored in the vault-standard tier.
42+
43+
LRS, GRS, and RA-GRS redundancies are supported for reservations. For more information about redundancy options, see [Azure Storage redundancy](../storage/common/storage-redundancy.md).
44+
45+
>[!Note]
46+
>Azure Backup Storage reserved capacity isn't applicable for Protected Instance cost. It's also not applicable to vault-archive tier.
47+
48+
#### Security requirements for purchase
49+
50+
To purchase reserved capacity:
51+
52+
- You must be in the Owner role for at least one Enterprise or individual subscription with pay-as-you-go rates.
53+
- For Enterprise subscriptions, the policy to add reserved instances must be enabled. For direct EA agreements, the Reserved Instances policy must be enabled in the Azure portal. For indirect EA agreements, the Add Reserved Instances policy must be enabled in the EA portal. Or, if those policy settings are disabled, you must be an EA Admin on the subscription.
54+
- For the Cloud Solution Provider (CSP) program, only admin agents or sales agents can purchase Azure Backup Blob Storage reserved capacity.
55+
56+
## Determine required capacity before purchase
57+
58+
When you purchase an Azure Backup Storage reservation, you must choose the reservation’s region, vault tier, and redundancy option. Your reservation is valid only for data stored in that region, vault tier, and redundancy level. For example, you purchase a reservation for data in US West for the vault-standard tier using geo-redundant storage (GRS). You can't use the same reservation for data in US East, or data in locally redundant storage (LRS). However, you can purchase another reservation for your additional needs.
59+
60+
Reservations are currently available for 100 TiB or 1 PiB blocks, with higher discounts for 1 PiB blocks. When you purchase a reservation in the Azure portal, Microsoft may provide you with recommendations based on your previous usage to help determine which reservation you should purchase.
61+
62+
## Purchase Azure Backup Storage reserved capacity
63+
64+
You can purchase Azure Backup Storage reserved capacity through the [Azure portal](https://portal.azure.com/). Pay for the reservation up front or with monthly payments. For more information about purchasing with monthly payments, see [Purchase Azure reservations with up front or monthly payments](../cost-management-billing/reservations/prepare-buy-reservation.md).
65+
66+
For help with identifying the reservation terms that are right for your scenario, see [Understand how reservation discounts are applied to Azure Backup storage](backup-azure-reserved-pricing-overview.md).
67+
68+
To purchase reserved capacity, follow these steps:
69+
70+
1. Go to the [Purchase reservations](https://portal.azure.com/#blade/Microsoft_Azure_Reservations/CreateBlade/referrer/Browse_AddCommand) pane in the Azure portal.
71+
72+
1. Select **Azure Backup** to purchase a new reservation.
73+
74+
1. Enter required information as described in the following table:
75+
76+
:::image type="content" source="./media/backup-azure-reserved-pricing/purchase-reserved-capacity-enter-information.png" alt-text="Screenshot showing the information to enter to purchase reservation capability for Azure Backup Storage.":::
77+
78+
| Field | Description |
79+
| --- | --- |
80+
| Scope | Indicates the number of subscriptions you can use for the billing benefit associated with the reservation. It also controls how the reservation is applied to specific subscriptions. <br><br> If you select Shared, the reservation discount is applied to Azure Backups Storage capacity in any subscription within your billing context. The billing context is based on how you signed up for Azure. If you're an enterprise customer, the shared scope is the enrollment and includes all subscriptions within the enrollment. If you're a pay-as-you-go customer, the shared scope includes all individual subscriptions with pay-as-you-go rates created by the account administrator. <br><br> If you select Single subscription, the reservation discount is applied to Azure Backup Storage capacity in the selected subscription. <br><br> If you select Single resource group, the reservation discount is applied to Azure Backup Storage capacity in the selected subscription and the selected resource group within that subscription. <br><br> If you select Management group, the reservation discount is applied to the matching resource in the list of subscriptions that are a part of both the management group and billing scope. To buy a reservation for a management group, you must have at least read permission on the management group and be a reservation owner or reservation purchaser on the billing subscription. <br><br> You can change the reservation scope after you purchase the reservation. |
81+
| Subscription | The subscription that's used to pay for the Azure Backup Storage reservation. The payment method on the selected subscription is used in charging the costs. The subscription must be one of the following types: <br><br> - **Enterprise Agreement (offer numbers: MS-AZR-0017P or MS-AZR-0148P)**: For an Enterprise subscription, the charges are deducted from the enrollment's Azure Prepayment (previously called monetary commitment) balance or charged as overage. <br><br> - **Individual subscription with pay-as-you-go rates (offer numbers: MS-AZR-0003P or MS-AZR-0023P)**: For an individual subscription with pay-as-you-go rates, the charges are billed to the credit card or invoice payment method on the subscription. <br><br> - Microsoft Customer Agreement subscriptions <br><br> - CSP subscriptions. |
82+
| Region | The region where the reservation is in effect. |
83+
| Vault tier | The vault tier for which the reservation is in effect. Currently, only reservations for vault-standard tier are supported. |
84+
| Redundancy | The redundancy option for the reservation. Options include LRS, GRS, and RA-GRS. For more information about redundancy options, see [Azure Storage redundancy](../storage/common/storage-redundancy.md). |
85+
| Billing frequency | Indicates how often the account is billed for the reservation. Options include Monthly or Upfront. |
86+
| Size | The amount of capacity to reserve. |
87+
| Term | One year or three years. |
88+
89+
1. After you select the parameters for your reservation, the Azure portal displays the cost. The portal also shows the discount percentage over pay-as-you-go billing.
90+
91+
1. In the **Purchase reservations** pane, review the total cost of the reservation.
92+
93+
You can also provide a name for the reservation.
94+
95+
:::image type="content" source="./media/backup-azure-reserved-pricing/purchase-reserved-capacity-review-total-cost-inline.png" alt-text="Screenshot showing the Purchase reservation pane to review the total cost of the reservation." lightbox="./media/backup-azure-reserved-pricing/purchase-reserved-capacity-review-total-cost-expanded.png":::
96+
97+
After you purchase a reservation, it's automatically applied to any existing Azure Backup Storage data that matches the terms of the reservation. If you haven't created any Azure Backup Storage data yet, the reservation will apply whenever you create a resource that matches the terms of the reservation. In either case, the term of the reservation begins immediately after a successful purchase.
98+
99+
## Exchange or refund a reservation
100+
101+
You can exchange or refund a reservation, with certain limitations. These limitations are described in the following sections.
102+
103+
To exchange or refund a reservation, follow these steps:
104+
105+
1. Go to the reservation details in the Azure portal.
106+
107+
1. Select **Exchange or Refund**, and follow the instructions to submit a support request.
108+
109+
You'll receive an email confirmation when the request is processed. For more information about Azure Reservations policies, see [Self-service exchanges and refunds for Azure Reservations](../cost-management-billing/reservations/exchange-and-refund-azure-reservations.md).
110+
111+
## Exchange a reservation
112+
113+
Exchanging a reservation enables you to receive a prorated refund based on the unused portion of the reservation. You can then apply the refund to the purchase price of a new Azure Backup Storage reservation.
114+
115+
There's no limit on the number of exchanges you can make. Additionally, there's no fee associated with an exchange. The new reservation that you purchase must be of equal or greater value than the prorated credit from the original reservation. An Azure Backup Storage reservation can be exchanged only for another Azure Backup Storage reservation, and not for a reservation for any other Azure service.
116+
117+
## Refund a reservation
118+
119+
You may cancel an Azure Backup Storage reservation at any time. When you cancel, you'll receive a prorated refund based on the remaining term of the reservation. The maximum refund per year is *$50,000*.
120+
121+
Cancelling a reservation immediately terminates the reservation and returns the remaining months to Microsoft. The remaining prorated balance, minus the fee, will be refunded to your original form of purchase.
122+
123+
## Expiration of a reservation
124+
125+
When a reservation expires, any Azure Backup Storage capacity that you've used under that reservation is billed at the pay-as-you go rate. Reservations don't renew automatically.
126+
127+
You'll receive an email notification 30 days prior to the expiration of the reservation, and again on the expiration date. To continue taking advantage of the cost savings that a reservation provides, renew it no later than the expiration date.
128+
129+
>[!Note]
130+
>If you have questions or need help, [create a support request](https://go.microsoft.com/fwlink/?linkid=2083458).
131+
132+
## Next steps
133+
134+
- [What are Azure Reservations?](../cost-management-billing/reservations/save-compute-costs-reservations.md)
135+
- [Understand how reservation discounts are applied to Azure Backup storage](backup-azure-reserved-pricing-overview.md).
136+
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: Reservation discounts for Azure Backup storage
3+
description: This article explains about how reservation discounts are applied to Azure Backup storage.
4+
ms.topic: conceptual
5+
ms.service: backup
6+
ms.date: 09/09/2022
7+
author: v-amallick
8+
ms.author: v-amallick
9+
---
10+
11+
# Understand how reservation discounts are applied to Azure Backup storage
12+
13+
Azure Backup enables you to save money on backup storage costs using Reserved capacity pricing. After you purchase reserved capacity, the reservation discount is automatically applied to the backup storage that matches the terms of the reservation.
14+
15+
>[!Note]
16+
>The reservation discount applies to storage capacity only.
17+
18+
- For more information about Azure Backup Storage reserved capacity, see [Optimize costs for Azure Backup storage with reserved capacity](backup-azure-reserved-pricing-optimize-cost.md).
19+
- For information about Azure Backup storage pricing, see [Azure Backup pricing page](https://azure.microsoft.com/pricing/details/backup/).
20+
21+
## How's the reservation discount applied?
22+
23+
The reserved capacity discount applies to supported backup storage resources on an hourly basis. The reserved capacity discount is a use-it-or-lose-it discount. If you don't have any backup storage that meets the terms of the reservation for a given hour, then you lose a reservation quantity for that hour. You can't carry forward the unused reserved hours.
24+
25+
When you delete the backup storage, the reservation discount automatically applies to another matching backup storage in the specified scope. If there's no matching backup storage in the specified scope, the reserved hours are lost.
26+
27+
## Discount examples
28+
29+
The following examples show how the reserved capacity discount applies, depending on the deployments.
30+
31+
For example, you've purchased 100 TiB of reserved capacity in the *US West 2* region for a *1-year* term. Your reservation is for locally redundant storage (LRS) blob storage in the vault-standard tier.
32+
33+
For the cost of the reservation, you can either pay the full amount up front or pay fixed monthly installments per month for the next 12 months. If you've signed up for a monthly reservation payment plan, you may encounter the following scenarios if you under-use or overuse your reserved capacity.
34+
35+
### Underuse of your capacity
36+
37+
As an example, in each hour within the reservation period, if you used only 80 TiB of your 100 TiB reserved capacity, the remaining 20 TiB isn't applied for that hour and it doesn't get carried forward.
38+
39+
### Overuse of your capacity
40+
41+
As an example, in each hour within the reservation period, if you've used 101 TiB of backup storage capacity, the reservation discount applies to 100 TiB of your data, and the remaining 1 TiB is charged at pay-as-you-go rates for that hour. If in the next hour your usage changes to 100 TiB, then all usage is covered by the reservation.
42+
43+
>[!Note]
44+
>For further support, [create a support request](https://go.microsoft.com/fwlink/?linkid=2083458).
45+
46+
## Next steps
47+
48+
- [Optimize costs for Azure Backup storage with reserved capacity](backup-azure-reserved-pricing-optimize-cost.md).
49+
- [What are Azure Reservations?](../cost-management-billing/reservations/save-compute-costs-reservations.md)
50+
70.5 KB
Loading
49.5 KB
Loading
49.5 KB
Loading

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
href: reservation-discount-application.md
1818
- name: App Service
1919
href: reservation-discount-app-service.md
20+
- name: Azure Backup
21+
href: ../../backup/backup-azure-reserved-pricing-overview.md?toc=/azure/cost-management-billing/reservations/toc.json
2022
- name: Azure Cache for Redis
2123
href: understand-azure-cache-for-redis-reservation-charges.md
2224
- name: Azure Data Factory
@@ -76,6 +78,8 @@
7678
href: prepay-app-service.md
7779
- name: App Service - JBoss EAP Integrated Support
7880
href: prepay-jboss-eap-integrated-support-app-service.md
81+
- name: Azure Backup
82+
href: ../../backup/backup-azure-reserved-pricing-optimize-cost.md?toc=/azure/cost-management-billing/reservations/toc.json
7983
- name: Azure Cache for Redis reservation
8084
href: ../../azure-cache-for-redis/cache-reserved-pricing.md?toc=/azure/cost-management-billing/reservations/toc.json
8185
- name: Azure Data Factory

0 commit comments

Comments
 (0)