Share via

Need help in creating cluster

Naveen Sequeira 0 Reputation points
2025-09-01T19:33:37.0133333+00:00

Hi everyone,

I hope you’re doing well.

I’m currently facing an issue while trying to create a cluster in Azure Databricks. Despite trying various approaches, I keep encountering the following error message:

The VM size you are specifying is not available. SkuNotAvailable: The requested VM size for resource 'Following SKUs have failed for Capacity Restrictions: Standard_DS3_v2' is currently not available in location 'eastus'. Please try another size or deploy to a different location or different zone.

I have tried:

Requesting quota increases for the Standard_DS3_v2 VM family

Attempting cluster creation in different Azure regions

Selecting alternative VM sizes

Confirming all permissions are set correctly

However, the issue persists.

Has anyone else faced this problem? Are there any known workarounds or best practices to resolve VM SKU availability issues in East US, or recommended alternative VM sizes or regions that work well with Databricks clusters?

Any help or guidance would be greatly appreciated.

Thanks in advance!

Best regards, [Naveen Sequeira] [+91 9535269973]

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Pratyush Vashistha 5,135 Reputation points Microsoft External Staff Moderator
    2025-09-02T02:12:29.09+00:00

    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/818143/unable-to-launch-single-node-databricks-cluster-in

    https://learn.microsoft.com/en-us/answers/questions/5539133/unable-to-spin-up-azure-databricks-cluster-in-newl

    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

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.