An Apache Spark-based analytics platform optimized for Azure.
Hi Harshita Gupta,
The error you’re encountering (HTTP 404 on the adb-*.azuredatabricks.net URL) while the workspace shows as Active is typically related to workspace URL resolution or access path issues rather than the workspace itself being unavailable.
Please access the workspace using the correct entry point from the Azure portal instead of the direct URL. Go to your Databricks workspace resource > click Launch Workspace. This ensures the correct regional and tenant context is applied during login.
Also verify that you are signing in with the correct Microsoft Entra ID (Azure AD) account and tenant associated with the workspace. If you have access to multiple directories, switch to the correct directory from the Azure portal and retry.
If the issue persists, clear browser cache or try opening the workspace in an InPrivate/Incognito window, as stale session or cached redirects can sometimes lead to this behavior.
Additionally, confirm that there are no network restrictions (NSG, firewall, private endpoint misconfiguration, or DNS resolution issues) blocking access to the *.azuredatabricks.net domain from your environment.
If all of the above checks are correct and the issue continues, it may indicate a backend workspace URL propagation issue, and retrying after some time typically resolves it.
Let me know if you need help validating tenant or network configuration.