Vikram Bhatt
Vikram Bhatt

Reputation: 23

How to add an account to Azure Databricks workspace region?

I spun up an instance of Azure Databricks. When I try to login, I get the following error.

The workspace you are trying to access does not exist in this Azure region, or your account [email protected] does not belong to any Databricks workspace in the region. Please ask your administrator to add you as a user, or click here to logout of Azure Active Directory and login with a different user.

I already have a role assigned to me as Service Administrator, which means access to all resources.

How do I fix this?

Upvotes: 2

Views: 8993

Answers (2)

Dennis Jaheruddin
Dennis Jaheruddin

Reputation: 21563

The previous answer and comments led me there, but because it is so awkward I figured it would be good to post as a separate answer:

Instead of clicking on the 'url', click the blue button called 'Launch workspace' to access the cluster.

Upvotes: 3

Carl Zhao
Carl Zhao

Reputation: 9539

Please follow the process below to add users to the Azure Databricks workspace :

1.As an administrator go to the Admin Console.

2.On the Users tab, click Add User.

3.Provide the user email ID.

You can add any user who belongs to the Azure Active Directory tenant of your Azure Databricks workspace.

Add user

4.If cluster access control is enabled, the user is added without cluster creation permission.

please see:here.


Update:

According to your error message: The workspace you are trying to access does not exist in this Azure region, or your account [email protected] does not belong to any Databricks workspace in the region. So,I think your account does not belong In this workspace,you should try to add your account as a user following the instructions of the error message.

The instructions in the document are indeed not very clear, you can follow this process to operate, go to Azure portal>Azure Databricks:

enter image description here enter image description here

Upvotes: 5

Related Questions