Share via

I am using free azure account and cannot create cluster in databricks

Rakesh Vishwakarma 0 Reputation points
2026-04-02T08:14:24.2433333+00:00

Hi, I just created azure free account and using databricks but I can't create cluster

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.


2 answers

Sort by: Most helpful
  1. Smaran Thoomu 34,795 Reputation points Microsoft External Staff Moderator
    2026-04-02T08:41:13.4633333+00:00

    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:

    1. 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.
    2. 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.
    3. 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.
    4. 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

    Note: This content was drafted with the help of an AI system. Please verify the information before relying on it for decision-making.

    0 comments No comments

  2. Q&A Assist
    2026-04-02T08:14:43.99+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Creating a Databricks cluster with an Azure free account typically fails because the Databricks free trial requires a subscription that is not an “Azure Free Trial” subscription.

    To use Azure Databricks and create clusters:

    1. Convert the Azure Free Trial subscription to Pay-As-You-Go:
      • Go to the Azure account profile and upgrade the subscription from Free Trial to Pay-As-You-Go. See the guidance under Azure free account in the Databricks trial prerequisites.
      • Remove any spending limit that might block compute creation.
    2. Ensure subscription and quota prerequisites are met:
      • Make sure the subscription is active and not blocked due to inactivity (if it is, the tenant admin must reactivate it via Microsoft support as described in the tenant inactivity guidance).
      • If needed, request a vCPU quota increase in the region where Databricks will run.
    3. Create the Databricks workspace with the correct pricing tier:
      • In the Azure portal, create a new Azure Databricks workspace.
      • Select the Trial (Premium - 14-Days Free DBUs) pricing tier so the workspace can use the Databricks free trial DBUs.
    4. Create the cluster from the Databricks workspace:
      • Open the workspace from the Azure portal and launch Azure Databricks.
      • Go to ComputeCreate Cluster.
      • Provide a cluster name and create the cluster (or use the Databricks CLI/automation if already configured).

    If cluster creation still fails after upgrading the subscription and meeting prerequisites, check for quota errors or subscription/tenant restrictions and resolve those first.


    References:

    0 comments No comments

Your answer

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