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
+50-2Lines changed: 50 additions & 2 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: 04/10/2020
6
+
ms.date: 05/27/2020
7
7
ms.topic: conceptual
8
8
ms.service: cost-management-billing
9
9
ms.reviewer: adwise
@@ -13,6 +13,55 @@ ms.reviewer: adwise
13
13
14
14
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.
15
15
16
+
## View forecasted costs
17
+
18
+
Forecasted costs are shown in cost analysis areas for area and stacked column views. The forecast is based on your historical resource use. Changes to your resource use affect forecasted costs.
19
+
20
+
In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
21
+
22
+
In the default view, the top chart has the Actual/Amortized cost and forecasted cost sections. The solid color of the chart shows your Actual/Amortized cost. The shaded color shows the forecast cost.
The default view doesn't show forecasted costs group by a service, so you have to add a group by selection.
29
+
30
+
In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
31
+
32
+
Select **Group by** > **Service name**.
33
+
34
+
The view shows your costs grouped for each service. The forecasted cost isn't calculated for each service. It's projected for the **Total** of all your services.
You can view forecasted costs narrowed to a single service. For example, you might want to see forecasted costs for just virtual machines.
41
+
42
+
1. In the Azure portal, navigate to cost analysis for your scope. For example: **Cost Management + Billing** > **Cost Management** > **Cost analysis**.
43
+
1. Select **Add filter** and then select **Service name**.
44
+
1. In the **choose** list, select a service. For example select, **virtual machines**.
45
+
46
+
Review the actual cost for selection and the forecasted cost.
47
+
48
+
You can add more customizations to the view.
49
+
50
+
1. Add a second filter for **Meter** and select a value to filter for an individual type of meter under your selected service name.
51
+
1. Group by **Resource** to see the specific resources that are accruing cost. The forecasted cost isn't calculated for each service. It's projected for the **Total** of all your resources.
52
+
53
+
[](./media/cost-analysis-common-uses/forecast-by-service.png#lightbox)
54
+
55
+
## View your Azure and AWS costs together
56
+
57
+
To view Azure and AWS costs together, you use management group scopes in Azure.
58
+
59
+
1. Create a management group or select an existing one.
60
+
1. Assign the existing Azure subscriptions that you need to the management group.
61
+
1. Assign the *same* management group to the linked account of the connector.
62
+
1. Go to cost analysis and select **Accumulated costs**.
63
+
1. Select **Group by** - **Provider**.
64
+
16
65
## View cost breakdown by Azure service
17
66
18
67
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.
@@ -33,7 +82,6 @@ Viewing invoice details, you can identify the service that has unexpected costs
33
82
34
83
[](./media/cost-analysis-common-uses/virtual-machines.png#lightbox)
35
84
36
-
37
85
## View cost breakdown by Azure resource
38
86
39
87
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.
description: This tutorial helps plan and account for the costs of Azure services that you consume.
4
4
author: bandersmsft
5
5
ms.author: banders
6
-
ms.date: 04/22/2020
6
+
ms.date: 05/27/2020
7
7
ms.topic: conceptual
8
8
ms.service: cost-management-billing
9
9
ms.reviewer: adwise
@@ -110,6 +110,15 @@ After you create a budget, it is shown in cost analysis. Viewing your budget aga
110
110
111
111
In the preceding example, you created a budget for a subscription. You can also create a budget for a resource group. If you want to create a budget for a resource group, navigate to **Cost Management + Billing**>**Subscriptions**> select a subscription > **Resource groups** > select a resource group > **Budgets** > and then **Add** a budget.
112
112
113
+
### Create a budget for combined Azure and AWS costs
114
+
115
+
You can group your Azure and AWS costs together by assigning a management group to your connector along with it's consolidated and linked accounts. Assign your Azure subscriptions to the same management group. Then create a budget for the combined costs.
116
+
117
+
1. In Cost Management, select **Budgets**.
118
+
1. Select **Add**.
119
+
1. Select **Change scope** and then select the management group.
120
+
1. Continue creating the budget until complete.
121
+
113
122
## Costs in budget evaluations
114
123
115
124
Budget cost evaluations now include reserved instance and purchase data. If the charges apply to you, then you might receive alerts as charges are incorporated into your evaluations. We recommend that you sign in to the [Azure portal](https://portal.azure.com) to verify that budget thresholds are properly configured to account for the new costs. Your Azure billed charges aren't changed. Budgets now evaluate against a more complete set of your costs. If the charges don't apply to you, then your budget behavior remains unchanged.
@@ -121,7 +130,6 @@ If you want to filter the new costs so that budgets are evaluated against first
121
130
122
131
Budget cost evaluations are based on actual cost. They don't include amortization. For more information about filtering options available to you in budgets, see [Understanding grouping and filtering options](quick-acm-cost-analysis.md#understanding-grouping-and-filtering-options).
123
132
124
-
125
133
## Trigger an action group
126
134
127
135
When you create or edit a budget for a subscription or resource group scope, you can configure it to call an action group. The action group can perform various actions when your budget threshold is met. Action Groups are currently only supported for subscription and resource group scopes. For more information about Action Groups, see [Create and manage action groups in the Azure portal](../../azure-monitor/platform/action-groups.md). For more information about using budget-based automation with action groups, see [Manage costs with Azure budgets](../manage/cost-management-budget-scenario.md).
Copy file name to clipboardExpand all lines: articles/cost-management-billing/costs/tutorial-export-acm-data.md
+26-7Lines changed: 26 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Tutorial - Create and manage exported data from Azure Cost Management
3
3
description: This article shows you how you can create and manage exported Azure Cost Management data so that you can use it in external systems.
4
4
author: bandersmsft
5
5
ms.author: banders
6
-
ms.date: 03/24/2020
6
+
ms.date: 05/27/2020
7
7
ms.topic: tutorial
8
8
ms.service: cost-management-billing
9
9
ms.reviewer: adwise
@@ -44,17 +44,15 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
44
44
45
45
## Create a daily export
46
46
47
-
To create or view a data export or to schedule an export, open the desired scope in the Azure portal and select **Cost analysis** in the menu. For example, navigate to **Subscriptions**, select a subscription from the list, and then select **Cost analysis** in the menu. At the top of the Cost analysis page, select **Export** and then choose an export option. For example, select **Schedule export**.
47
+
To create or view a data export or to schedule an export, open the desired scope in the Azure portal and select **Cost analysis** in the menu. For example, navigate to **Subscriptions**, select a subscription from the list, and then select **Cost analysis** in the menu. At the top of the Cost analysis page, select **Settings** and then **Exports** and then choose an export option.
48
48
49
49
> [!NOTE]
50
50
> - Besides subscriptions, you can create exports on resource groups, accounts, departments, and enrollments. For more information about scopes, see [Understand and work with scopes](understand-work-scopes.md).
51
51
>- When you're signed in as a partner at the billing account scope or on a customer's tenant, you can export data to an Azure Storage account that's linked to your partner storage account. However, you must have an active subscription in your CSP tenant.
52
-
>
53
-
54
52
55
53
Select **Add**, type a name for the export, and then select the **Daily export of month-to-date costs** option. Select **Next**.
56
54
57
-

55
+
[](./media/tutorial-export-acm-data/basics_exports.png#lightbox)]
58
56
59
57
Specify the subscription for your Azure storage account, then select your storage account. Specify the storage container and the directory path that you'd like the export file to go to. Select **Next**.
60
58
@@ -78,11 +76,20 @@ There are two types of export options:
78
76
**Custom** – Allows you to schedule weekly and monthly exports with week-to-date and month-to-date options. *The initial export will run immediately.*
79
77
80
78
If you have a Pay-As-You-Go, MSDN, or Visual Studio subscription, your invoice billing period might not align to the calendar month. For those types of subscriptions and resource groups, you can create an export that's aligned to your invoice period or to calendar months. To create an export aligned to your invoice month, navigate to **Custom**, then select **Billing-period-to-date**. To create an export aligned to the calendar month, select **Month-to-date**.
If you have an Enterprise Agreement, then you can use a management group to aggregate subscription cost information in a single container. Then you can export cost management data for the management group.
85
+
86
+
Exports for management groups of other subscription types aren't supported.
87
+
88
+
1. Create a management group and assign subscriptions to it.
89
+
1. In Exports, select **Scope**.
90
+
1. Select **Select this management group**.
91
+
1. Create an export at the scope to get cost management data for the subscriptions in the management group.
92
+
86
93
## Verify that data is collected
87
94
88
95
You can easily verify that your Cost Management data is being collected and view the exported CSV file using Azure Storage Explorer.
@@ -99,6 +106,18 @@ The file opens with the program or application that's set to open CSV file exten
99
106
100
107

101
108
109
+
### Download an exported CSV data file
110
+
111
+
You can also download the exported CSV file in the Azure portal. The following steps explain how to find it from cost analysis.
112
+
113
+
1. In cost analysis, select **Settings**, and then select **Exports**.
114
+
1. In the list of exports, select the storage account for an export.
115
+
1. In your storage account, click **Containers**.
116
+
1. In list of containers, select the container.
117
+
1. Navigate through the directories and storage blobs to the date you want.
118
+
1. Select the CSV file and then select **Download**.
0 commit comments