File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
articles/azure-monitor/logs Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,17 @@ adx('https://help.kusto.windows.net/Samples').StormEvents
30
30
> * Database names are case sensitive.
31
31
> * Cross-resource query as an alert is not supported.
32
32
> * Identifying the Timestamp column in the cluster is not supported, Log Analytics query API will not pass along the time filter
33
+ > * The cross-service query ability is used for data retrieval only. For more information, see [ Function supportability] ( #function-supportability ) .
34
+
35
+ ## Function supportability
36
+
37
+ The Azure Monitor cross-service queries support functions for both Application Insights, Log Analytics and Azure Data Explorer.
38
+ This capability enables cross-cluster queries to reference an Azure Monitor/Azure Data Explorer tabular function directly.
39
+ The following commands are supported with the cross-service query:
40
+
41
+ * ` .show functions `
42
+ * ` .show function {FunctionName} `
43
+ * ` .show database {DatabaseName} schema as json `
33
44
34
45
## Combine Azure Data Explorer cluster tables with a Log Analytics workspace
35
46
You can’t perform that action at this time.
0 commit comments