Workspace Admin gets 'Access Denied' when creating a cluster

TrubrixAi Azure Admin 20 Reputation points
2025-06-26T00:10:16.41+00:00

Hello Azure Support Team, I am experiencing a critical "Access Denied" issue that is preventing me from creating any new compute clusters in my workspace. I am trying to create a new cluster from the Compute page, but I receive the error: "Access Denied. You do not have permission to access this page." What I Have Verified: 1. My user account (******@trubrixai.com) is a confirmed Workspace Admin. 2. In the Admin Settings, my user has the "Unrestricted cluster creation" entitlement enabled. 3. As a troubleshooting step, I have also explicitly granted my user "Can use" permission on the "Personal Compute" cluster policy. Despite having all the necessary permissions according to the user interface, I am still blocked. This seems to be a platform-level issue with the effective permissions on my user profile. Please investigate why my Workspace Admin account is being denied permission to create a cluster. Thank you.

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

1 answer

Sort by: Most helpful
  1. Vinodh247 34,661 Reputation points MVP Volunteer Moderator
    2025-06-26T01:16:47.41+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    Please try the following common fixes for your issue.

    Confirm Workspace Admin Role at the Platform Level

    • Go to Admin Console > Workspace Settings.
    • Ensure that ******@trubrixai.com is:
      • Workspace Admin in Databricks (not just RBAC). Also listed under Admin Users in the Access Control section.

    Check Cluster Policy Scopes

    Go to Compute > Cluster Policies.

    Open the "Personal Compute" policy.

    • Verify the policy definition does not contain scope-limiting conditions like:
    
    "allowed_users": ["specific-user@example.com"]
    

    If it does, remove or update to include your user.

    Add Full Cluster Permissions

    Go to Compute > Permissions (on any cluster).

    Add your user (azure-admin@...) with:

    Can Manage or Can Attach To / Restart / Use as needed.

      Apply same permission on the Cluster Policy as well.
      
    

    Reassign Entitlements

    Go to Admin Console > Users.

    • For your user:

    Toggle off "Unrestricted Cluster Creation".

    Save.

    Toggle it back on and save again.

    • This forces a resync of the entitlement.

    Confirm Azure RBAC at Subscription / Resource Level

    • In Azure Portal:
      • Navigate to the RG and databricks workspace.
      Ensure your user has at least Contributor role.
      • Higher roles like owner or user access administrator may be needed if policies are enforced at the management group level.

    Clear Cached Access Tokens

    • Log out of the databricks workspace.

    Clear browser cache or use an incognito window.

    Log back in and retry cluster creation.

    Test with a New Cluster Policy

    Create a new cluster policy without restrictions.

    • Assign it to your user or group with can use permission.
    • Attempt to create a cluster using this new policy.

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

    0 comments No comments

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.