Unity Catalog Metastore - Access Validation Failed for ADLS Gen2 Path Despite Correct Role Assignment

Kalyan Kumar 0 Reputation points
2025-06-07T00:26:06.95+00:00

image

Hey Folks,
Can you check this error, i got this when i am creationg my newly Metastore for the first time and i new its Databricks backend bug and they are still working on it but yeah i have a question

Should i need to create - FORCE CREATE ? Or still i need to Debug ? and Yes i already created Azure Blob Storage Contributor

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. Suwarna S Kale 3,316 Reputation points
    2025-06-07T23:19:49.44+00:00

    Hello Kalyan Kumar,

    Thank you for posting your question in the Microsoft Q&A forum. 

    The error you're encountering during your first-time Databricks Metastore creation likely stems from a known backend synchronization issue in Azure Databricks, particularly with permission propagation. While a FORCE CREATE command might bypass the immediate error, it risks creating an unstable metastore if underlying permissions aren't fully resolved. 

    Recommended Approach you may take as below

    1. Wait for Azure/Databricks Fix: If this is a confirmed backend bug, forcing creation may compound issues. 
    2. Validate Permissions: Despite having Blob Storage Contributor, ensure your identity also has: Storage Blob Data Owner (for ACLs) and Databricks Workspace Admin rights. 
    3. Test with Manual Debug: Use dbutils.fs.ls() to verify storage access before retrying. 

    If urgent, proceed with FORCE CREATE but monitor metastore stability closely. 

    If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue. Your contribution to the Microsoft Q&A community is highly appreciated. 

    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.