Skip to content

Commit bba4718

Browse files
authored
Update analyze-usage.md
------- cc: @guywi-ms
1 parent 758287e commit bba4718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The following example is a [log alert rule](../alerts/alerts-unified-log.md) tha
3131
| **Scope** | |
3232
| Target scope | Select your Log Analytics workspace. |
3333
| **Condition** | |
34-
| Query | `Usage \| where IsBillable \| summarize DataGB = sum(Quantity / 1000.)` |
34+
| Query | `Usage | where IsBillable | summarize DataGB = sum(Quantity / 1000)` |
3535
| Measurement | Measure: *DataGB*<br>Aggregation type: Total<br>Aggregation granularity: 1 day |
3636
| Alert Logic | Operator: Greater than<br>Threshold value: 50<br>Frequency of evaluation: 1 day |
3737
| Actions | Select or add an [action group](../alerts/action-groups.md) to notify you when the threshold is exceeded. |

0 commit comments

Comments
 (0)