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.
1 parent 25e5da5 commit 3e7480aCopy full SHA for 3e7480a
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