Hello Gokul Bondre,
Thanks for raising this question in Q&A forum.
I understand that you are trying to set up a Metastore (likely for Azure Databricks Unity Catalog) but are blocked because you do not have the required administrator rights, even if you are an Owner or Contributor on the Azure subscription.
This is a very common point of confusion. Setting up a Unity Catalog Metastore requires permissions at the Databricks Account level, which is separate from the Azure Resource level.
Here is how to resolve this:
- Understand the Role Requirement:
- To create a metastore, you must be a Databricks Account Admin.
- Being an Azure Subscription Owner does automatically make you a Workspace Admin, but it does not automatically make you an Account Admin in the Databricks Account Console.
- Identify the Current Account Admin:
- The first Account Admin is automatically the user who created the very first Databricks Workspace in your Azure tenant.
- If that was not you, you need to find that person.
- Granting the Role:
- Ask the current Account Admin to log in to the Databricks Account Console.
- Navigate to User management.
- Find your email/user.
- Click on your user and under the Roles tab, toggle on Account Admin.
Once this role is assigned, log out and log back in. You should then be able to access the "Data" > "Metastore" creation flow successfully.
If helps, approve the answer.
Best Regards,
Jerald Felix