cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Custom hostname for Azure Databricks workspace

gt-ferdyh
New Contributor

For a client it's required that all applications use a subdomain of an internal hostname. Does anyone have a suggestion on how to achieve this? Options could be in the line of CNAME or Reverse Proxy, but couldn't get that to work yet.

Does Azure Databricks have any support for this?

1 REPLY 1

Renu_
Valued Contributor II

Hi @gt-ferdyh, Azure Databricks doesnโ€™t natively support custom subdomains. However, to make it accessible via an internal subdomain, you can:

  • Enable Azure Private Link for your Databricks workspace.
  • In your internal DNS, create an A record or CNAME that maps your desired subdomain to the workspaceโ€™s Private Link endpoint or official Databricks hostname.

While using a reverse proxy is technically possible, itโ€™s generally not recommended due to the complexity of handling authentication.