kusto_deeplink_from_query
Build a deep link URL to open a KQL query in the correct web explorer, auto-detecting the cluster type for Azure Data Explorer or Fabric Eventhouse.
Instructions
Build a deeplink URL that opens the given KQL query in the appropriate web explorer UI.
For Azure Data Explorer clusters, opens in Kusto Web Explorer (dataexplorer.azure.com).
For Microsoft Fabric Eventhouse clusters, opens in the Fabric query workbench.
The cluster type is auto-detected from the URI. If detection fails,
falls back to querying the cluster with `.show version`.
:param cluster_uri: The URI of the Kusto cluster.
:param database: The database name.
:param query: The KQL query text.
:return: A deeplink URL string, or None if the cluster type could not be determined.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster_uri | Yes | ||
| database | Yes | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |