Skip to content

Commit 3246de5

Browse files
authored
Merge pull request #19013 from woodbridge/master
Update ACM exports tutorial
2 parents a4e4e02 + 7b40c60 commit 3246de5

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed
204 KB
Loading
Binary file not shown.
206 KB
Loading

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom:
1414

1515
# Tutorial: Create and manage exported data
1616

17-
If you read the Cost Analysis tutorial, then you're familiar with manually downloading your Cost Management data. However, you can create a daily recurring task that automatically exports your Cost Management data daily to Azure storage. Exported data is in CSV format and it contains all the information that's collected by Cost Management. You can then use the exported data in Azure storage with external systems and combine it with your own custom data. And you can use your exported data in an external system like a dashboard or other financial system.
17+
If you read the Cost Analysis tutorial, then you're familiar with manually downloading your Cost Management data. However, you can create a recurring task that automatically exports your Cost Management data to Azure storage on a daily, weekly, or monthly basis. Exported data is in CSV format and it contains all the information that's collected by Cost Management. You can then use the exported data in Azure storage with external systems and combine it with your own custom data. And you can use your exported data in an external system like a dashboard or other financial system.
1818

1919
The examples in this tutorial walk you though exporting your cost management data and then verify that the data was successfully exported.
2020

@@ -43,11 +43,17 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
4343

4444
Cost Management + Billing > Cost Management > select a subscription or resource group in a subscription > Export > **Add**.
4545

46-
Type a name for the export and specify the subscription, Azure storage account, container, and the file storage directory or blob container, then click **Create**.
46+
Type a name for the export and select the "Daily export of month-to-date costs" option. Click **Next**.
4747

48-
![New export](./media/tutorial-export-acm-data/new-export01.png)
48+
![New export: export type](./media/tutorial-export-acm-data/basics_exports.png)
4949

50-
Your new export appears in the list of exports. By default, new exports are enabled, and they run daily. If you want to disable or delete a scheduled export, click any item in the list and then click either **Disable** or **Delete**.
50+
Specify the subscription for your Azure storage account, then select your storage account. Specify the storage container and the directory path that you'd like the export file to go to. Click **Next**.
51+
52+
![New export: storage](./media/tutorial-export-acm-data/storage_exports.png)
53+
54+
Review your export details and click **Create**.
55+
56+
Your new export appears in the list of exports. By default, new exports are enabled. If you want to disable or delete a scheduled export, click any item in the list and then click either **Disable** or **Delete**.
5157

5258
Initially, it can take one to two hours before the export runs. However, it can take up to four hours before data is shown in exported files.
5359

0 commit comments

Comments
 (0)