Hi Databricks team,
I have unity catalog enabled in azure databricks. My region is West India, I have created a compute to run sql notebook with policy unrestricted ,checked photon acceleration and single node in Trial edition of azure. Databricks runtime selected as 19 Scala 2.13, Spark 4.2.0. I am getting error while starting the compute:
cloud provider resource stockout. the VM size you are specifying is not available
JSON:
{
"data_security_mode": "DATA_SECURITY_MODE_AUTO",
"cluster_name": "myunitycatalogcompute",
"kind": "CLASSIC_PREVIEW",
"runtime_engine": "PHOTON",
"spark_version": "19.x-scala2.13",
"node_type_id": "Standard_D4ds_v5",
"autotermination_minutes": 30,
"is_single_node": true,
"cluster_id": "0825-074459-gdo58ihn"
}
Please let me know the workaround to work on notebooks. I have 2 serverless compute. How can these be connected to notebook. Drop down is not giving these options.
Default Interactive Compute
Default Automated Compute
And I cannot attach starter warehouse too to the sql notebook.