Azure Databricks error

keloken 81 Reputation points
2021-10-22T08:22:58.87+00:00

Hi, I get the error below when trying to deploy Azure Databricks workspace with Vnet injection.

{
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.",
"details": [
{
"code": "ResourceDoesNotExist",
"message": "RESOURCE_DOES_NOT_EXIST: The Workspace Creator with Object ID: XXXXX Could Not Be Found"
}
]
}

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
1,942 questions
{count} votes

Accepted answer
  1. Saurabh Sharma 23,751 Reputation points Microsoft Employee
    2021-10-22T18:08:11.093+00:00

    Hi @keloken ,

    Thanks for using Microsoft Q&A !!
    You may get this error when the user creating the workspace does not exist in the tenant ID and may cause initialization failure. You need to create or add the user in the correct tenant to prevent this issue. Once you complete this step, you need to assign the permissions to this account. The user needs to have access to the subscriptions attached into the tenant where your are trying to create the workspace.
    Once the user has this access, the user should be able to manage all the resources based on the necessity, including the databricks workspace.

    Please let me know in case you still have issues or any other questions.

    Thanks
    Saurabh

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful