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/billing/billing-review-service-usage-api.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Azure Cost Management APIs help you review and manage consumption of your Azure
25
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.
26
26
27
27
>[!NOTE]
28
-
> The Cost Management API is current in private preview.
28
+
> The Cost Management API is currently in private preview.
29
29
30
30
## Create a basic cost management report
31
31
@@ -95,7 +95,7 @@ The `filter` and `dimensions` section of the request body when creating a report
95
95
96
96
### Get all compute usage
97
97
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.
99
99
100
100
```json
101
101
"filter": {
@@ -112,7 +112,7 @@ Use the `ResourceType` dimension to only report Azure virtual machine costs.
112
112
113
113
### Get all database usage
114
114
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.
116
116
117
117
```json
118
118
"filter": {
@@ -128,7 +128,7 @@ Use the `ResourceType` dimension to just report Azure SQL Database costs.
128
128
129
129
### Report on specific instances
130
130
131
-
The `Resource` dimension lets you query specific resources.
131
+
The `Resource` dimension lets you report costs for specific resources.
132
132
133
133
```json
134
134
"filter": {
@@ -144,7 +144,7 @@ The `Resource` dimension lets you query specific resources.
144
144
145
145
### Changing timeframes
146
146
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.
0 commit comments