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.