An Apache Spark-based analytics platform optimized for Azure.
Hi Shivangi Pathak,
it looks like your cluster is hitting an “Allocation failed. We do not have sufficient capacity for the requested VM size in this region” error. That usually means one of two things:
- Azure doesn’t have enough spare machines of that family (or SKU) where your workspace lives
- You’re requesting a VM family that’s no longer supported (e.g., the H-series was retired)
Here’s what you can try:
• Pick a different VM family that has capacity in your region
– In many regions, the Dv3/Dv4 or Ev3/Ev4 series (for example Standard_D4s_v3, Standard_D8s_v4, Standard_E8a_v4, etc.) will be available when H-series isn’t.
– Go to your cluster configuration, open the Node Type dropdown and pick one of those.
• Check your subscription quotas
– Even if capacity exists, you might have hit your cores/instances quota for a VM family. In the Azure Portal go to Subscriptions → Usage + quotas and verify you haven’t exceeded the limit for that VM family.
• Use a different region
– If you truly need that H-series machine (or your preferred SKU) in a region that’s sold out, you’ll have to spin up a new Databricks workspace in another Azure region where capacity is available.
– Unfortunately, you can’t “move” an existing workspace to a new region. You’d create a new workspace via the Azure Portal (Azure Databricks → + Create → pick the new Region from the dropdown) and then recreate your clusters there.
Hope one of these approaches gets you up and running! Let me know if you have questions on which VM sizes to pick or need help checking quotas.
Reference list
• H-series VM Family Retirement
https://learn.microsoft.com/azure/virtual-machines/h-series-retirement
• Classic compute termination error codes (CLOUD_PROVIDER_LAUNCH_FAILURE)
• Subscription quotas
• Create an Azure Databricks workspace (to pick a different region)
https://learn.microsoft.com/azure/databricks/getting-started/azure/quickstart
Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.
Please do not forget to "Accept Answer" and "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.