Skip to content

Commit 0bf9370

Browse files
committed
cleanup
1 parent 9019c07 commit 0bf9370

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Azure Cost Management APIs help you review and manage consumption of your Azure
2525
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.
2626

2727
>[!NOTE]
28-
> The Cost Management API is current in private preview.
28+
> The Cost Management API is currently in private preview.
2929
3030
## Create a basic cost management report
3131

@@ -95,7 +95,7 @@ The `filter` and `dimensions` section of the request body when creating a report
9595

9696
### Get all compute usage
9797

98-
Use the `ResourceType` dimension to only report Azure virtual machine costs.
98+
Use the `ResourceType` dimension to report Azure virtual machine costs in your subscription across all regions.
9999

100100
```json
101101
"filter": {
@@ -112,7 +112,7 @@ Use the `ResourceType` dimension to only report Azure virtual machine costs.
112112

113113
### Get all database usage
114114

115-
Use the `ResourceType` dimension to just report Azure SQL Database costs.
115+
Use the `ResourceType` dimension to report Azure SQL Database costs in your subscription across all regions.
116116

117117
```json
118118
"filter": {
@@ -128,7 +128,7 @@ Use the `ResourceType` dimension to just report Azure SQL Database costs.
128128

129129
### Report on specific instances
130130

131-
The `Resource` dimension lets you query specific resources.
131+
The `Resource` dimension lets you report costs for specific resources.
132132

133133
```json
134134
"filter": {
@@ -144,7 +144,7 @@ The `Resource` dimension lets you query specific resources.
144144

145145
### Changing timeframes
146146

147-
Set the `timeframe` definition to custom to set a timeframe outside of the `WeekToDate` and `MonthToDate` options.
147+
Set the `timeframe` definition to `Custom` to set a timeframe outside of the week to date and month to date bulit in options.
148148

149149
```json
150150
"timeframe": "Custom",

0 commit comments

Comments
 (0)