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/costs/cost-analysis-common-uses.md
+54-4Lines changed: 54 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Common cost analysis uses in Azure Cost Management
3
3
description: This article explains how you can get results for common cost analysis tasks in Azure Cost Management.
4
4
author: bandersmsft
5
5
ms.author: banders
6
-
ms.date: 02/21/2020
6
+
ms.date: 03/31/2020
7
7
ms.topic: conceptual
8
8
ms.service: cost-management-billing
9
9
ms.reviewer: adwise
@@ -46,13 +46,63 @@ Dimensions allow you to organize your costs based on various metadata values sho
46
46
47
47
## View costs per day or by month
48
48
49
-
Looking at daily and monthly costs can help you to better understand if there’s a time of the week or year where your costs are higher. If you have more customer traffic in a holiday period, does that lead to a corresponding increase in your Azure costs? Is Friday a more costly day than Monday?
49
+
Looking at daily and monthly costs can help you to better understand if there's a time of the week or year where your costs are higher. If you have more customer traffic in a holiday period, does that lead to a corresponding increase in your Azure costs? Is Friday a more costly day than Monday?
50
50
51
51
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
52
52
1. Set the **Granularity** to **Monthly** or **Daily**.
53
53
54
54

55
55
56
+
## View your reservation charges
57
+
58
+
Reserved instances provide a way for you to save money with Azure. With reservations, you spend money up front for a given number of resources over time. Cost analysis shows the charges as they appear on your bill. The charges are shown as actual costs or amortized over the course of your reservation period.
59
+
60
+
1. In the Azure portal, navigate to cost analysis for your scope. For example, **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
61
+
1. Add a filter for **Pricing Model: Reservation**.
62
+
1. Under **Scope** and next to the cost shown, click the down arrow symbol, select either **Actual cost** or **Amortized cost** metric.
63
+
64
+

65
+
66
+
Each metric affects how data is shown for your reservation charges.
67
+
68
+
**Actual cost** - Shows the purchase as it appears on your bill. For example, if you bought a one-year reservation for $1200 in January, cost analysis shows a $1200 cost in the month of January for the reservation. It doesn't show a reservation cost for other months of the year. If you group your actual costs by VM, then a VM that received the reservation benefit for a given month would have zero cost for the month.
69
+
70
+
**Amortized cost** - Shows a reservation purchase split as an amortized cost over the duration of the reservation term. Using the same example above, cost analysis shows a $100 cost for each month throughout the year, if you purchased a one-year reservation for $1200 in January. If you group costs by VM in this example, you'd see cost attributed to each VM that received the reservation benefit.
71
+
72
+
## View your Spot VM charges
73
+
74
+
Spot VMs can provide large cost savings for workloads that can handle interruptions. Workloads are run on unused Azure capacity. Since they can be evicted at any time, Spot VMs get a significant discount. Use the following steps to view your Spot VM charges.
75
+
76
+
1. In the Azure portal, navigate to cost analysis for your scope. For example, **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
77
+
2. Add a filter for **Pricing Model: Spot**.
78
+
79
+

80
+
81
+
The Pricing Model dimension is also used to view on demand and reservation charges.
82
+
83
+
## View your reservation utilization
84
+
85
+
After you buy a reservation, it's important to track its utilization so that you get what you paid for. For example, if you bought 10 VMs for a year and only use five of them, then essentially half of the purchase is wasted. There are two different ways to assess your utilization:
86
+
87
+
### View unused RI costs in cost analysis
88
+
89
+
To identify how much cost is currently being wasted each month for your reservation purchase, follow the steps below.
90
+
91
+
1. In the Azure portal, navigate to cost analysis for the scope where your reservation is applied. For example, **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
92
+
1. Add a filter for **Pricing Model: Reservation**.
93
+
1. Select the **Amortized Cost** view.
94
+
1. Set the granularity to **Monthly**.
95
+
1. Set the time period to the current year or your reservation term.
96
+
1. Set the chart type to **Column (stacked)**.
97
+
1. Group charges by **Charge Type**.
98
+
1. Review the results for `unusedreservation` values.
For detailed instructions, see [Optimize reservation use](../reservations/manage-reserved-vm-instance.md#optimize-reservation-use).
105
+
56
106
## View costs for a specific tag
57
107
58
108
Many Azure users apply tags to their resources such as a cost center or development environment (production and test) to better categorize charges. Tags appear as a dimension in cost analysis. You can use the dimension to gain insights into your custom tagging categorizations.
@@ -84,12 +134,12 @@ Costs are only shown for your active enrollment. If you transferred an enrollmen
84
134
1. In the Azure portal, navigate to **Cost Management + Billing** > **Overview**.
85
135
1. Click **Breakdown** for the current month and view your monetary commitment burn down.
1. Click the **Usage and Charges** tab and view the prior month’s breakdown in the chosen timespan.
137
+
1. Click the **Usage and Charges** tab and view the prior month's breakdown in the chosen timespan.
88
138

89
139
90
140
## View enrollment monthly cost by term
91
141
92
-
Use a graphical view of your enrollment’s monthly costs to understand the cost trends and invoiced amounts for a given period.
142
+
Use a graphical view of your enrollment's monthly costs to understand the cost trends and invoiced amounts for a given period.
93
143
94
144
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
95
145
1. Select your enrollment and set the enrollment term.
Your Azure bill aggregates charges for the month on a per-_meter_ basis. Meters are used to track a resource's usage over time and are used to calculate your bill. When you create a single Azure resource, like a virtual machine, it has one or more-meter instances are created.
185
+
Your Azure bill aggregates charges for the month on a per-_meter_ basis. Meters are used to track a resource's usage over time and are used to calculate your bill. When you create a single Azure resource, like a virtual machine, one or more-meter instances are created for the resource.
186
186
187
187
Filter the usage CSV file based on the _MeterName_ as shown on the bill that you want to analyze to see all line items that apply to the meter. The _InstanceID_ for the line item corresponds to the actual Azure resource that generated the charge.
0 commit comments