Hi Team,
Creating Azure Databricks workspace fails during deployment. This only happens for pricing tier - premium. I have been able to create workspaces previously. This is on my pay-as-you-go subscription and I am the service administrator with full permissions on the subscription.
I teach Azure Databricks and lot of my students are also having the same issue. Also, I have created many workspaces until yesterday in this subscription without any issues. So, there seemed to be something that's changed at the product. Please let us know how to proceed.
Note - Creating workspaces with pricing tier standard works without any issues. The problem is only with premium workspaces.
Error message is as below. Please let me know if you need any further information.
Error Message
{
"status": "Failed",
"error": {
"code": "ApplianceDeploymentFailed",
"message": "The operation to create appliance failed. Please check operations of deployment 'test-databricks-dployment-uk-south' under resource group '/subscriptions/34cf7d7a-1340-43c5-81e4-57efa1d4b11a/resourceGroups/databricks-rg-test-databricks-dployment-uk-south-dsf43z7jiypge'. Error 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": "PreconditionFailed",
"message": "{\r\n \"error\": {\r\n \"code\": \"403\",\r\n \"message\": \"User not authorized.\"\r\n }\r\n}"
}
]
}
}