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/analyze-cost-data-azure-cost-management-power-bi-template-app.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,33 @@
1
1
---
2
-
title: Analyze Azure costs with the Power BI template app
3
-
description: This article explains how to install and use the Azure Cost Management Power BI Template app.
2
+
title: Analyze Azure costs with the Power BI App
3
+
description: This article explains how to install and use the Azure Cost Management Power BI App.
4
4
keywords:
5
5
author: bandersmsft
6
6
ms.author: banders
7
-
ms.date: 01/30/2020
7
+
ms.date: 02/10/2020
8
8
ms.topic: conceptual
9
9
ms.service: cost-management-billing
10
10
ms.reviewer: benshy
11
11
---
12
12
13
-
# Analyze cost with the Azure Cost Management Power BI template app for Enterprise Agreements (EA)
13
+
# Analyze cost with the Azure Cost Management Power BI App for Enterprise Agreements (EA)
14
14
15
-
This article explains how to install and use the Azure Cost Management Power BI Template app. The app helps you analyze and manage your Azure costs in Power BI. You can use the app to monitor costs, usage trends, and identify cost optimization options to reduce your expenditures.
15
+
This article explains how to install and use the Azure Cost Management Power BI app. The app helps you analyze and manage your Azure costs in Power BI. You can use the app to monitor costs, usage trends, and identify cost optimization options to reduce your expenditures.
16
16
17
-
You download the template app into Power BI Desktop. You can use the app as-is, or you can modify it to extend the default filters, views, and visualizations to customize for your needs. Then, use it to join additional data to create customized reports to get holistic views of your overall business cost.
17
+
You download the app into Power BI Desktop. You can use the app as-is, or you can modify it to extend the default filters, views, and visualizations to customize for your needs. Then, use it to join additional data to create customized reports to get holistic views of your overall business cost.
18
18
19
-
The Azure Cost Management template app currently supports only customers with an [Enterprise Agreement](https://azure.microsoft.com/pricing/enterprise-agreement/).
19
+
The Azure Cost Management Power BI App currently supports only customers with an [Enterprise Agreement](https://azure.microsoft.com/pricing/enterprise-agreement/).
20
20
21
21
## Prerequisites
22
22
23
-
- A [Power BI Pro license](/power-bi/service-self-service-signup-for-power-bi) to install and use the Power BI template app
23
+
- A [Power BI Pro license](/power-bi/service-self-service-signup-for-power-bi) to install and use the app
24
24
- To connect to data, you must use an [Enterprise Administrator](../manage/understand-ea-roles.md) account
25
25
26
26
## Installation steps
27
27
28
28
To install the app:
29
29
30
-
1. Open [Azure Cost Management Power BI Template app](https://aka.ms/costmgmt/ACMApp).
30
+
1. Open [Azure Cost Management Power BI App](https://aka.ms/costmgmt/ACMApp).
31
31
2. On the Power BI AppSource page, select **Get it now**.
32
32
3. Select **Continue** to agree to the terms of use and privacy policy.
33
33
4. In the **Install this Power BI app** box, select **Install**.
@@ -49,9 +49,9 @@ To install the app:
49
49
50
50
After the data refresh is complete, select the Azure Cost Management App to view the pre-created reports.
51
51
52
-
## Reports available with the template app
52
+
## Reports available with the app
53
53
54
-
The following reports are available in the Azure Cost Management Power BI template app.
54
+
The following reports are available in the app.
55
55
56
56
**Getting Started** - Provides useful links to documentation and links to provide feedback.
57
57
@@ -122,11 +122,11 @@ For details about how to use the report, see the [VM RI Coverage (shared recomme
122
122
123
123
## Data reference
124
124
125
-
The following information summarizes the data available through the Power BI template app. There's also links to APIs that give in-depth details for data fields and values.
125
+
The following information summarizes the data available through the app. There's also links to APIs that give in-depth details for data fields and values.
126
126
127
127
|**Table reference**|**Description**|
128
128
| --- | --- |
129
-
|**AutoFitComboMeter**| Data included in the template app to normalize the RI recommendation and usage to the smallest size in the instance family group. |
129
+
|**AutoFitComboMeter**| Data included in the app to normalize the RI recommendation and usage to the smallest size in the instance family group. |
130
130
|[**Balance summary**](/rest/api/billing/enterprise/billing-enterprise-api-balance-summary#response)| Summary of the balance for Enterprise Agreements. |
131
131
|[**Budgets**](/rest/api/consumption/budgets/get#definitions)| Budget details to view actual costs or usage against existing budget targets. |
132
132
|[**Pricesheets**](/rest/api/billing/enterprise/billing-enterprise-api-pricesheet#see-also)| Applicable meter rates for the provided billing profile or EA enrollment. |
Copy file name to clipboardExpand all lines: articles/cost-management-billing/costs/tutorial-acm-create-budgets.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ In this tutorial, you learn how to:
28
28
29
29
> [!div class="checklist"]
30
30
> * Create a budget in the Azure portal
31
+
> * Create and edit budgets with PowerShell
31
32
> * Edit a budget
32
33
33
34
## Prerequisites
@@ -86,6 +87,36 @@ After you create a budget, it is shown in cost analysis. Viewing your budget aga
86
87
87
88
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.
88
89
90
+
## Create and edit budgets with PowerShell
91
+
92
+
EA customers can create and edit budgets programmatically using the Azure PowerShell module. To download the latest version of Azure PowerShell, run the following command:
93
+
94
+
```azurepowershell-interactive
95
+
install-module -name AzureRm
96
+
```
97
+
98
+
The following example commands create a budget.
99
+
100
+
```azurepowershell-interactive
101
+
#Sign into Azure Powershell with your account
102
+
103
+
Connect-AzureRmAccount
104
+
105
+
#Select a subscription to to monitor with a budget
#Create a monthly budget that sends an email and triggers an Action Group to send a second email. Make sure the StartDate for your monthly budget is set to the first day of the current month. Note that Action Groups can also be used to trigger automation such as Azure Functions or Webhooks.
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.
@@ -132,6 +163,7 @@ In this tutorial, you learned how to:
132
163
133
164
> [!div class="checklist"]
134
165
> * Create a budget in the Azure portal
166
+
> * Create and edit budgets with PowerShell
135
167
> * Edit a budget
136
168
137
169
Advance to the next tutorial to create a recurring export for your cost management data.
0 commit comments