Share via

Azure Managed Identity Credential with Access Connector Id <Resource_ID>for Account Id:<AccoutnID>could not be found

Bhanu S 0 Reputation points
2026-03-22T23:51:10.3733333+00:00

I have created a databricks workspace, deployed a storage account.

I have created a access connector and provide Storage Blob Data Contributor.

While I try to create a credential in Azure Databricks, I get below error:

Azure Managed Identity Credential with Access Connector Id <Resource_ID>for Account Id:<AccoutnID>could not be found

User's image

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.


1 answer

Sort by: Most helpful
  1. Vinodh247 41,971 Reputation points MVP Volunteer Moderator
    2026-03-23T05:49:39.23+00:00

    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.


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.