We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25e5da5 + 3e7480a commit 38b6702Copy full SHA for 38b6702
articles/azure-monitor/logs/analyze-usage.md
@@ -70,7 +70,7 @@ Usage
70
| where TimeGenerated > ago(32d)
71
| where StartTime >= startofday(ago(31d)) and EndTime < startofday(now())
72
| where IsBillable == true
73
-| summarize BillableDataGB = sum(Quantity) / 1024. by bin(StartTime, 1d), DataType
+| summarize BillableDataGB = sum(Quantity) / 1000. by bin(StartTime, 1d), DataType
74
| render columnchart
75
```
76
0 commit comments