An Apache Spark-based analytics platform optimized for Azure.
Hi ,
Thanks for reaching out to Microsoft Q&A.
This error in azure Databricks typically means the Access Connector is not correctly linked or discoverable for your Azure Storage Account at credential creation time. The most common causes are: the Access Connector is in a different region or subscription than the Databricks workspace, the managed identity is not properly assigned to the connector, or RBAC has not fully propagated. Ensure the Azure Databricks Access Connector is in the same region as the workspace, has the correct system/user-assigned identity enabled, and that identity has “Storage Blob Data Contributor” on the storage account. Also wait a few minutes after role assignment, as propagation delay often causes this exact error.
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.