Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 3.37 KB

add-cluster-connection.md

File metadata and controls

49 lines (29 loc) · 3.37 KB
title description ms.reviewer ms.topic ms.date
Add a cluster connection in the Azure Data Explorer web UI
Learn how to add cluster connections for multiple user accounts or Microsoft Entra directories in the Azure Data Explorer web UI.
mibar
reference
04/02/2024

Add a cluster connection in the Azure Data Explorer web UI

This article explains how to add a cluster connection in the Azure Data Explorer web UI.

The Azure Data Explorer web UI allows you to seamlessly manage clusters from various user accounts or Microsoft Entra directories. Follow the optional steps in this article to set up connections with alternative credentials. Once connected, you can switch between clusters associated with different credentials within a unified interface, without a need to repeatedly sign in and sign out or switch directories.

Prerequisites

  • A Microsoft account or a Microsoft Entra user identity. An Azure subscription isn't required.

Add a cluster connection

To add a connection to your Azure Data Explorer cluster:

  1. From the main left menu, select Query.

    :::image type="content" source="media/web-ui-add-cluster/query-widget.png" alt-text="Screenshot of the query widget in the main menu of the web UI." lightbox="media/web-ui-add-cluster/query-widget.png":::

  2. In the upper left corner, select Add. From the dropdown menu, select Connection.

  3. In the Add connection dialog box, enter the cluster Connection URI and Display name. To find the connection URI, go to your cluster resource in the Azure portal. The connection URI is the URI found in the Overview. To add a free sample cluster, specify "help" as the Connection URI.

    :::image type="content" source="media/web-ui-add-cluster/add-connection-dialog.png" alt-text="Screenshot of add cluster connection dialog box." lightbox="media/web-ui-add-cluster/add-connection-dialog.png":::

  4. (Optional) If you have multiple user accounts and want to authenticate with a different account, select Connect as another user and proceed to add or select the appropriate account.

  5. (Optional) If your account is linked to multiple Microsoft Entra directories, select Switch directory and choose the relevant directory for this connection.

    :::image type="content" source="media/web-ui-add-cluster/switch-directories.png" alt-text="Screenshot of option to switch directory." lightbox="media/web-ui-add-cluster/switch-directories.png":::

  6. Select Add to add the connection. Your cluster and databases should now be visible in the left panel.

    For example, the following image shows a cluster connection pane that contains three clusters: help, FreeCluster, and HomeCluster. The HomeCluster connection uses different credentials from those of the signed-in user, as indicated by the small icon of a person in the upper-left corner.

    :::image type="content" source="media/web-ui-add-cluster/cluster-pane-with-various-accounts.png" alt-text="Screenshot of the help cluster and databases." lightbox="media/web-ui-add-cluster/cluster-pane-with-various-accounts.png":::

Related content