Skip to content

Commit eea7b3a

Browse files
Merge pull request #218452 from bandersmsft/cm-misc-updates-11152022
MCM - Misc Cost Management updates for Adam
2 parents 61523b9 + 102a2f5 commit eea7b3a

File tree

3 files changed

+9
-11
lines changed

3 files changed

+9
-11
lines changed

articles/cost-management-billing/cost-management-billing-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ sections:
133133
questions:
134134
- question: When are the EA Reporting APIs going to be deprecated?
135135
answer: |
136-
The Cost Management + Billing team hasn't announced a deprecation timeline for the APIs. The APIs are no longer in active development. We recommend that you plan any needed work to migrate away from them.
136+
The Cost Management + Billing team has formally announced the retirement of the APIs with a timeline of Oct 2023. We recommend that you migrate away from the APIs before their retirement. For more information, [Migrate from Azure Enterprise Reporting APIs to Microsoft Cost Management APIs](./automate/migrate-ea-reporting-arm-apis-overview.md).
137137
- question: How do I migrate off of the EA Reporting APIs and what new APIs should I call?
138138
answer: |
139139
See [Migrate from Azure Enterprise Reporting to Microsoft Cost Management APIs](automate/migrate-ea-reporting-arm-apis-overview.md).

articles/cost-management-billing/costs/tutorial-export-acm-data.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Watch the [How to schedule exports to storage with Cost Management](https://www.
2020

2121
>[!VIDEO https://www.youtube.com/embed/rWa_xI1aRzo]
2222
23-
The examples in this tutorial walk you though exporting your cost management data and then verify that the data was successfully exported.
23+
The examples in this tutorial walk you through exporting your cost management data and then verify that the data was successfully exported.
2424

2525
In this tutorial, you learn how to:
2626

@@ -75,7 +75,7 @@ To create or view a data export or to schedule an export, choose a scope in the
7575
:::image type="content" source="./media/tutorial-export-acm-data/basics_exports.png" alt-text="New export example" lightbox="./media/tutorial-export-acm-data/basics_exports.png":::
7676
1. Review your export details and select **Create**.
7777

78-
Your new export appears in the list of exports. By default, new exports are enabled. If you want to disable or delete a scheduled export, select any item in the list and then select either **Disable** or **Delete**.
78+
Your new export appears in the list of exports. By default, new exports are enabled. If you want to disable or delete a scheduled export, select any item in the list, and then select either **Disable** or **Delete**.
7979

8080
Initially, it can take 12-24 hours before the export runs. However, it can take up longer before data is shown in exported files.
8181

@@ -120,7 +120,7 @@ Start by preparing your environment for the Azure CLI:
120120
--schedule-status Active --storage-directory demodirectory
121121
```
122122

123-
For the **--type** parameter, you can choose `ActualCost`, `AmortizedCost`, or `Usage`.
123+
For the `--type` parameter, you can choose `ActualCost`, `AmortizedCost`, or `Usage`.
124124

125125
This example uses `MonthToDate`. The export creates an export file daily for your month-to-date costs. The latest data is aggregated from previous daily exports this month.
126126

@@ -241,20 +241,20 @@ Remove-AzCostManagementExport -Name DemoExport -Scope 'subscriptions/00000000-00
241241

242242
### Export schedule
243243

244-
Scheduled exports are affected by the time and day of week of when you initially create the export. When you create a scheduled export, the export runs at the same frequency for each export that runs later. For example, for a daily export of month-to-date costs export set at a daily frequency, the export runs daily. Similarly for a weekly export, the export runs every week on the same day as it is scheduled. The exact delivery time of the export isn't guaranteed and the exported data is available within four hours of run time.
244+
Scheduled exports are affected by the time and day of week of when you initially create the export. When you create a scheduled export, the export runs at the same frequency for each export that runs later. For example, for a daily export of month-to-date costs export set at a daily frequency, the export runs during once each UTC day. Similarly for a weekly export, the export runs every week on the same UTC day as it is scheduled. Individual export runs can occur at different times throughout the day. So, avoid taking a firm dependency on the exact time of the export runs. Run timing depends on the active load present in Azure during a given UTC day. When an export run begins, your data should be available within 4 hours.
245245

246246
Exports are scheduled using Coordinated Universal Time (UTC). The Exports API always uses and displays UTC.
247247

248248
- When you create an export using the [Exports API](/rest/api/cost-management/exports/create-or-update?tabs=HTTP), specify the `recurrencePeriod` in UTC time. The API doesn’t convert your local time to UTC.
249249
- Example - A weekly export is scheduled on Friday, August 19 with `recurrencePeriod` set to 2:00 PM. The API receives the input as 2:00 PM UTC, Friday, August 19. The weekly export will be scheduled to run every Friday.
250250
- When you create an export in the Azure portal, its start date time is automatically converted to the equivalent UTC time.
251-
- Example - A weekly export is scheduled on Friday, August 19 with the local time of 2:00 AM IST (UTC+5:30) from the Azure portal. The API receives the input as 8:30 PM, Thursday, August 18th. The weekly export will be scheduled to run every Thursday.
251+
- Example - A weekly export is scheduled on Friday, August 19 with the local time of 2:00 AM IST (UTC+5:30) from the Azure portal. The API receives the input as 8:30 PM, Thursday, August 18. The weekly export will be scheduled to run every Thursday.
252252

253253
Each export creates a new file, so older exports aren't overwritten.
254254

255255
#### Create an export for multiple subscriptions
256256

257-
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. Exports for management groups only support actual costs.
257+
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. When you create an export in the Azure portal, select the **Actual Costs** option. When you create a management group export using the API, create a *usage export*. Currently, exports at the management group scope only support usage charges. Purchases including reservations and savings plans aren't present in your exports file.
258258

259259
Exports for management groups of other subscription types aren't supported.
260260

@@ -311,7 +311,6 @@ When you create a scheduled export in the Azure portal or with the API, it alway
311311

312312
If you want to use the latest data and fields available, we recommend that you create a new export in the Azure portal. To update an existing export to the latest version, update it in the Azure portal or with the latest Export API version. Updating an existing export might cause you to see minor differences in the fields and charges in files that are produced afterward.
313313

314-
315314
## Verify that data is collected
316315

317316
You can easily verify that your Cost Management data is being collected and view the exported CSV file using Azure Storage Explorer.
@@ -355,7 +354,6 @@ Select an export to view its run history.
355354

356355
If you've created a daily export, you'll have two runs per day for the first five days of each month. One run executes and creates a file with the current month’s cost data. It's the run that's available for you to see in the run history. A second run also executes to create a file with all the costs from the prior month. The second run isn't currently visible in the run history. Azure executes the second run to ensure that your latest file for the past month contains all charges exactly as seen on your invoice. It runs because there are cases where latent usage and charges are included in the invoice up to 72 hours after the calendar month has closed. To learn more about Cost Management usage data updates, see [Cost and usage data updates and retention](understand-cost-mgt-data.md#cost-and-usage-data-updates-and-retention).
357356

358-
359357
## Access exported data from other systems
360358

361359
One of the purposes of exporting your Cost Management data is to access the data from external systems. You might use a dashboard system or other financial system. Such systems vary widely so showing an example wouldn't be practical. However, you can get started with accessing your data from your applications at [Introduction to Azure Storage](../../storage/common/storage-introduction.md).

articles/cost-management-billing/savings-plan/purchase-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: cost-management-billing
99
ms.subservice: reservations
1010
ms.custom: ignite-2022
1111
ms.topic: conceptual
12-
ms.date: 11/04/2022
12+
ms.date: 11/15/2022
1313
---
1414

1515
# Azure savings plan recommendations
@@ -45,7 +45,7 @@ The minimum value doesn't necessarily represent the hourly commitment necessary
4545

4646
1. Download your price list.
4747
2. For each reservation order you're returning, find the product in the price sheet and determine its unit price under either a 1-year or 3-year savings plan (filter by term and price type).
48-
3. Multiple the rate by the number of instances that are being returned.
48+
3. Multiply the rate by the number of instances that are being returned.
4949
4. Repeat for each reservation order to be returned.
5050
5. Sum the values and enter it as the hourly commitment.
5151

0 commit comments

Comments
 (0)