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/choose-commitment-amount.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,26 @@ Note the following points:
36
36
37
37
Savings plan purchases are calculated by the recommendations engine for the selected term and scope, based on last 30 days of usage. Recommendations are provided through [Azure Advisor](https://portal.azure.com/#view/Microsoft_Azure_Expert/AdvisorMenuBlade/~/Cost), the savings plan purchase experience in [Azure portal](https://portal.azure.com/), and through the [savings plan benefit recommendations API](/rest/api/cost-management/benefit-recommendations/list).
38
38
39
+
## Savings plan purchase recommendations for customers using Management groups
40
+
Currently Azure portal doesn't provide Savings plan recommendations for Management groups, but customers can calculate their own per-hour commitment for Management groups by using the following steps until Azure portal provides Management group-level recommendations.
41
+
1. Download Usage Detail report from EA portal or Azure portal to get the accurate usage and cost.
42
+
- From EA portal - By logging into ea.azure.com, navigating to Reports section, and downloading Usage Details report for the current month and the past 2 months.
43
+
- From Azure portal - By logging into Azure portal and searching for cost management and billing. Under Billing, click on Usage + charges and click on download against the month to download current and past 2 months.
44
+
1. Open the downloaded file in Excel. If the file size is huge open it in Power BI.
1. Filter Meter Category = "Virtual Machines", "App Service", "Functions", "Container Instance" - As the SP is applied on only these services.
48
+
1. Filter ProductOrderName = Blank
49
+
1. Filter Quantity >= 23 to consider only items which ran 24 hours as SP is per hour commitment, and we have the granularity of per day and not per hour. This will avoid any sparse compute.
50
+
1. Filter Months for current and previous 2 months.
51
+
1. If you are doing this in Power BI export the data to .csv file and copy into Excel.
52
+
1. Now copy the subscription names that belong to the management group on which you want to apply Savings plan on in Excel sheet.
53
+
1. Do a Vlookup against the internal subscriptions against the filter data.
54
+
1. Divide calculated cost with 24 hours to get per hour cost.
55
+
1. Create pivot to group the data by subscription by month and day, and copy this pivot data into new sheet.
56
+
1. Multiply per hour cost with .4. Reason for this is you will get a discount on the usage. For example, you have committed 100 rupees you will be charged based on 1 or 3 year Savings plan discount applicable for SKU hence your cost per hour will be less than 100 hours and hence you will be needing more cost of compute to get the value of 100. 40% is the safe limit.
57
+
1. Now see the range of cost per hour per day and per month to get view of the sage commitment you can make.
58
+
39
59
## Need help? Contact us
40
60
41
61
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.
@@ -44,4 +64,4 @@ If you have Azure savings plan for compute questions, contact your account team,
0 commit comments