Hello Team,
Our application is running in an on-prem VM, not in Azure, and it is trying to connect to Azure Databricks. The Databricks instance on Azure is backed by ADLS Gen 2 storage. It is a Premium tier instance with private web and API endpoint URLs.
We have trouble connecting the databrick. The source code indicates:
AUTHORIZATION_URL_ERROR = (700128) Invalid Authorization URL detected.
A TCP dump shows that when the application tries to connect to the Databricks instance, our application doesn’t appear to make any network calls at all.
Could you please help us with this issue?