An Apache Spark-based analytics platform optimized for Azure.
Hi @Rakesh Vishwakarma
It looks like you’re on an Azure free account with the built-in spending limit, which prevents you from provisioning the VMs that Databricks clusters need. Here’s what you can do:
- Upgrade your subscription • Go to your Azure profile and switch your subscription from “Free trial” to “Pay-as-you-go.” • Remove the spending limit on your account.
- Increase your vCPU quota • Even on Pay-as-you-go, you start with default vCPU limits per region. • In the Azure portal, navigate to Subscriptions → Usage + quotas, find your region’s vCPU quota, and request an increase.
- Create a Databricks workspace in Trial tier • When you create the workspace, choose the “Trial (Premium – 14-Days Free DBUs)” pricing tier. • This tier gives you access to a single-node cluster (1 driver, 4 cores) at no extra DBU cost for 14 days.
- Spin up your cluster • Once the workspace is ready, you can go to Clusters → Create Cluster. • You should be able to launch at least a single-node Spark cluster immediately.
If you still hit errors, let us know:
- Exact error message you see when creating the cluster
- Which region you’re in (so we can check your vCPU quota)
- Whether you already upgraded to Pay-as-you-go and removed the spending limit
References
- Troubleshoot compute startup on free/trial Databricks workspaces: https://learn.microsoft.com/azure/databricks/compute/startup-issues-free-trial
- Remove spending limit & change subscription: https://learn.microsoft.com/azure/cost-management-billing/manage/spending-limit#remove-the-spending-limit-in-account-center
- Request vCPU quota increase: https://learn.microsoft.com/azure/azure-portal/supportability/regional-quota-requests
Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.