Skip to content

Commit 1adec22

Browse files
Merge pull request #264906 from ManoharLakkoju-MSFT/patch-105
(AzureCXP) fixes MicrosoftDocs/azure-docs#119389
2 parents 03c1c67 + 5e753ed commit 1adec22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/billing-monitor-costs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Usage
8686
| where TimeGenerated > ago(32d)
8787
| where StartTime >= startofday(ago(31d)) and EndTime < startofday(now())
8888
| where IsBillable == true
89-
| summarize BillableDataGB = sum(Quantity) by Solution, DataType
89+
| summarize BillableDataGB = sum(Quantity) / 1000. by Solution, DataType
9090
| extend Solution = iif(Solution == "SecurityInsights", "AzureSentinel", Solution)
9191
| sort by Solution asc, DataType asc
9292
```

0 commit comments

Comments
 (0)