Skip to content

Commit 5aa85de

Browse files
authored
Merge pull request #284231 from bandersmsft/fix-pr-283916
MCM - Fix pr 283916
2 parents d59412f + 7c1ca34 commit 5aa85de

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed
254 KB
Loading
72.8 KB
Loading

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Tutorial - Improved exports experience - Preview
33
description: This tutorial helps you create automatic exports for your actual and amortized costs in the Cost and Usage Specification standard (FOCUS) format.
44
author: jojohpm
55
ms.author: jojoh
6-
ms.date: 07/17/2024
6+
ms.date: 08/09/2024
77
ms.topic: tutorial
88
ms.service: cost-management-billing
99
ms.subservice: cost-management
@@ -102,12 +102,13 @@ Note: A template simplifies export creation by preselecting a set of commonly us
102102
2. Specify your Azure storage account subscription. Choose an existing resource group or create a new one.
103103
3. Select the Storage account name or create a new one.
104104
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.
109-
110-
:::image type="content" source="./media/tutorial-improved-exports/destination-tab.png" alt-text="Screenshot showing Destination tab information." lightbox="./media/tutorial-improved-exports/destination-tab.png" :::
105+
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" :::
111112

112113
### Review and create
113114

@@ -133,7 +134,7 @@ You can perform the following actions by selecting the ellipsis (**…**) on the
133134
- Delete - Permanently removes the export.
134135
- Refresh - Updates the Run history.
135136

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" :::
137138

138139
### Schedule frequency
139140

@@ -167,8 +168,8 @@ Agreement types, scopes, and required roles are explained at [Understand and wor
167168

168169
| **Data types** | **Supported agreement** | **Supported scopes** |
169170
| --- | --- | --- |
170-
| 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 |
172173
| 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. |
173174
| 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 |
174175
| 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
180181
The improved exports experience currently has the following limitations.
181182

182183
- The new exports experience doesn't fully support the management group scope and it has feature limitations.
183-
184184
- Azure internal and MOSP billing scopes and subscriptions don’t support FOCUS datasets.
185185
- 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.
186186

187187
## FAQ
188188

189-
1. Why is file partitioning enabled in exports?
189+
Why is file partitioning enabled in exports?
190190

191191
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.
192192

193193
## Next steps
194194

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

Comments
 (0)