You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cost-management-billing/savings-plan/buy-savings-plan.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,10 @@ ms.author: onwokolo
15
15
16
16
Azure savings plans help you save money by committing to an hourly spend for one-year or three-year plans for Azure compute resources.
17
17
18
-
You can pay for savings plans with monthly payments. Unlike an up front purchase, where you pay the full amount, the monthly payment option divides the total cost of the savings plan into 12 or 36 equal payments. The total cost of upfront and monthly savings plans is the same.
18
+
You can pay for savings plans with monthly payments. Unlike an upfront purchase, where you pay the full amount, the monthly payment option divides the total cost of the savings plan into 12 or 36 equal payments. The total cost of upfront and monthly savings plans is the same.
19
19
20
20
If a savings plan is purchased by using a Microsoft Customer Agreement, your monthly payment amount might vary, depending on the current month's market exchange rate for your local currency.
21
+
21
22
Before you enter a commitment to buy a savings plan, review the following sections to prepare for your purchase.
22
23
23
24
@@ -44,7 +45,7 @@ After you buy a savings plan, you can [change the savings plan scope](manage-sav
44
45
-**Hourly commitment**: Amount available through the plan each hour. In the Azure portal, up to 10 recommendations might appear. Recommendations are scope-specific. Azure doesn't currently provide recommendations for management groups. Each recommendation includes:
45
46
- An hourly commitment.
46
47
- The potential savings percentage compared to on-demand costs for the commitment.
47
-
- The percentage of the selected scopes compute usage that is covered by the new savings plan. It includes the commitment amount plus any other previously purchased savings plan or reservation.
48
+
- The percentage of the selected scope's compute usage that is covered by the new savings plan. It includes the commitment amount plus any other previously purchased savings plan or reservation.
48
49
-**Billing frequency**: **All upfront** or **Monthly**. The total cost of the savings plan is the same regardless of the selected frequency.
49
50
-**Auto-renew**: **On** or **Off**. The savings plan will automatically renew at the end of its term if it is **On**. By default, this option is set to **Off**.
50
51
@@ -69,10 +70,10 @@ The `billingScopeId` property in the request body must use the `/providers/Micro
69
70
70
71
71
72
## View savings plan purchases and payments
72
-
To learn more about viewing savings plan purchases and payments, visit [view savings plan purchases](view-transactions.md#view-savings-plan-purchases-in-the-azure-portal) and [view savings plan purchases](view-transactions.md#view-payments-made), respectively.
73
+
To learn more about viewing savings plan purchases and payments, visit [View savings plan purchases](view-transactions.md#view-savings-plan-purchases-in-the-azure-portal) and [View payments made](view-transactions.md#view-payments-made), respectively.
73
74
74
-
## Cancellations, exchanges and trade-ins
75
-
Unlike reservations, you can't cancel or exchange savings plans. You can trade-in select compute reservations for a savings plan. To learn more, visit [reservation trade-in](reservation-trade-in.md).
75
+
## Cancellations, exchanges, and trade-ins
76
+
Unlike reservations, you can't cancel or exchange savings plans. You can tradein select compute reservations for a savings plan. To learn more, visit [Reservation trade-in](reservation-trade-in.md).
8. To the right of **UnitPrice**, insert add a column and label it with a title like **TotalUsedSavings**.
58
-
9. In the first cell under **TotalUsedSavings**, create a formula that calculates (_UnitPrice – EffectivePrice) \* Quantity_.
57
+
8. To the right of **UnitPrice**, insert a column and label it with a title like **TotalUsedSavings**.
58
+
9. In the first cell under **TotalUsedSavings**, create a formula that calculates _(UnitPrice – EffectivePrice) \* Quantity_.
59
59
:::image type="content" source="./media/calculate-ea-savings-plan-savings/total-used-savings-formula.png" alt-text="Screenshot showing the TotalUsedSavings formula." lightbox="./media/calculate-ea-savings-plan-savings/total-used-savings-formula.png" :::
60
60
10. Copy the formula to all the other empty **TotalUsedSavings** cells.
61
61
11. At the bottom of the **TotalUsedSavings** column, sum the column's values.
@@ -66,12 +66,12 @@ Because Azure usage files are in CSV format, you need to prepare the data for us
66
66
14. To the right of the **TotalUsedSavings** column, insert a column and label it with a title like **TotalUnused**.
67
67
15. In the first cell under **TotalUnused**, create a formula that calculates _EffectivePrice \* Quantity_.
68
68
:::image type="content" source="./media/calculate-ea-savings-plan-savings/total-unused-formula.png" alt-text="Screenshot showing the TotalUnused formula." lightbox="./media/calculate-ea-savings-plan-savings/total-unused-formula.png" :::
69
-
16. At the bottom of the TotalUnused column, sum the column's values.
70
-
17. Somewhere under your data, create a cell named _TotalUnusedValue_. Next to it, copy the TotalUnused cell and paste it as **Values**.
71
-
18. Under the TotalUsedSavingsValue and TotalUnusedValue cells, create a cell named _SavingsPlanSavings_. Next to it, subtract TotalUnusedValue from TotalUsedSavingsValue. The calculation result is your savings plan savings.
69
+
16. At the bottom of the **TotalUnused** column, sum the column's values.
70
+
17. Somewhere under your data, create a cell named _TotalUnusedValue_. Next to it, copy the **TotalUnused** cell and paste it as **Values**.
71
+
18. Under the **TotalUsedSavingsValue** and **TotalUnusedValue** cells, create a cell named _SavingsPlanSavings_. Next to it, subtract **TotalUnusedValue** from **TotalUsedSavingsValue**. The calculation result is your savings plan savings.
72
72
:::image type="content" source="./media/calculate-ea-savings-plan-savings/savings-plan-savings.png" alt-text="Screenshot showing the SavingsPlanSavings calculation and final savings." lightbox="./media/calculate-ea-savings-plan-savings/savings-plan-savings.png" :::
73
73
74
-
If you see a negative savings value, then you're likely to have unused savings plans. You should review your savings plan usage. For more information, see [View savings plan utilization after purchase](view-utilization.md).
74
+
If you see a negative savings value, then you're likely to have unused savings plans. You should review your savings plan usage. For more information, see [View savings plan utilization after purchase](view-utilization.md).
Copy file name to clipboardExpand all lines: articles/cost-management-billing/savings-plan/cancel-savings-plan.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Azure saving plan cancellation policies
3
3
titleSuffix: Microsoft Cost Management
4
-
description: Learn about Azure saving plan cancellation policies.
4
+
description: Learn about Azure saving plan cancellation policies.
5
5
author: nwokolo
6
6
ms.author: onwokolo
7
7
ms.reviewer: onwokolo
@@ -17,9 +17,9 @@ All savings plan purchases are final. After you buy a savings plan, you can't ca
17
17
18
18
## Saving plans and reservations
19
19
20
-
While you cannot cancel or exchange a savings plan, you can trade in select Azure reservations for a new savings plan. For more information about reservation tradeins, see [Self-service trade-in for Azure savings plans](reservation-trade-in.md).
20
+
While you cannot cancel or exchange a savings plan, you can trade in select Azure reservations for a new savings plan. For more information about reservation trade-ins, see [Self-service trade-in for Azure savings plans](reservation-trade-in.md).
21
21
22
22
## Related content
23
23
24
-
- Learn more about savings plan at [What are Azure savings plans for compute?](savings-plan-compute-overview.md)
24
+
- Learn more about savings plans at [What are Azure savings plans for compute?](savings-plan-compute-overview.md)
25
25
- Learn about [Self-service trade-in for Azure savings plans](reservation-trade-in.md).
Copy file name to clipboardExpand all lines: articles/cost-management-billing/savings-plan/charge-back-costs.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,6 @@ Users with an individual subscription can get the amortized cost data from their
28
28
7. Set the chart type to **Table**.
29
29
8. Set the **Group by** option to **Resource**.
30
30
31
-
32
31
## Get the data for show back and charge back
33
32
34
33
1. Sign in to the [Azure portal](https://portal.azure.com/).
@@ -37,18 +36,18 @@ Users with an individual subscription can get the amortized cost data from their
37
36
4. Select **Add**.
38
37
5. Select **Amortized cost** as the metric and set up your export.
39
38
40
-
The *EffectivePrice* for the usage that gets savings plan discount is the prorated cost of the savings plan, instead of being zero. It helps you know the monetary value of savings plan consumption by a subscription, resource group or a resource. It can help you charge back for the savings plan utilization internally. The dataset also has unused savings plan benefits.
39
+
The _EffectivePrice_ for the usage that gets savings plan discount is the prorated cost of the savings plan, instead of being zero. This helps you know the monetary value of savings plan consumption by a subscription, resource group or a resource. It can help you charge back for the savings plan utilization internally. The dataset also has unused savings plan benefits.
41
40
42
41
## Get Azure consumption and savings plan usage data using API
43
42
44
-
You can get the data using the API or download it from Azure portal.
43
+
You can get the data using the API or download it from the Azure portal.
45
44
46
45
You call the [Usage Details API](/rest/api/consumption/usagedetails/list) to get the new data. For more information about terminology, see [Usage terms](../understand/understand-usage.md).
@@ -59,18 +58,18 @@ Information in the following table about metric and filter can help solve common
59
58
| Type of API data | API call action |
60
59
| --- | --- |
61
60
|**All Charges (usage and purchases)**| Request for an ActualCost report. |
62
-
|**Usage that got savings plan discount**| Request for an ActualCost report. <br><br> Once you've ingested all of the usage, look for records with ChargeType = 'Usage' and PricingModel = 'SavingsPlan'. |
63
-
|**Usage that didn't get savings plan discount**| Request for an ActualCost report.<br><br> Once you've ingested all of the usage, filter for usage records with PricingModel = 'OnDemand'. |
61
+
|**Usage that got savings plan discount**| Request for an ActualCost report. <br><br> Once you've ingested all of the usage, look for records with ChargeType = 'Usage' and PricingModel = 'SavingsPlan'. |
62
+
|**Usage that didn't get savings plan discount**| Request for an ActualCost report.<br><br> Once you've ingested all of the usage, filter for usage records with PricingModel = 'OnDemand'. |
64
63
|**Amortized charges (usage and purchases)**| Request for an AmortizedCost report. |
65
-
|**Unused savings plan report**| Request for an AmortizedCost report.<br><br> Once you've ingested all of the usage, filter for usage records with ChargeType = 'UnusedSavingsPlan' and PricingModel ='SavingsPlan'. |
66
-
|**Savings plan purchases**| Request for an AmortizedCost report.<br><br> Once you've ingested all of the usage, filter for usage records with ChargeType = 'Purchase' and PricingModel = 'SavingsPlan'. |
67
-
|**Refunds**| Request for an AmortizedCost report.<br><br> Once you've ingested all of the usage, filter for usage records with ChargeType = 'Refund'. |
64
+
|**Unused savings plan report**| Request for an AmortizedCost report.<br><br> Once you've ingested all of the usage, filter for usage records with ChargeType = 'UnusedSavingsPlan' and PricingModel ='SavingsPlan'. |
65
+
|**Savings plan purchases**| Request for an AmortizedCost report.<br><br> Once you've ingested all of the usage, filter for usage records with ChargeType = 'Purchase' and PricingModel = 'SavingsPlan'. |
66
+
|**Refunds**| Request for an AmortizedCost report.<br><br> Once you've ingested all of the usage, filter for usage records with ChargeType = 'Refund'. |
68
67
69
68
## Download the usage CSV file with new data
70
69
71
70
If you're an EA admin, you can download the CSV file that contains new usage data from Azure portal.
72
71
73
-
In the Azure portal, navigate to [Cost management + billing](https://portal.azure.com/#blade/Microsoft_Azure_Billing/ModernBillingMenuBlade/BillingAccounts).
72
+
In the Azure portal, navigate to [Cost Management + Billing](https://portal.azure.com/#blade/Microsoft_Azure_Billing/ModernBillingMenuBlade/BillingAccounts).
74
73
75
74
1. Select the scope.
76
75
1. For EA, your scope is the enrollment.
@@ -83,11 +82,10 @@ The CSV files that you download contain actual costs and amortized costs.
83
82
84
83
## Need help? Contact us.
85
84
86
-
If you have Azure savings plan for compute questions, contact your account team, or [create a support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest). Temporarily, Microsoft will only provide Azure savings plan for compute expert support requests in English.
85
+
If you have Azure savings plan for compute questions, contact your account team, or [create a support request](https://portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/newsupportrequest). Temporarily, Microsoft will only provide Azure savings plan for compute expert support requests in English.
87
86
88
87
## Next steps
89
88
90
89
To learn more about Azure savings plan usage data, see the following articles:
91
90
92
91
-[View Azure savings plan cost and usage details](utilization-cost-reports.md)
Copy file name to clipboardExpand all lines: articles/cost-management-billing/savings-plan/choose-commitment-amount.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.author: onwokolo
13
13
14
14
# Choose an Azure saving plan commitment amount
15
15
16
-
Savings plan purchase recommendations are calculated by analyzing your hourly pay-as-you-go usage and cost data. Recommendations are generated for the selected savings plan term (1- or 3-years), [benefit scope](scope-savings-plan.md) (shared, subscriptionand look back period (7-, 30-, or 60-days). Azure calculates your potential savings by simulating the total costs you would have under a savings plan. It examines each combination of term, benefit scope, and look back period. It then compares these simulated costs with the actual pay-as-you-go costs you incurred. The commitment amount that returns the greatest savings for each term, benefit scope and look back period combination is highlighted. To learn more about how recommendations are generated, see [How savings plan recommendations are generated](purchase-recommendations.md#how-savings-plan-recommendations-are-generated).
16
+
Savings plan purchase recommendations are calculated by analyzing your hourly pay-as-you-go usage and cost data. Recommendations are generated for the selected savings plan term (1- or 3-years), [benefit scope](scope-savings-plan.md) (shared, subscription), and look back period (7-, 30-, or 60-days). Azure calculates your potential savings by simulating the total costs you would have under a savings plan. It examines each combination of term, benefit scope, and look back period. It then compares these simulated costs with the actual pay-as-you-go costs you incurred. The commitment amount that returns the greatest savings for each term, benefit scope, and look back period combination is highlighted. To learn more about how recommendations are generated, see [How savings plan recommendations are generated](purchase-recommendations.md#how-savings-plan-recommendations-are-generated).
17
17
18
18
Some compute products can benefit from both savings plans and reservations. If you buy either a savings plan or a reservation, allow at least 7 days for recommendation systems to update and reflect your purchase before considering the other option. Avoid purchasing both products at the same time to ensure recommendations are accurate and to maximize your savings.
19
19
@@ -25,7 +25,7 @@ Savings plan recommendations are available in [Azure Advisor](https://portal.azu
25
25
Recommendations for one and three-year savings plans in [Azure Advisor](https://portal.azure.com/#view/Microsoft_Azure_Expert/AdvisorMenuBlade/~/Cost) are currently only available for subscription scopes. These recommendations currently only have a 30-day look back period.
26
26
27
27
## Recommendations in Azure portal
28
-
Recommendations for one- and three-year savings plans in [Azure portal](https://portal.azure.com/) are available for shared, subscription, and resource group scopes. These recommendations currently only have a 30-day look back period.
28
+
Recommendations for one- and three-year savings plans in the [Azure portal](https://portal.azure.com/) are available for shared, subscription, and resource group scopes. These recommendations currently only have a 30-day look back period.
29
29
30
30
## Savings plan Recommendations API
31
31
One and three-year savings plan recommendations from the [Savings plan benefit recommendations API](/rest/api/cost-management/benefit-recommendations/list) are available for shared, subscription, and resource group scopes. These recommendations are available for 7-, 30-, and 60-day look back periods.
@@ -46,4 +46,4 @@ If you have Azure savings plan for compute questions, contact your account team,
0 commit comments