Skip to content

Commit aa1c64a

Browse files
committed
Fix spelling, grammar, and formatting issues in savings-plan documentation
1 parent c93b58f commit aa1c64a

21 files changed

Lines changed: 126 additions & 127 deletions

articles/cost-management-billing/savings-plan/buy-savings-plan.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ ms.author: onwokolo
1515

1616
Azure savings plans help you save money by committing to an hourly spend for one-year or three-year plans for Azure compute resources.
1717

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.
1919

2020
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+
2122
Before you enter a commitment to buy a savings plan, review the following sections to prepare for your purchase.
2223

2324

@@ -44,7 +45,7 @@ After you buy a savings plan, you can [change the savings plan scope](manage-sav
4445
- **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:
4546
- An hourly commitment.
4647
- 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.
4849
- **Billing frequency**: **All upfront** or **Monthly**. The total cost of the savings plan is the same regardless of the selected frequency.
4950
- **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**.
5051

@@ -69,10 +70,10 @@ The `billingScopeId` property in the request body must use the `/providers/Micro
6970

7071

7172
## 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.
7374

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 trade in select compute reservations for a savings plan. To learn more, visit [Reservation trade-in](reservation-trade-in.md).
7677

7778
## Need help?
7879

articles/cost-management-billing/savings-plan/calculate-ea-savings-plan-savings.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ Because Azure usage files are in CSV format, you need to prepare the data for us
5454
6. Find the **ChargeType** column and then to the right of the column name, select the sort and filter symbol (the down arrow).
5555
7. For the **ChargeType** column, set a filter on it to select only **Usage**. Clear any other selections.
5656
:::image type="content" source="./media/calculate-ea-savings-plan-savings/charge-type-selection-small.png" alt-text="Screenshot showing ChargeType selection." lightbox="./media/calculate-ea-savings-plan-savings/charge-type-selection.png" :::
57-
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_.
5959
:::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" :::
6060
10. Copy the formula to all the other empty **TotalUsedSavings** cells.
6161
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
6666
14. To the right of the **TotalUsedSavings** column, insert a column and label it with a title like **TotalUnused**.
6767
15. In the first cell under **TotalUnused**, create a formula that calculates _EffectivePrice \* Quantity_.
6868
:::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.
7272
:::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" :::
7373

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).
7575

7676
## Other ways to get data and see savings
7777

articles/cost-management-billing/savings-plan/cancel-savings-plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Azure saving plan cancellation policies
33
titleSuffix: Microsoft Cost Management
4-
description: Learn about Azure saving plan cancellation policies.
4+
description: Learn about Azure saving plan cancellation policies.
55
author: nwokolo
66
ms.author: onwokolo
77
ms.reviewer: onwokolo
@@ -17,9 +17,9 @@ All savings plan purchases are final. After you buy a savings plan, you can't ca
1717

1818
## Saving plans and reservations
1919

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).
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).
2121

2222
## Related content
2323

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)
2525
- Learn about [Self-service trade-in for Azure savings plans](reservation-trade-in.md).

articles/cost-management-billing/savings-plan/charge-back-costs.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Users with an individual subscription can get the amortized cost data from their
2828
7. Set the chart type to **Table**.
2929
8. Set the **Group by** option to **Resource**.
3030

31-
3231
## Get the data for show back and charge back
3332

3433
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
3736
4. Select **Add**.
3837
5. Select **Amortized cost** as the metric and set up your export.
3938

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.
4140

4241
## Get Azure consumption and savings plan usage data using API
4342

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.
4544

4645
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).
4746

4847
Here's an example call to the Usage Details API:
4948

5049
```http
51-
https://management.azure.com/providers/Microsoft.Billing/billingAccounts/{enrollmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodId}/providers/Microsoft.Consumption/usagedetails?metric={metric}&api-version=2019-05-01&$filter={filter}
50+
https://management.azure.com/providers/Microsoft.Billing/billingAccounts/{enrollmentId}/providers/Microsoft.Billing/billingPeriods/{billingPeriodId}/providers/Microsoft.Consumption/usagedetails?metric={metric}&api-version=2019-05-01&$filter={filter}
5251
5352
```
5453

@@ -59,18 +58,18 @@ Information in the following table about metric and filter can help solve common
5958
| Type of API data | API call action |
6059
| --- | --- |
6160
| **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'. |
6463
| **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'. |
6867

6968
## Download the usage CSV file with new data
7069

7170
If you're an EA admin, you can download the CSV file that contains new usage data from Azure portal.
7271

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).
7473

7574
1. Select the scope.
7675
1. For EA, your scope is the enrollment.
@@ -83,11 +82,10 @@ The CSV files that you download contain actual costs and amortized costs.
8382

8483
## Need help? Contact us.
8584

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.
8786

8887
## Next steps
8988

9089
To learn more about Azure savings plan usage data, see the following articles:
9190

9291
- [View Azure savings plan cost and usage details](utilization-cost-reports.md)
93-

articles/cost-management-billing/savings-plan/choose-commitment-amount.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.author: onwokolo
1313

1414
# Choose an Azure saving plan commitment amount
1515

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).
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).
1717

1818
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.
1919

@@ -25,7 +25,7 @@ Savings plan recommendations are available in [Azure Advisor](https://portal.azu
2525
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.
2626

2727
## 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.
2929

3030
## Savings plan Recommendations API
3131
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,
4646

4747
- [Manage Azure savings plans](manage-savings-plan.md)
4848
- [View Azure savings plan cost and usage details](utilization-cost-reports.md)
49-
- [Software costs not included in saving plan](software-costs-not-included.md)
49+
- [Software costs not included in savings plans](software-costs-not-included.md)

articles/cost-management-billing/savings-plan/decide-between-savings-plan-reservation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Opt for savings plans when your workloads are dynamic or evolving, particularly
2929

3030
## Related content
3131

32-
For general information about savings plans, see [What is Azure savings plans for compute?](savings-plan-compute-overview.md).
32+
For general information about savings plans, see [What are Azure savings plans for compute?](savings-plan-compute-overview.md).

0 commit comments

Comments
 (0)