cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Unable to create Compute

sanketpatel
New Contributor

Hello Community Support,

I am not able to create the compute resources with my Azure Databricks subscription. Can anyone help?

I was on a 14-day free premium trial plan. Now I am on Premium (+ Role-based access controls) plan.  My azure account is pay as you go subscription plan.

 
My Workspace ID: 7405616306325796
OpenSharing ID: azure:eastus:6bad6940-d3cf-4e41-bf37-a18c6d615f22
1 REPLY 1

ShamenParis
Contributor III

Hi @sanketpatel ,

I think the problem is that your Azure subscription simply doesn't have enough vCPU core quota allocated for the StandardDCASv5Family in the East US region (According to the images). Even though you are on a Pay-As-You-Go plan, Azure enforces default core limits on specific VM families (which is currently set to 0 on your account) to prevent accidental overspending.

You can try requesting a quota increase directly through the Azure Portal. It's usually a very quick process.

Here are the steps to fix it:

  1. Sign in to the Azure portal and type Quotas in the top search bar.

  2. On the left menu or overview page, click on Compute.

  3. Filter the location to East US and search for StandardDCASv5Family (the family for your standard_DC4as cluster).

  4. Check the box next to it and click New Quota Request at the top.

  5. Select Enter a new limit. The error mentions you need a minimum of 4 cores, but it is usually a good idea to request 8 or 16 so you have a little buffer for future clusters.

  6. Click Submit.

Azure often approves these automatically within a few minutes. If it requires manual review, it might prompt you to open a quick support ticket from that same page.

Link: Increase VM-family vCPU quotas (Azure Documentation)