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
description: This tutorial helps you create automatic exports for your actual and amortized costs in the Cost and Usage Specification standard (FOCUS) format.
4
4
author: jojohpm
5
5
ms.author: jojoh
6
-
ms.date: 07/17/2024
6
+
ms.date: 08/09/2024
7
7
ms.topic: tutorial
8
8
ms.service: cost-management-billing
9
9
ms.subservice: cost-management
@@ -102,18 +102,13 @@ Note: A template simplifies export creation by preselecting a set of commonly us
102
102
2. Specify your Azure storage account subscription. Choose an existing resource group or create a new one.
103
103
3. Select the Storage account name or create a new one.
104
104
4. If you create a new storage account, choose an Azure region.
105
-
1. Specify the storage container and directory path for the export file.
106
-
1. Choose the **Format** as CSV or Parquet.
107
-
108
-
1. Choose the **Compression type** as None, Gzip for CSV file format, Snappy for parquet file format.
109
-
110
-
1.**File partitioning** is enabled by default. It splits large files into smaller ones.
111
-
7.**Overwrite data** is enabled by default. For daily exports, it replaces the previous day's file with an updated file.
112
-
8. Select **Next** to move to the **Review + create** tab.
:::image type="content" source="./media/tutorial-improved-exports/export-run-history.png" border="true" alt-text="Screenshot showing the Export run history." lightbox="./media/tutorial-improved-exports/export-run-history.png" :::
145
138
146
139
### Schedule frequency
147
140
@@ -188,13 +181,12 @@ Agreement types, scopes, and required roles are explained at [Understand and wor
188
181
The improved exports experience currently has the following limitations.
189
182
190
183
- The new exports experience doesn't fully support the management group scope and it has feature limitations.
191
-
192
184
- Azure internal and MOSP billing scopes and subscriptions don’t support FOCUS datasets.
193
185
- Shared access service (SAS) key-based cross tenant export is only supported for Microsoft partners at the billing account scope. It isn't supported for other partner scenarios like any other scope, EA indirect contract, or Azure Lighthouse.
194
186
195
187
## FAQ
196
188
197
-
1.Why is file partitioning enabled in exports?
189
+
Why is file partitioning enabled in exports?
198
190
199
191
The file partitioning is a feature that is activated by default to facilitate the management of large files. This functionality divides larger files into smaller segments, which enhances the ease of file transfer, download, ingestion, and overall readability. It's advantageous for customers whose cost files increase in size over time. The specifics of the file partitions are described in a manifest.json file provided with each export run, enabling you to rejoin the original file.
0 commit comments