Skip to content

Commit 52fa49f

Browse files
Merge pull request #208892 from bandersmsft/export-time
MCM - Export schedule update
2 parents 70b2c5f + 805328f commit 52fa49f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Microsoft Cost Management
44
description: This article shows you how you can create and manage exported Cost Management data so that you can use it in external systems.
55
author: bandersmsft
66
ms.author: banders
7-
ms.date: 04/25/2022
7+
ms.date: 08/23/2022
88
ms.topic: tutorial
99
ms.service: cost-management-billing
1010
ms.subservice: cost-management
@@ -243,6 +243,11 @@ Remove-AzCostManagementExport -Name DemoExport -Scope 'subscriptions/00000000-00
243243

244244
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.
245245

246+
- 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.
247+
- 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.
248+
- When you create an export in the Azure portal, its start date time is automatically converted to the equivalent UTC time.
249+
- 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.
250+
246251
Each export creates a new file, so older exports aren't overwritten.
247252

248253
#### Create an export for multiple subscriptions

0 commit comments

Comments
 (0)