Skip to main content

Azure Data Explorer Azure Data Explorer

Azure Data Explorer is a fully-managed big data analytics cloud platform and data-exploration service, that ingests structured, semi-structured and unstructured data. The service then stores this data and answers analytic ad hoc queries on it with seconds of latency.

Creating an Azure Data Explorer connection

Using App Registration

To create the connection you need:

  • A Cluster URI
  • A Client ID
  • A Client Secret
  • A Tenant ID

Obtaining the credentials

  1. Log into the Azure Portal.

  2. Go to the Microsoft Entra ID resource.

    Azure Active Directory Resource

  3. In the left-hand menu, click App registrations.

    App Registrations

  4. Create a new application registration or click on one of your existing applications.

    My App

  5. Navigate to Overview and Copy your client ID and tenant ID.

    Client ID & Tenant ID

  6. Create a new client secret.

    Client Secret

  7. Copy the secret value.

    Client Secret

  1. Grant contributor access on the Azure Data Explorer cluster for the newly created app.
    To do so, follow the Data Explorer cluster permissions documentation.

  2. To find the connection URI, go to your cluster resource in the Azure Portal. The connection URI is the URI found in the Overview.

Creating your connection

  1. In the Blink platform, navigate to the Connections page > Add connection. A New Connection dialog box opens displaying icons of external service providers available.
  2. Select the Azure Data Explorer icon. A dialog box with name of the connection and connection methods appear.
  3. (Optional) Edit the name of the connection. At a later stage you cannot edit the name.
  4. Select App Registration as the method to create the connection.
  5. Fill in the parameters:
    • The Cluster URI
    • The Client ID
    • The Client Secret
    • The Tenant ID
  6. (Optional) Click Test Connection to test it.
  7. Click Create connection. The new connection appears on the Connections page.