<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to create a metastore for Unity Catalog as I don't have Account Admin rights in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/unable-to-create-a-metastore-for-unity-catalog-as-i-don-t-have/m-p/118022#M45597</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/163569"&gt;@harika5991&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're right about the root cause of your issue. Creating a Unity Catalog metastore requires Account Admin privileges, which is separate from just creating a workspace in Azure.&lt;BR /&gt;These are options you can try:&lt;/P&gt;&lt;P&gt;When you create a Databricks workspace through the Azure Portal (even with Premium tier), you're creating the workspace itself&lt;BR /&gt;but not automatically getting Account Admin privileges in the Databricks Account Console.&lt;BR /&gt;The Account Console is a separate layer that sits above individual workspaces.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solutions for Your Situation.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Option 1: Use the Databricks Account Console (Recommended)&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Go to accounts.azuredatabricks.net&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Log in with the same credentials you use for Azure&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- If your account is eligible for Account Admin, you'll see your account listed&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Select your account, then navigate to "Metastores" section&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Create a new metastore and assign it to your easewithdata-adb workspace&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Option 2: If You Don't Have Account Console Access&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If you don't see your account in the Account Console, you'll need to take one of these approaches:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1. Contact Azure Support: Request Account Admin privileges for your Databricks account.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. Use Azure CLI instead:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Install Databricks CLI extension first&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;az extension add --name databricks&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Create metastore&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; az databricks metastore create \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--resource-group &amp;lt;your-resource-group&amp;gt; \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--metastore-name "my-metastore" \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--location &amp;lt;your-region&amp;gt; \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--storage-root "abfss://&amp;lt;container&amp;gt;@&amp;lt;storage-account&amp;gt;.dfs.core.windows.net/"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Assign metastore to workspace&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; az databricks metastore assign \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --id &amp;lt;metastore-id&amp;gt; \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --workspace-id &amp;lt;workspace-id&amp;gt; \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --default-catalog "main"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2025 23:50:36 GMT</pubDate>
    <dc:creator>lingareddy_Alva</dc:creator>
    <dc:date>2025-05-06T23:50:36Z</dc:date>
    <item>
      <title>Unable to create a metastore for Unity Catalog as I don't have Account Admin rights</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-create-a-metastore-for-unity-catalog-as-i-don-t-have/m-p/117994#M45595</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;I just started learning Databricks. &lt;SPAN&gt;I created a Databricks workspace via the Azure Portal using the Trial (Premium - 14-Days Free DBUs) plan. The workspace name is `easewithdata-adb`.However,I do not currently see the option to create a Unity Catalog Metastore from within the Catalog tab.&lt;BR /&gt;I believe this may be because I am not assigned the Account Admin role in the Databricks Account Console, even though I created the workspace.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone please guide me on how to create a Metastore from within Catalog tab or how to get Account Admin role privileges?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 21:10:50 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-create-a-metastore-for-unity-catalog-as-i-don-t-have/m-p/117994#M45595</guid>
      <dc:creator>harika5991</dc:creator>
      <dc:date>2025-05-06T21:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to create a metastore for Unity Catalog as I don't have Account Admin rights</title>
      <link>https://community.databricks.com/t5/data-engineering/unable-to-create-a-metastore-for-unity-catalog-as-i-don-t-have/m-p/118022#M45597</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/163569"&gt;@harika5991&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You're right about the root cause of your issue. Creating a Unity Catalog metastore requires Account Admin privileges, which is separate from just creating a workspace in Azure.&lt;BR /&gt;These are options you can try:&lt;/P&gt;&lt;P&gt;When you create a Databricks workspace through the Azure Portal (even with Premium tier), you're creating the workspace itself&lt;BR /&gt;but not automatically getting Account Admin privileges in the Databricks Account Console.&lt;BR /&gt;The Account Console is a separate layer that sits above individual workspaces.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solutions for Your Situation.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Option 1: Use the Databricks Account Console (Recommended)&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Go to accounts.azuredatabricks.net&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Log in with the same credentials you use for Azure&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- If your account is eligible for Account Admin, you'll see your account listed&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Select your account, then navigate to "Metastores" section&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- Create a new metastore and assign it to your easewithdata-adb workspace&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Option 2: If You Don't Have Account Console Access&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;If you don't see your account in the Account Console, you'll need to take one of these approaches:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1. Contact Azure Support: Request Account Admin privileges for your Databricks account.&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. Use Azure CLI instead:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# Install Databricks CLI extension first&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;az extension add --name databricks&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Create metastore&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; az databricks metastore create \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--resource-group &amp;lt;your-resource-group&amp;gt; \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--metastore-name "my-metastore" \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--location &amp;lt;your-region&amp;gt; \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--storage-root "abfss://&amp;lt;container&amp;gt;@&amp;lt;storage-account&amp;gt;.dfs.core.windows.net/"&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # Assign metastore to workspace&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; az databricks metastore assign \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --id &amp;lt;metastore-id&amp;gt; \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --workspace-id &amp;lt;workspace-id&amp;gt; \&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --default-catalog "main"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 23:50:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/unable-to-create-a-metastore-for-unity-catalog-as-i-don-t-have/m-p/118022#M45597</guid>
      <dc:creator>lingareddy_Alva</dc:creator>
      <dc:date>2025-05-06T23:50:36Z</dc:date>
    </item>
  </channel>
</rss>

