Skip to main content

ADLS Gen2 (Service Principal)

Connect to Azure Data Lake Storage Gen2 using a service principal

To use this connection type within the API, use a ConnectionTypeCode of ADLS-SP.

Variable Reference

The following variables are supported:

  • AzureDataLakeUrl - (Required) The URL of the Azure Data Lake.

  • ServicePrincipalTenantIdSecretName - (Required) The name of the Key Vault Secret containing the value of the Tenant ID of the Service Principal used to access ADLS.

  • ServicePrincipalClientIdSecretName - (Required) The name of the Key Vault Secret containing the value of the Application ID of the Service Principal used to access ADLS.

  • ServicePrincipalClientSecretSecretName - (Required) The name of the Key Vault Secret containing the value of the Client Secret of the Service Principal used to access ADLS.