Skip to content

Commit 240c757

Browse files
committed
MCM - Added missing sentence to Export tutorial
1 parent 6d7ad79 commit 240c757

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,8 @@ 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+
Exports are scheduled using Coordinated Universal Time (UTC). The Exports API always uses and displays UTC.
247+
246248
- 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.
247249
- 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.
248250
- When you create an export in the Azure portal, its start date time is automatically converted to the equivalent UTC time.

0 commit comments

Comments
 (0)