View and download your Azure usage and charges
You can download a daily breakdown of your Azure usage and charges in the Azure portal. Only certain roles have permission to get Azure usage information, like the Account Administrator or Enterprise Administrator. To learn more about getting access to billing information, see Manage access to Azure billing using roles.
If you have a Microsoft Customer Agreement (MCA), you must be a billing profile Owner, Contributor, Reader, or Invoice manager to view your Azure usage and charges. If you have a Microsoft Partner Agreement (MPA), only the Global Admin and Admin Agent role in the partner organization Microsoft can view and download Azure usage and charges.
Based on the type of subscription that you use, options to download your usage and charges vary.
If you want to get cost and usage data using the Azure CLI, see Get usage data with the Azure CLI.
Download usage from the Azure portal (.csv)
- Sign in to the Azure portal.
- Search for Cost Management + Billing.
- Depending on your access, you might need to select a Billing account or Billing profile.
- In the left menu, select Invoices under Billing.
- In the invoice grid, find the row of the billing period corresponding to the usage you want to download.
- Select the download icon or the ellipsis (
...
) on the right.
- The Download pane opens on the right. Select Download from the Usage Details section.
Download usage for EA customers
To view and download usage data as a EA customer, you must be an Enterprise Administrator, Account Owner, or Department Admin with the view charges policy enabled.
Note
We recommend that both direct and indirect EA Azure customers use Cost Management + Billing in the Azure portal to manage their enrollment and billing instead of using the EA portal. For more information about enrollment management in the Azure portal, see Get started with EA billing in the Azure portal.
As of February 20, 2023 indirect EA customers won’t be able to manage their billing account in the EA portal. Instead, they must use the Azure portal.
This change doesn’t affect Azure Government EA enrollments. They continue using the EA portal to manage their enrollment.
- Sign in to the Azure portal.
- Search for Cost Management + Billing.
- If you have access to multiple billing accounts, select the billing scope for your EA billing account.
- Select Usage + charges.
- For the month you want to download, select Download.
- On the Download Usage + Charges page, under Usage Details, select the type of charges that you want to download from the list. Depending on your selection, the CSV file provides all charges (usage and purchases) including RI (reservation) purchases. Or, amortized charges (usage and purchases) including reservation purchases.
- Select Prepare document.
- It could take a while for Azure to prepare your download, depending on your monthly usage. When it's ready for download, select Download csv.
Download usage for your Microsoft Customer Agreement
To view and download usage data for a billing profile, you must be a billing profile Owner, Contributor, Reader, or Invoice manager.
Download usage for billed charges
- Search for Cost Management + Billing.
- Select a billing profile.
- Select Invoices.
- In the invoice grid, find the row of the invoice corresponding to the usage you want to download.
- Select the ellipsis (
...
) at the end of the row. - In the download context menu, select Azure usage and charges.
Download usage for open charges
You can also download month-to-date usage for the current billing period, meaning the charges haven't been billed yet.
- Search for Cost Management + Billing.
- Select a billing profile.
- In the Overview area, select Download Azure usage and charges.
Download usage for pending charges
If you have a Microsoft Customer Agreement, you can download month-to-date usage for the current billing period. These usage charges that haven't been billed yet.
- Sign in to the Azure portal.
- Search for Cost Management + Billing.
- Select a billing profile. Depending on your access, you might need to select a billing account first.
- In the Overview area, find the download links beneath the recent charges.
- Select Download usage and prices.
Get usage data with Azure CLI
Start by preparing your environment for the Azure CLI:
Use the Bash environment in Azure Cloud Shell. For more information, see Quickstart for Bash in Azure Cloud Shell.
If you prefer to run CLI reference commands locally, install the Azure CLI. If you're running on Windows or macOS, consider running Azure CLI in a Docker container. For more information, see How to run the Azure CLI in a Docker container.
If you're using a local installation, sign in to the Azure CLI by using the az login command. To finish the authentication process, follow the steps displayed in your terminal. For other sign-in options, see Sign in with the Azure CLI.
When you're prompted, install the Azure CLI extension on first use. For more information about extensions, see Use extensions with the Azure CLI.
Run az version to find the version and dependent libraries that are installed. To upgrade to the latest version, run az upgrade.
Then use the az costmanagement export commands to export usage data to an Azure storage account. You can download the data from there.
Create a resource group or use an existing resource group. To create a resource group, run the az group create command:
az group create --name TreyNetwork --location "East US"
Create a storage account to receive the exports or use an existing storage account. To create an account, use the az storage account create command:
az storage account create --resource-group TreyNetwork --name cmdemo
Run the az costmanagement export create command to create the export:
az costmanagement export create --name DemoExport --type Usage \ --scope "subscriptions/00000000-0000-0000-0000-000000000000" --storage-account-id cmdemo \ --storage-container democontainer --timeframe MonthToDate --storage-directory demodirectory
Need help? Contact us.
If you have questions or need help, create a support request.
Next steps
To learn more about your invoice and usage charges, see:
- Understand terms on your Microsoft Azure detailed usage
- Understand your bill for Microsoft Azure
- View and download your Microsoft Azure invoice
- View and download your organization's Azure pricing
If you have a Microsoft Customer Agreement, see:
- Understand terms on your Microsoft Customer Agreement Azure detailed usage
- Understand the charges on your Microsoft Customer Agreement invoice
- View and download your Microsoft Azure invoice
- View and download tax documents for your Microsoft Customer Agreement
- View and download your organization's Azure pricing
Feedback
Submit and view feedback for