Share via

unable to create unity catalog by using console

LIKITH KUMAR BHOGADI 0 Reputation points
2025-09-12T16:39:49.44+00:00

User's image

unable to create unity catalog even after providing required details and also added storage blob contributer/owner role assingment to container. but still i'm facing the above issuse

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Vinodh247-1375 43,181 Reputation points Volunteer Moderator
    2025-09-13T07:17:55.04+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    Your error is because the ADLS Gen2 path you gave points to the container root. Unity Catalog needs a subdirectory path (for example, /unitycatalog).

    Also make sure:

    Storage account, access connector, and metastore are all in the same region.

    The access connector’s managed identity has Storage Blob Data Contributor at the storage account level, not just the container.

    Wait a few minutes after role assignment before retrying.

    Fix: Create a folder in your container (example: unitycatalog), use that path, and ensure RBAC is set at account level. That should resolve it.

    Try similar to below:

    1. Create a folder in your ADLS Gen2 container (ex: unitycatalog).
    2. Update the path in the console to:
         abfss://<containerName>@<storageAccountName>.dfs.core.windows.net/unitycatalog
      
    3. Re-check RBAC: Storage Blob Data Contributor assigned at storage account level to the Access Connector’s MI.
    4. Retry the create operation.

    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.

    Was this answer helpful?


Your answer

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