Skip to content

Commit 231f113

Browse files
authored
Merge pull request #296211 from daphnemamsft/daphneMa_alert-edit
Adding now/ago operator
2 parents 53b9413 + 1b24ddb commit 231f113

File tree

1 file changed

+10
-9
lines changed
  • articles/governance/resource-graph/troubleshoot

1 file changed

+10
-9
lines changed

articles/governance/resource-graph/troubleshoot/alerts.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ But because Azure Resource Graph alerts is in preview, there are operators and f
2020

2121
The following are known unsupported operators and functions:
2222

23-
| Operator/function | Type |
23+
| Operator/function | Type | Example |
2424
| ---- | ---- |
2525
| `join` | operator <br/>The integration works when you join an Azure Resource Graph table with a Log Analytics table. The integration doesn't work if you join two or more Azure Resource Graph tables. |
26-
| `mv-apply` | operator |
27-
| `arg_min()` | scalar function |
28-
| `avg()`, `avgif()` | aggregation function |
29-
| `percentile()`, `percentiles()`, `percentilew()`, `percentilesw()` | aggregation function |
30-
| `rand()` | scalar function |
31-
| `stdev()`, `stdevif()`, `stdevp()` | aggregation function |
32-
| `variance()`, `varianceif()`, `variancep()` | aggregation function |
33-
| Using keys with bag functions | scalar function |
26+
| `mv-apply` | operator | |
27+
| `arg_min()` | scalar function | |
28+
| `avg()`, `avgif()` | aggregation function | |
29+
| `percentile()`, `percentiles()`, `percentilew()`, `percentilesw()` | aggregation function | |
30+
| `rand()` | scalar function | |
31+
| `stdev()`, `stdevif()`, `stdevp()` | aggregation function | |
32+
| `variance()`, `varianceif()`, `variancep()` | aggregation function | |
33+
| `now()/ago()` | supported | where JobEndTime between(ago(15)..now()) |
34+
| Using keys with bag functions | scalar function | |
3435

3536
For more information about operators and functions, go to [tabular operators](/azure/data-explorer/kusto/query/queries), [scalar functions](/azure/data-explorer/kusto/query/scalarfunctions), and [aggregation functions](/azure/data-explorer/kusto/query/aggregation-functions).
3637

0 commit comments

Comments
 (0)