Skip to content

Commit 71c2408

Browse files
committed
add hourly tweak
1 parent 0bf9370 commit 71c2408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/billing/billing-review-service-usage-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.author: alleonar
2222

2323
Azure Cost Management APIs help you review and manage consumption of your Azure resources.
2424

25-
In this article, you learn how to create a daily report that will generate a comma-separated value document with your usage information, and then how to use filters to customize the report so that you can query the usage of virtual machines, databases, and tagged resources in an Azure resource group.
25+
In this article, you learn how to create a daily report that will generate a comma-separated value document with your hourly usage information, and then how to use filters to customize the report so that you can query the usage of virtual machines, databases, and tagged resources in an Azure resource group.
2626

2727
>[!NOTE]
2828
> The Cost Management API is currently in private preview.
@@ -46,7 +46,7 @@ The following headers are required:
4646
|*Content-Type:*|Required. Set to `application/json`.|
4747
|*Authorization:*|Required. Set to a valid `Bearer` token
4848

49-
Configure the parameters of the report in the HTTP request body. In the example below, the report is set to generate every day when active, is a CSV file written to an Azure Storage blob container, and contains per-hour month to date usage for all resources in resource group `westus`.
49+
Configure the parameters of the report in the HTTP request body. In the example below, the report is set to generate every day when active, is a CSV file written to an Azure Storage blob container, and contains hourly cost information for all resources in resource group `westus`.
5050

5151
```json
5252
{

0 commit comments

Comments
 (0)