Compute Issue In databricks

Anubhav Aggarwal (TATA CONSULTANCY SERVICES LTD) 105 Reputation points Microsoft External Staff
2026-07-10T01:20:07.04+00:00

I have tried to start create and start the compute several times but it never starts even after several hours. Do you know what could be the issue here?

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.


Answer accepted by question author

Alex Burlachenko 25,110 Reputation points MVP Volunteer Moderator
2026-07-10T07:44:08.9066667+00:00

hi Anubhav Aggarwal (TATA CONSULTANCY SERVICES LTD) & thx for sharing urs issue here at Q&A portal,

compute that stays in Starting for hours isn't normal. The first place to look is the cluster Event Log, since it usually shows whether the failure is due to capacity, VM allocation, permissions, init scripts, or library installation. If the compute never transitions past Starting, check whether there's an error in the cluster events or in the Azure Activity Log around the same time. If this is happening with a brand new compute as well as existing ones, it could be a workspace-level issue, quota/capacity problem, or a transient platform issue rather than a cluster configuration problem.

https://learn.microsoft.com/azure/databricks/compute/clusters-manage#view-compute-events

If the Event Log doesn't show a clear cause and the compute remains in Starting for hours, I'd open a support case with the workspace ID, cluster ID, region, timestamps, and the cluster Event Log. That will let Microsoft/Databricks check the backend provisioning logs.

rgds,

Alex

&

If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal

and at my blog https://ctrlaltdel.blog/

 

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Sina Salam 31,216 Reputation points Volunteer Moderator
    2026-07-29T14:15:03.4066667+00:00

    Hello Anubhav Aggarwal (TATA CONSULTANCY SERVICES LTD),

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are having Compute Issue in Databricks remaining unavailable for hours.

    Since there is no error, and GPU availability, quota, memory pressure, or a regional incident must not be assumed without supporting evidence. In addition to @SAI JAGADEESH KUDIPUDI and @Alex Burlachenko ’s response, what you can do is to:

    • Stop recreating the compute and open Azure Databricks > Compute > affected compute > Event log.
    • Capture the first failed startup event, including the cluster ID, Databricks error code, Azure error message, request or correlation ID, node type, region, and UTC timestamp.
    • Open the Databricks workspace’s managed resource group > Activity log and correlate the failure with operations from Microsoft.Compute, Microsoft.Network, Microsoft.Resources, or Microsoft.Databricks. Azure Activity Log records VM provisioning and Azure Resource Manager deployment failures. - https://learn.microsoft.com/en-us/azure/databricks/compute/troubleshooting/cluster-error-codes, and https://learn.microsoft.com/azure/databricks/_extras/documents/reference-use-case-lh-federation-for-azure.pdf
    • If no driver VM was created, correct the reported quota, capacity, policy, authorization, subscription, or VM-allocation failure.
    • If the driver VM was created but compute did not reach RUNNING, correct the reported bootstrap, DNS, firewall, NSG, UDR, NAT, Private Link, subnet, initialization-script, library, instance-pool, or custom-container failure.
    • Validate the correction using small CPU-based compute with a supported LTS runtime and without an instance pool, spot instances, GPU, init scripts, additional libraries, custom containers, or custom Spark properties.

    Therefore:

    1. For a quota error, verify both the total regional vCPU quota and the exact VM-family quota. For a capacity error, select another supported VM size because available quota does not guarantee physical capacity. - https://learn.microsoft.com/azure/databricks/notebooks/notebooks-manage
    2. For a network or bootstrap error, verify outbound connectivity from both Databricks subnets and permit the required Databricks, Storage, and Event Hubs paths through DNS, NSGs, UDRs, firewalls, and NAT. Microsoft recommends Azure service tags rather than hard-coded address ranges. - https://learn.microsoft.com/en-us/azure/service-health/impacted-resources-outage
    3. For subnet exhaustion, ensure that both dedicated Databricks subnets have sufficient addresses. Each node uses one address in each subnet, while Azure reserves five addresses in each subnet. - https://learn.microsoft.com/azure/azure-portal/quickstart-portal-dashboard-azure-cli

    I hope this is helpful. Please! Do not hesitate to let me know if you have any other questions, steps or clarifications.


    Please do not close the thread by upvoting and accepting the answer if any part of it is helpful.

    Was this answer helpful?


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.