I created an Azure Databricks workspace with my Visual Studio Subsciption, so far everything has been working as expected although I have requested to increase CPU core limit once.
I am now getting this "DataPlaneException" error in the DTL during "Waiting for resources" stage:
"error": {
"exceptions": [
{
"class_name": "DataPlaneException",
"message": "Failed to launch pipeline cluster 1116-023533-6bp5axog: Could not launch cluster due to cloud provider failures. azure_error_code: OperationNotAllowed, azure_error_message: Operation could not be completed as it results in exceeding approved standardFSF..."
}
],
"fatal": true
}
Does anyone have a clue of what's happening here?