你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

current_cluster_endpoint()

Applies to: ✅ Microsoft FabricAzure Data ExplorerAzure MonitorMicrosoft Sentinel

Returns the network endpoint (DNS name) of the current cluster being queried.

Returns the network endpoint (DNS name) of the current Eventhouse being queried.

Syntax

current_cluster_endpoint()

Learn more about syntax conventions.

Returns

The network endpoint (DNS name) of the current cluster being queried, as a value of type string.

The network endpoint (DNS name) of the current Eventhouse being queried, as a value of type string.

Example

print strcat("This query executed on: ", current_cluster_endpoint())