Skip to content

Commit 7229e55

Browse files
Merge pull request #288132 from bandersmsft/openai-example-utc
MCM - Update Reservation articles for UTC time and openai amort costs
2 parents 08add6e + ffa77d3 commit 7229e55

File tree

2 files changed

+29
-12
lines changed

2 files changed

+29
-12
lines changed

articles/cost-management-billing/reservations/azure-openai.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.reviewer: primittal
66
ms.service: cost-management-billing
77
ms.subservice: reservations
88
ms.topic: how-to
9-
ms.date: 09/12/2024
9+
ms.date: 10/09/2024
1010
ms.author: banders
1111
# customer intent: As a billing administrator, I want to learn about saving costs with Microsoft Azure OpenAI Service Provisioned Reservations and buy one.
1212
---
@@ -120,6 +120,23 @@ The following examples show how the Azure OpenAI reservation discount applies, d
120120

121121
You can't change the size of a purchased reservation. If you want to increase your Azure OpenAI reservation capacity to cover more hourly PTUs, you can buy more Azure OpenAI Service Provisioned reservations.
122122

123+
## Monthly amortized costs
124+
125+
Your amortized reservation cost is based on each calendar month. So, based on each month of the year, your daily amortized cost can change. Here's an example that explains how your monthly amortized cost might differ:
126+
127+
**Example 1** - If you buy a reservation January 10, the renewal is as follows:
128+
- Month 1: January 10 - February 9 (inclusive)
129+
- Month 2: February 10 – March 9 (inclusive), and so on
130+
131+
**Example 2** - If you buy a reservation on December 29, 30, or 31 then the renewal date changes over the course of a year. For example, assume that you buy a reservation on December 30.
132+
- Month 1: December 30 - January 29 (inclusive)
133+
- Month 2: January 30 – February 27 (inclusive) – for a non leap year
134+
- Month 3: February 28 – March 27 (inclusive), and so on
135+
136+
If your cost for a monthly reservation is $200 and:
137+
- The reservation was purchased in May, then you see daily the amortized cost of $200/*31*
138+
- The reservation was purchased in February, then you see a daily amortized cost of $200/*28*
139+
123140
## Related content
124141

125142
- To learn more about Azure reservations, see the following articles:

articles/cost-management-billing/reservations/prepare-buy-reservation.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ author: bandersmsft
55
ms.reviewer: primittal
66
ms.service: cost-management-billing
77
ms.subservice: reservations
8-
ms.custom:
9-
- ignite-2023
108
ms.topic: how-to
11-
ms.date: 02/22/2024
9+
ms.date: 10/09/2024
1210
ms.author: banders
1311
---
1412

@@ -18,19 +16,19 @@ Azure Reservations help you save money by committing to one-year or three-years
1816

1917
## Who can buy a reservation
2018

21-
To buy a reservation, you must have owner role or reservation purchaser role on an Azure subscription that's of type Enterprise (MS-AZR-0017P or MS-AZR-0148P) or Pay-As-You-Go (MS-AZR-0003P or MS-AZR-0023P) or Microsoft Customer Agreement.
19+
To buy a reservation, you must have owner role or reservation purchaser role on an Azure subscription that's of type Enterprise (MS-AZR-0017P or MS-AZR-0148P) or Pay-as-you-go (MS-AZR-0003P or MS-AZR-0023P) or Microsoft Customer Agreement.
2220

23-
Cloud solution providers can use the Azure portal or [Partner Center](/partner-center/azure-reservations) to purchase Azure Reservations. CSP partners can buy reservations for them in Partner Center when authorized by their customers. For more information, see [Buy Microsoft Azure reservations on behalf of your customers](/partner-center/azure-reservations-buying). Or, once the partner has given permission to the end customer and they have the reservation purchaser role, they can purchase reservations in the Azure portal.
21+
Cloud solution providers can use the Azure portal or [Partner Center](/partner-center/azure-reservations) to purchase Azure Reservations. CSP partners can buy reservations for them in Partner Center when authorized by their customers. For more information, see [Buy Microsoft Azure reservations on behalf of your customers](/partner-center/azure-reservations-buying). Or, once the partner gives permission to the end customer and they have the reservation purchaser role, they can purchase reservations in the Azure portal.
2422

2523
You can't buy a reservation if you have a custom role that mimics owner role or reservation purchaser role on an Azure subscription. You must use the built-in Owner or built-in Reservation Purchaser role.
2624

27-
Enterprise Agreement (EA) customers can limit purchases to EA admins by disabling the **Reserved Instances** policy option in the [Azure portal](https://portal.azure.com/#blade/Microsoft_Azure_GTM/ModernBillingMenuBlade/BillingAccounts). Navigate to Policies menu to change settings.
25+
Enterprise Agreement (EA) customers can limit purchases to EA admins by disabling the **Reserved Instances** policy option in the [Azure portal](https://portal.azure.com/#blade/Microsoft_Azure_GTM/ModernBillingMenuBlade/BillingAccounts). To change settings, navigate to the **Policies** menu.
2826

29-
Microsoft Customer Agreement (MCA), Billing Profile Owners can restrict the reservation purchase by disabling the **Reserved Instances** policy option in the [Azure portal](https://portal.azure.com/#blade/Microsoft_Azure_GTM/ModernBillingMenuBlade/BillingAccounts). Navigate to the Policies menu under Billing Profile to change settings.
27+
Microsoft Customer Agreement (MCA), Billing Profile Owners can restrict the reservation purchase by disabling the **Reserved Instances** policy option in the [Azure portal](https://portal.azure.com/#blade/Microsoft_Azure_GTM/ModernBillingMenuBlade/BillingAccounts). To change settings, navigate to the **Policies** menu under **Billing Profile**.
3028

3129
EA admins or Billing Profile Owners must have owner or reservation purchaser access on at least one EA or MCA subscription to purchase a reservation. The option is useful for enterprises that want a centralized team to purchase reservations.
3230

33-
A reservation discount only applies to resources associated with subscriptions purchased through Enterprise, Cloud Solution Provider (CSP), Microsoft Customer Agreement and individual plans with pay-as-you-go rates.
31+
A reservation discount only applies to resources associated with subscriptions purchased through Enterprise, Cloud Solution Provider (CSP), Microsoft Customer Agreement, and individual plans with pay-as-you-go rates.
3432

3533
## Scope reservations
3634

@@ -72,6 +70,8 @@ Resources that run in a subscription with other offer types don't receive the re
7270

7371
## Purchase reservations
7472

73+
When you by a reservation, the current UTC date and time is used to record the transaction.
74+
7575
You can purchase reservations from Azure portal, APIs, PowerShell, CLI. Read the following articles that apply to you when you're ready to make a reservation purchase:
7676

7777
- [App Service](prepay-app-service.md)
@@ -108,7 +108,7 @@ You can pay for reservations with monthly payments. Unlike an up-front purchase
108108

109109
If reservation is purchased using Microsoft customer agreement (MCA), your monthly payment amount might vary, depending on the current month's market exchange rate for your local currency.
110110

111-
Monthly payments aren't available for: Databricks, Synapse Analytics - Prepurchase, SUSE Linux reservations, Red Hat Plans and Azure Red Hat OpenShift Licenses.
111+
Monthly payments aren't available for: Databricks, Synapse Analytics - Prepurchase, SUSE Linux reservations, Red Hat Plans, and Azure Red Hat OpenShift Licenses.
112112

113113
### View payments made
114114

@@ -122,9 +122,9 @@ Cost analysis shows monthly purchases in the default view. Apply the **purchase*
122122

123123
Like other reservations, you can refund or exchange reservations purchased with monthly billing.
124124

125-
When you exchange a reservation that's paid for monthly, the total lifetime cost of the new purchase should be greater than the leftover payments that are canceled for the returned reservation. There are no other limits or fees for exchanges. You can exchange a reservation that's paid for up front to purchase a new reservation that's billed monthly. However, the lifetime value of the new reservation should be greater than the prorated value of the reservation being returned.
125+
When you exchange a reservation with monthly payments, the total cost of the new reservation must be higher than the remaining payments of the returned reservation. There are no other limits or fees for exchanges. You can exchange a reservation that gets paid for up front to purchase a new reservation that gets billed monthly. However, the lifetime value of the new reservation should be greater than the prorated value of the reservation being returned.
126126

127-
If you cancel a reservation that's paid for monthly, canceled future payments accrue towards the $50,000 USD refund limit.
127+
If you cancel a reservation that gets paid for monthly, canceled future payments accrue towards the $50,000 USD refund limit.
128128

129129
For more information about exchange and refunds, see [Self-service exchanges and refunds for Azure Reservations](exchange-and-refund-azure-reservations.md).
130130

0 commit comments

Comments
 (0)