Skip to content

Commit 0fedbd6

Browse files
authored
Merge pull request #92025 from bandersmsft/master
cost mgt - new common use article
2 parents 7eb14c4 + 83f44db commit 0fedbd6

14 files changed

+114
-0
lines changed
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
---
2+
title: Common cost analysis uses in Azure Cost Management
3+
description: This article explains how you can get results for common cost analysis tasks in Azure Cost Management.
4+
services: cost-management
5+
keywords:
6+
author: bandersmsft
7+
ms.author: banders
8+
ms.date: 10/16/2019
9+
ms.topic: conceptual
10+
ms.service: cost-management
11+
manager: adwise
12+
ms.custom:
13+
---
14+
15+
# Common cost analysis uses
16+
17+
Azure Cost Management users often want answers to questions that many others ask. This article walks you through getting results for common cost analysis tasks in Cost Management.
18+
19+
## View cost breakdown by Azure service
20+
21+
Viewing costs by an Azure service can help you to better understand the parts of your infrastructure that cost the most. For example, VM compute costs might be small. Yet you might accrue significant networking costs because of the amount of information emitting from the VMs. Understanding the primary cost drivers of your Azure services is essential so that you can adjust service usage, as needed.
22+
23+
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
24+
1. Select **Cost by service** and then group by **Service tier**.
25+
1. Change the view to **Table**.
26+
27+
![Cost breakdown by Azure service](./media/cost-analysis-common-uses/breakdown-by-service.png)
28+
29+
## View cost breakdown by Azure resource
30+
31+
Your services are built with Azure resources. Reviewing costs based on resources can help you quickly identify your primary cost contributors. If a service has resources that are too expensive, consider making changes to reduce your costs.
32+
33+
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
34+
1. Select **Cost by resource**.
35+
1. Change the view to **Table**.
36+
37+
![View cost breakdown by Azure resource](./media/cost-analysis-common-uses/cost-by-resource.png)
38+
39+
## View cost breakdown by selected dimensions
40+
41+
Dimensions allow you to organize your costs based on various metadata values shown in your charges. For example, you could group your costs by location.
42+
43+
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
44+
1. Select the **Group by** filter.
45+
![Select a Group by item](./media/cost-analysis-common-uses/group-by.png)
46+
1. Optionally, you save the view for later use.
47+
1. Click a pie chart below the graph to view more detailed data.
48+
![View cost breakdown by selected dimensions](./media/cost-analysis-common-uses/drill-down.png)
49+
50+
## View costs per day or by month
51+
52+
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?
53+
54+
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
55+
1. Set the **Granularity** to **Monthly** or **Daily**.
56+
57+
![View costs per day](./media/cost-analysis-common-uses/daily-granularity.png)
58+
59+
## View costs for a specific tag
60+
61+
Many Azure users apply tags to their resources such as a cost center or
62+
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.
63+
64+
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
65+
1. Select **Group by** for your tag.
66+
67+
![View costs for a specific tag](./media/cost-analysis-common-uses/tag.png)
68+
69+
## Download your usage details
70+
71+
Your usage details report file, in CSV format, provides a breakdown of all the charges that accrued towards an invoice. You can use the report to compare it to, and better understand, your invoice. Each billed charge on your invoice corresponds to broken-down charges in the usage report.
72+
73+
1. In the Azure portal, navigate to the **Usage and Charges** tab for a billing account or subscription. For example: **Cost Management + Billing** > **Billing** > **Usage + charges**.
74+
1. Select the line item to download from and then click the download symbol.
75+
![Download usage and charges](./media/cost-analysis-common-uses/download1.png)
76+
1. Select the usage file to download.
77+
![Choose a usage file to download](./media/cost-analysis-common-uses/download2.png)
78+
79+
## View monthly EA cost breakdown
80+
81+
Your EA enrollment accrues costs for your entire organization. Understanding how costs accrue and are invoiced over time helps you to engage the appropriate stakeholders to ensure that costs are managed responsibly.
82+
83+
1. In the Azure portal, navigate to **Cost Management + Billing** > **Overview**.
84+
1. Click **Breakdown** for the current month and view your monetary commitment burn down.
85+
![EA costs overview - breakdown summary](./media/cost-analysis-common-uses/breakdown1.png)
86+
1. Click the **Usage and Charges** tab and view the prior month’s breakdown in the chosen timespan.
87+
![Usage and charges tab](./media/cost-analysis-common-uses/breakdown2.png)
88+
89+
## View enrollment monthly cost by term
90+
91+
Use a graphical view of your enrollment’s monthly costs to understand the cost trends and invoiced amounts for a given period.
92+
93+
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
94+
1. Select your enrollment and set the enrollment term.
95+
1. Set the granularity to monthly and then set the view to **Column (stacked)**.
96+
97+
You can group by and filter your data for a more detailed analysis.
98+
99+
![Monthly enrollment cost by term](./media/cost-analysis-common-uses/enrollment-term1.png)
100+
101+
## View EA enrollment accumulated costs
102+
103+
View the net accumulated charges over time to understand overall expenditures for your organization for a given period.
104+
105+
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
106+
1. Select your enrollment and then view your current accumulated costs.
107+
108+
![Enrollment accumulated costs](./media/cost-analysis-common-uses/cost-analysis-enrollment.png)
109+
110+
## Next steps
111+
- If you haven't already completed the first quickstart for Cost Management, read it at [Start analyzing costs](quick-acm-cost-analysis.md).
112+
- Read the [Cost Management documentation](index.yml).
279 KB
Loading
132 KB
Loading
172 KB
Loading
369 KB
Loading
131 KB
Loading
105 KB
Loading
285 KB
Loading
55 KB
Loading
188 KB
Loading

0 commit comments

Comments
 (0)