File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/azure-monitor/logs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ The following example is a [log alert rule](../alerts/alerts-unified-log.md) tha
31
31
| ** Scope** | |
32
32
| Target scope | Select your Log Analytics workspace. |
33
33
| ** Condition** | |
34
- | Query | ` Usage \ | where IsBillable \ | summarize DataGB = sum(Quantity / 1000. ) ` |
34
+ | Query | `Usage | where IsBillable | summarize DataGB = sum(Quantity / 1000)` |
35
35
| Measurement | Measure: * DataGB* <br >Aggregation type: Total<br >Aggregation granularity: 1 day |
36
36
| Alert Logic | Operator: Greater than<br >Threshold value: 50<br >Frequency of evaluation: 1 day |
37
37
| Actions | Select or add an [ action group] ( ../alerts/action-groups.md ) to notify you when the threshold is exceeded. |
You can’t perform that action at this time.
0 commit comments