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
Copy file name to clipboardExpand all lines: articles/cost-management/tutorial-export-acm-data.md
+10-4Lines changed: 10 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.custom:
14
14
15
15
# Tutorial: Create and manage exported data
16
16
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.
18
18
19
19
The examples in this tutorial walk you though exporting your cost management data and then verify that the data was successfully exported.
20
20
@@ -43,11 +43,17 @@ Sign in to the Azure portal at [https://portal.azure.com](https://portal.azure.c
43
43
44
44
Cost Management + Billing > Cost Management > select a subscription or resource group in a subscription > Export >**Add**.
45
45
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**.
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**.
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**.
51
57
52
58
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.
0 commit comments