Why I am unable to see create workspace button at Databricks Account Console at azure
In Azure Databricks, the reason you don’t see the “Create Workspace” button in the Databricks Account Console is usually because of a concept mismatch between how workspaces are created in AWS/GCP Databricks and Azure Databricks.
Here’s the key difference:
1️⃣ Azure Databricks doesn’t let you create workspaces from the Databricks Account Console
- The Databricks Account Console (accounts.databricks.com) is primarily used in AWS/GCP to manage multiple workspaces, identity federation, and account-level configurations.
- In Azure Databricks, workspace creation is completely handled via the Azure Portal, not the Databricks Account Console.
- That’s why the “Create Workspace” button is absent — Microsoft’s integration moves that functionality into Azure Resource Manager (ARM).
2️⃣ How to Create a Workspace in Azure Databricks
Instead of looking in the Databricks account console:
Go to Azure Portal → https://portal.azure.com
Click Create a Resource → search for Azure Databricks.
Click Create.
Fill in:
Subscription
Resource Group
Workspace name
Region
Pricing Tier
Click Review + Create → Create.
Wait for deployment → then click Launch Workspace.
3️⃣ Why Microsoft Designed It This Way
- Azure tightly couples Databricks workspaces with Azure networking, billing, and RBAC through Azure Resource Manager.
- You cannot create an Azure Databricks workspace directly from Databricks Account Console — that portal will only let you manage users, groups, SCIM provisioning, and Unity Catalog after the workspace exists.
4️⃣ Common Misunderstanding
If you followed AWS or GCP Databricks documentation, it will say “Click Create Workspace in the account console.”
That does not apply to Azure. For Azure, workspace provisioning is always via the Azure Portal, Azure CLI, ARM templates, or Terraform.
✅ Quick Tip:
If you already have a workspace and want to see it in the Databricks Account Console, you’ll need to link your Azure Databricks workspace to your account by enabling E2 architecture with account console access via Azure support.
If you want, I can share a step-by-step with Azure CLI and Terraform so you can skip the Azure Portal and automate workspace creation.
That way you’ll also understand how the Azure ARM integration differs from AWS/GCP.