Skip to content

Commit 3fbfed2

Browse files
authored
Merge pull request #185406 from osalzberg/proxyupdate
Update azure-monitor-data-explorer-proxy.md
2 parents 9dfdfb0 + 45cc5ec commit 3fbfed2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

articles/azure-monitor/logs/azure-monitor-data-explorer-proxy.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,17 @@ adx('https://help.kusto.windows.net/Samples').StormEvents
3030
>* Database names are case sensitive.
3131
>* Cross-resource query as an alert is not supported.
3232
>* 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`
3344

3445
## Combine Azure Data Explorer cluster tables with a Log Analytics workspace
3546

0 commit comments

Comments
 (0)