Skip to main content

ADLS Gen2 (Service Principal) and URL as KV Secret

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-SECRET-URL.

Variable Reference

The following variables are supported:

  • AdlsUrlSecretName - (Required) The name of the Key Vault Secret containing the value of the ADLS URL.

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