An Apache Spark-based analytics platform optimized for Azure.
Creating a Databricks workspace does not automatically make the creator an Azure Databricks account admin. It can make the user a workspace admin, but account-level administration is separate.
For the first Azure Databricks account admin, a Microsoft Entra ID Global Administrator must sign in to the Azure Databricks account console. On first successful sign-in, that Global Administrator is automatically granted the account admin role. After that, the account admin can assign the role to other users.
In this case, the main issue is the identity being used:
- Use a work or school account in Microsoft Entra ID, not a personal Microsoft account.
- The error about the user not existing in tenant "Microsoft Services" indicates a tenant/account mismatch.
- The context also shows that personal Microsoft accounts can fail for account console access and that Azure Databricks account access is tied to the correct Microsoft Entra tenant.
- Have a Microsoft Entra ID Global Administrator in the same tenant as the Databricks workspace sign in to the account console at
https://accounts.azuredatabricks.net.- If no one in that tenant has logged in before, that first Global Administrator becomes the first Azure Databricks account admin.
- After that sign-in succeeds, assign the required role:
- In the account console, go to User management.
- Select the target user.
- Open the Roles tab.
- Turn on Account admin.
- If the Global Administrator is in multiple Microsoft Entra ID tenants, access the account console from within a workspace in the correct tenant instead of going directly to the account console URL. The direct URL opens the account console for the default tenant.
- Once an account admin exists, that account admin can manage account settings and Unity Catalog-related administration, including capabilities such as creating metastores, linking metastores to workspaces, assigning workspace admins, and managing metastore-level permissions.
Important correction: the documentation does not say that creating a workspace or logging into a workspace automatically grants account admin. The automatic bootstrap applies to the first Global Administrator who signs in to the account console, not to any workspace creator.
References:
- Databricks administration overview
- Admin privileges in Unity Catalog
- Unable to access Databricks Admin Console - Microsoft Q&A
- We need to reassign the account admin for our Databricks account - Microsoft Q&A
- Azure Databricks - requesting Account Admin access - Microsoft Q&A
- How to log in to the Databricks Account Console (accounts.azuredatabricks.net) - Microsoft Q&A