Skip to content

Commit 77b7586

Browse files
committed
Learn Editor: Update tutorial-improved-exports.md
1 parent 08cf401 commit 77b7586

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

articles/cost-management-billing/costs/tutorial-improved-exports.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,32 @@ To manage more than 3000 subscriptions:
259259

260260
- Alternatively, if all subscriptions are under the same billing account, create an export at the **billing account scope** to get combined data.
261261

262+
#### How are the exported files organized in the blob storage folders?
263+
264+
The exported files are organized in a structured hierarchy within the storage folders. The naming and hierarchy of the folders are as follows:
265+
266+
- StorageContainer/StorageDirectory/ExportName/[YYYYMMDD-YYYYMMDD]/[RunID]/
267+
268+
This path contains the CSV files and a manifest file.
269+
270+
For example:
271+
272+
- StorageContainer/StorageDirectory/ExportName/[20240401-20240430]/[RunID1]/
273+
274+
This folder contains the CSV files and the manifest file for all export runs during the April 2024 time period.
275+
276+
- StorageContainer/StorageDirectory/ExportName/[20241101-20241130]/[RunID2]/
277+
278+
This folder contains the CSV files and the manifest file for all export runs during the November 2024 time period.
279+
280+
We ensure that the cost file for a particular month is available within that month's folder (e.g., [20240401-20240430], [20241101-20241130], etc.).
281+
282+
- **Without file overwrite:** You will see multiple RunIDs within the month folder, representing different export runs (e.g., 30 different RunIDs for 30 days).
283+
284+
- **With file overwrite:** You will see only one RunID within the month folder, representing the latest run.
285+
286+
At the time of export creation, you can name the StorageContainer, StorageDirectory, and ExportName.
287+
262288
## Next steps
263289

264290
- Learn more about exports at [Tutorial: Create and manage exported data](tutorial-export-acm-data.md).

0 commit comments

Comments
 (0)