An Apache Spark-based analytics platform optimized for Azure.
Hello Naveen Sequeira,
Thanks for posting your Question to Microsoft QnA portal.
Could you please try using a smaller VM size such as Standard_DS2_v2, Standard_D2_v2, or Standard_B2ms for your Databricks cluster. These are more likely to be available under student quotas.
Use the following command to list VM sizes available in your region:
az vm list-skus --location eastus --output table
If Databricks doesn't allow smaller nodes for your workload, consider using Azure ML, Notebooks, or upgrading to a Pay-As-You-Go subscription for full quota control.
Yes this issue was faced by other users as well, You can refer to the following similar issues.
https://learn.microsoft.com/en-us/answers/questions/5532814/cluster-on-databricks
https://learn.microsoft.com/en-us/answers/questions/5538739/unable-to-create-compute-in-databricks
Before you create any clusters in your subscription, you need to check the usage of the cores available in the region.
To find total cores available for a region:
Azure Portal: All services => Subscriptions => Select your subscription => Usage + Quotas
Hope this helps. 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.
Thanks
Pratyush