Databricks Access Connector Create Fail

Shep Sheppard 0 Reputation points
2023-03-09T17:54:59.1033333+00:00

Trying to create the Azure Databricks Access Connector to prepare for unity catalogue, and am getting the following error on deployment,

{
  "code": "DeploymentFailed",
  "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.",
  "details": [
    {
      "code": "400",
      "message": "The accountId could not be retrieved from tenantId Some(3d0ec818-f70f-4924-befd-9952fb7d1861)."
    }
  ]
}
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,984 questions
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 80,491 Reputation points Microsoft Employee
    2023-03-10T05:13:05.4966667+00:00

    @Shep Sheppard Thanks for the question and using MS Q&A platform.

    The error message "The accountId could not be retrieved from tenantId Some(3d0ec818-f70f-4924-befd-9952fb7d1861)" is related to the deployment of the Azure Databricks Access Connector.

    To resolve this issue, you can try the following steps:

    1. Ensure that the tenant ID you are using is correct. You can verify this by checking the Azure Active Directory (Azure AD) portal.
    2. Make sure that the user account you are using has the necessary permissions to deploy resources to your Azure subscription.
    3. Try to create Azure Databricks workspace and see if you are able to create ADB workspace.

    If the issue persists, you need to open a support ticket for further assistance.

    As per the repro, I'm able to create an Access Connector for Azure Databricks without any issue.

    ADB-AccesConnector

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.