You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/resource-graph/troubleshoot/alerts.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,18 @@ But because Azure Resource Graph alerts is in preview, there are operators and f
20
20
21
21
The following are known unsupported operators and functions:
22
22
23
-
| Operator/function | Type |
23
+
| Operator/function | Type | Example |
24
24
| ---- | ---- |
25
25
|`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 ||
34
35
35
36
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).
0 commit comments