An Apache Spark-based analytics platform optimized for Azure.
Hi kupendar reddy,
The error indicates that the Databricks workspace is running on a free-trial or subscription-limited Azure account, and the cluster cannot be provisioned because the available credits or quota have been exhausted. Azure free trial subscriptions are not eligible for quota increases, and the subscription must be upgraded to Pay-As-You-Go if you need to run larger clusters or request additional quota.
Recommended steps:
Upgrade the Azure subscription to Pay-As-You-Go and remove the spending limit if it is enabled. Microsoft documents that spending limits can block usage on free accounts, and removing the limit requires an active payment method.
Request the required vCPU quota in the target region after the subscription is eligible. Microsoft provides a regional quota request flow for increasing compute quotas.
Retry the cluster creation in the existing Databricks workspace after the subscription and quota changes are completed.
Microsoft Documentation:
- Azure Databricks free trial and prerequisites: Microsoft Learn
- Azure subscription limits and quota eligibility: Microsoft Learn
- Increase VM-family vCPU quotas: Microsoft Learn
- Increase regional vCPU quotas: Microsoft Learn
- Azure spending limit: Microsoft Learn