Skip to content

Commit f8d80e8

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into fixUltPremShared
2 parents eca378d + 963d970 commit f8d80e8

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)