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,12 +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
-
5. Specify the storage container and directory path for the export file.
106
-
6. File partitioning is enabled by default. It splits large files into smaller ones.
107
-
7.**Overwrite data** is enabled by default. For daily exports, it replaces the previous day's file with an updated file.
108
-
8. Select **Next** to move to the **Review + create** tab.
6. Specify the storage container and directory path for the export file.
106
+
7. Choose the **Format** as CSV or Parquet.
107
+
8. Choose the **Compression type** as **None**, **Gzip** for CSV file format, or **Snappy** for the parquet file format.
108
+
9.**File partitioning** is enabled by default. It splits large files into smaller ones.
109
+
10.**Overwrite data** is enabled by default. For daily exports, it replaces the previous day's file with an updated file.
110
+
11. Select **Next** to move to the **Review + create** tab.
111
+
:::image type="content" source="./media/tutorial-improved-exports/new-export-example.png" border="true" alt-text="Screenshot showing the New export dialog." lightbox="./media/tutorial-improved-exports/new-export-example.png" :::
111
112
112
113
### Review and create
113
114
@@ -133,7 +134,7 @@ You can perform the following actions by selecting the ellipsis (**…**) on the
133
134
- Delete - Permanently removes the export.
134
135
- Refresh - Updates the Run history.
135
136
136
-
:::image type="content" source="./media/tutorial-improved-exports/exports-list-details.png" alt-text="Screenshot showing the list of exports and details." lightbox="./media/tutorial-improved-exports/exports-list-details.png" :::
137
+
:::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" :::
137
138
138
139
### Schedule frequency
139
140
@@ -167,8 +168,8 @@ Agreement types, scopes, and required roles are explained at [Understand and wor
| Cost and usage (actual) | • EA<br> • MCA that you bought through the Azure website <br> • MCA enterprise<br> • MCA that you buy through a Microsoft partner <br> • Microsoft Online Service Program (MOSP), also known as pay-as-you-go (PAYG) <br> • Azure internal | • EA - Enrollment, department, account, management group, subscription, and resource group <br> • MCA - Billing account, billing profile, Invoice section, subscription, and resource group <br> • Microsoft Partner Agreement (MPA) - Customer, subscription, and resource group |
171
-
| Cost and usage (amortized) | • EA <br> • MCA that you bought through the Azure website <br> • MCA enterprise <br> • MCA that you buy through a Microsoft partner <br> • Microsoft Online Service Program (MOSP), also known as pay-as-you-go (PAYG) <br> • Azure internal | • EA - Enrollment, department, account, management group, subscription, and resource group <br> • MCA - Billing account, billing profile, Invoice section, subscription, and resource group <br> • MPA - Customer, subscription, and resource group |
171
+
| Cost and usage (actual) | • EA<br> • MCA that you bought through the Azure website <br> • MCA enterprise<br> • MCA that you buy through a Microsoft partner <br> • Microsoft Online Service Program (MOSP), also known as pay-as-you-go <br> • Azure internal | • EA - Enrollment, department, account, management group, subscription, and resource group <br> • MCA - Billing account, billing profile, Invoice section, subscription, and resource group <br> • Microsoft Partner Agreement (MPA) - Customer, subscription, and resource group |
172
+
| Cost and usage (amortized) | • EA <br> • MCA that you bought through the Azure website <br> • MCA enterprise <br> • MCA that you buy through a Microsoft partner <br> • Microsoft Online Service Program (MOSP), also known as pay-as-you-go <br> • Azure internal | • EA - Enrollment, department, account, management group, subscription, and resource group <br> • MCA - Billing account, billing profile, Invoice section, subscription, and resource group <br> • MPA - Customer, subscription, and resource group |
172
173
| Cost and usage (FOCUS) | • EA <br> • MCA that you bought through the Azure website <br> • MCA enterprise <br> • MCA that you buy through a Microsoft partner| • EA - Enrollment, department, account, subscription, and resource group <br> • MCA - Billing account, billing profile, invoice section, subscription, and resource group <br> • MPA - Customer, subscription, resource group. **NOTE**: The management group scope isn't supported for Cost and usage details (FOCUS) exports. |
173
174
| All available prices | • EA <br> • MCA that you bought through the Azure website <br> • MCA enterprise <br> • MCA that you buy through a Microsoft partner | • EA - Billing account <br> • All other supported agreements - Billing profile |
174
175
| Reservation recommendations | • EA <br> • MCA that you bought through the Azure website <br> • MCA enterprise <br> • MCA that you buy through a Microsoft partner | • EA - Billing account <br> • All other supported agreements - Billing profile |
@@ -180,16 +181,15 @@ Agreement types, scopes, and required roles are explained at [Understand and wor
180
181
The improved exports experience currently has the following limitations.
181
182
182
183
- The new exports experience doesn't fully support the management group scope and it has feature limitations.
183
-
184
184
- Azure internal and MOSP billing scopes and subscriptions don’t support FOCUS datasets.
185
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.
186
186
187
187
## FAQ
188
188
189
-
1.Why is file partitioning enabled in exports?
189
+
Why is file partitioning enabled in exports?
190
190
191
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.
192
192
193
193
## Next steps
194
194
195
-
- Learn more about exports at [Tutorial: Create and manage exported data](tutorial-export-acm-data.md).
195
+
- Learn more about exports at [Tutorial: Create and manage exported data](tutorial-export-acm-data.md).
0 commit comments