Skip to content

Commit 24eb51a

Browse files
Merge pull request #276825 from abilceaMSFT/docs-editor/analyze-usage-1717141480
Update analyze-usage.md
2 parents 282202a + 24370b5 commit 24eb51a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/logs/analyze-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Azure Monitor costs can vary significantly based on the volume of data being col
1414
## Causes for higher-than-expected usage
1515
Each Log Analytics workspace is charged as a separate service and contributes to the bill for your Azure subscription. The amount of data ingestion can be considerable, depending on the:
1616

17-
- Set of insights and services enabled and their configuration.
17+
- Set of insights and services enabled and their configuration.
1818
- Number and type of monitored resources.
1919
- Volume of data collected from each monitored resource.
2020

@@ -70,7 +70,7 @@ Usage
7070
| where TimeGenerated > ago(32d)
7171
| where StartTime >= startofday(ago(31d)) and EndTime < startofday(now())
7272
| where IsBillable == true
73-
| summarize BillableDataGB = sum(Quantity) / 1000. by bin(StartTime, 1d), DataType
73+
| summarize BillableDataGB = sum(Quantity) / 1024. by bin(StartTime, 1d), DataType
7474
| render columnchart
7575
```
7676

0 commit comments

Comments
 (0)