AzureClientSecret
Specifies the client secret for the Microsoft Entra ID application that the provider uses to authenticate to Databricks.
Data Type
string
Default Value
""
Remarks
The AzureClientSecret property stores the client secret associated with your Microsoft Entra ID (formerly Azure Active Directory) application. The secret acts as a password that the driver uses when authenticating through an Azure service principal.
You can create and view client secrets in the Azure portal under Microsoft Entra ID > App registrations > Your application > Certificates & secrets.
This property is required when the AuthScheme is set to AzureServicePrincipal and may also be required for AzureAD if the registered platform type in your Azure app is "Web".