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.

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

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

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

  6. Create a new client secret.

  7. Copy the secret value.

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

  9. 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.