Share via

Azure Data Bricks Cluster

Rishi Rithi 20 Reputation points
2025-07-07T17:25:51.37+00:00

Hi,

While creating Azure Databricks cluster I am getting an error that the node Standrad_DS3_vs is not available in the Region. Please help. I am not able to see any Region while I run a Azure bash command to find the Region which has Standard_DS3_v2 VM.

There are other VM's in cluster, which has more that 6 cores which is of not use to me since my subscription has 10 cores.

Regards,

Vijay Kumar R

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.

0 comments No comments

Answer accepted by question author

  1. Venkat Reddy Navari 5,840 Reputation points Microsoft External Staff Moderator
    2025-07-08T02:52:58.21+00:00

    Hi Rishi Rithi This issue usually happens when the Standard_DS3_v2 VM size isn't available in the region you're trying to use. Azure VM availability can vary by region due to capacity and quota limits.

    Here’s how you can check VM availability:

    Run this command in Azure CLI to see where Standard_DS3_v2 is available:

    
    az vm list-skus --size Standard_DS3_v2 --all --output table
    

    More details here:

    If the VM size is available in some regions but not in yours, you may need to:

    Also, if your region supports the VM but you’ve hit your quota, you can request an increase: https://learn.microsoft.com/en-us/azure/quotas/per-vm-quota-requests


    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.

    Was this answer helpful?

    0 comments No comments

0 additional answers

Sort by: Most 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.