AzureTenantId Parameter (Connect-Databricks Cmdlet)
Specifies the directory (tenant) ID of your Microsoft Entra ID that the provider uses to authenticate to Databricks.
Syntax
Connect-Databricks -AzureTenantId string
Data Type
cstr
Default Value
""
Remarks
The AzureTenantId property identifies the Microsoft Entra ID (formerly Azure Active Directory) tenant that owns the registered application used for authentication.
You can find the tenant ID in the Azure portal under Microsoft Entra ID > Overview > Tenant ID.
This property is required when the AuthScheme is set to AzureServicePrincipal and may also be required for AzureAD authentication, depending on your OAuth configuration.