and have either the "Workspace access" or the "Databricks SQL access" entitlement, which is required to access this page.

Uma Lakshman 0 Reputation points
2025-04-23T18:55:37.0733333+00:00

I have created my personal Azure account using a gmail and a databricks resource group. I then created a workspace in us west 2. When i try to lauch the workspace i get this error -

" ... and have either the "Workspace access" or the "Databricks SQL access" entitlement, which is required to access this page."

Please let me know how i can resolve it.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,413 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Chandra Boorla 12,085 Reputation points Microsoft External Staff
    2025-04-23T20:07:03.01+00:00

    @Uma Lakshman

    The error you're seeing *"... and have either the 'Workspace access' or the 'Databricks SQL access' entitlement, which is required to access this page." *means that your Gmail-based account hasn't yet been granted the necessary permissions within the Databricks workspace, even though you were able to create it via the Azure Portal.

    Here’s how you can fix it:

    Add Your Gmail to Azure AD as a Guest

    Azure Databricks uses Azure Active Directory (AAD) for identity management. If you used a Gmail address, it must first be added as a guest user in your AAD tenant:

    1. Go to Azure Portal → Azure Active Directory → Users → New guest user.
    2. Enter your Gmail address and send the invitation.
    3. Accept the invite from your Gmail inbox (check spam/promotions too).

    Assign Azure Role to Access the Databricks Resource

    After adding yourself as a guest:

    1. Go to your Databricks workspace in Azure Portal.
    2. Select Access control (IAM) → Add role assignment.
    3. Assign the Contributor or Owner role to your Gmail user (now a guest in AAD).

    This gives your account permission to manage and launch the workspace from Azure.

    Grant Workspace Entitlements in Databricks

    Now that you're inside the workspace, you need to be granted access within Databricks itself:

    1. Launch the workspace from the Azure Portal.
    2. Go to Admin Settings → Groups.
    3. Open the users group (this is the default group for workspace access).
    4. Add your Gmail address as a member.

    This automatically grants you both Workspace access and Databricks SQL access entitlements.

    Verify Access

    • Wait a few minutes for the changes to sync.
    • Try launching the workspace again.
    • You should now be able to access Databricks successfully.

    Still Blocked? Optional Alternative

    If you’re still seeing the error, double-check:

    • You accepted the Azure AD guest invitation.
    • You were added to the “users” group in Databricks.
    • Your role in Azure has the correct permissions (Contributor or higher).

    I hope this information helps. Please do let us know if you have any further queries.

    Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues.

    Thank you.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.