Not able to create a DLT Pipeline in Azure Databricks to move the data from silver to gold layer

Shrishti Kumari 0 Reputation points
2025-05-04T20:33:56.4866667+00:00

I am trying to create DLT Pipeline to move the enriched data from silver layer to gold layer in Azure Databricks. This was the configuration, I chose 1 worker node with worker type as Standard_D3_v2, Driver Type as Standard_D3_v2 which together makes 8 cores which is within the limit of 10 cores for Trial Premium version of databricks.

But I am getting an error as the VM size (SKU) requested for launching your Databricks pipeline cluster is currently not available in the region or under your current capacity quota.

When I checked the Quotas > Compute, It shows quota limit exceeded for each and every of the region:

User's image

Please provide a resolution on this as I just have 10 more days left to practice this project.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,534 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Krupal Bandari 770 Reputation points Microsoft External Staff Moderator
    2025-05-05T05:03:37.23+00:00

    Hi @Shrishti Kumari
    You're encountering an error while trying to create a Delta Live Tables (DLT) pipeline in Azure Databricks due to VM size (SKU) unavailability or quota limitations. Even though you've selected a configuration with 1 driver and 1 worker node using the Standard_D3_v2 VM type well within the 10-core limit of your Databricks trial Azure is unable to provision the required VMs in your selected region (Australia Central). This is because your current subscription either has no quota assigned for the requested VM family in that region or the VM type is not available due to capacity constraints. Your quota page confirms that most VM families, including Dv2, DSv2, and Dv3, have a quota of 0 cores, which effectively blocks any deployment in that region.

    To resolve this, you should create a new Databricks workspace in a different region where VM quotas are available and try using smaller VM types like Standard_DS1_v2 or DS2_v2, which consume fewer cores and are more likely to be available under your trial limits. If needed and allowed by your subscription type, you may also request a quota increase through the Azure portal.

    You can refer to Microsoft’s official documentation to verify and guide these steps:
    https://learn.microsoft.com/en-us/azure/databricks/getting-started/free-trial
    https://learn.microsoft.com/en-us/azure/quotas/quickstart-increase-quota-portal
    https://learn.microsoft.com/en-us/azure/virtual-machines/sizes/overview?tabs=breakdownseries%2Cgeneralsizelist%2Ccomputesizelist%2Cmemorysizelist%2Cstoragesizelist%2Cgpusizelist%2Cfpgasizelist%2Chpcsizelist#general-purpose

    I hope this information helps.

    Kindly consider upvoting the comment if the information provided is helpful. This can assist other community members in resolving similar issues

    1 person found this answer helpful.

Your answer

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