Share via

Network Check Control Plane Failure:

hshekhar 0 Reputation points
2026-03-05T07:21:49.2633333+00:00

[details] X_NHC_CONTROL_PLANE_UNREACHABLE: Instance failed network health check before bootstrapping with

fatal error: X_NHC_CONTROL_PLANE_UNREACHABLE 2 failed component(s): control_plane internet Retryable: true

Based on the failure results: List(entity: "centralindia.azuredatabricks.net" outcome: "unreachable" duration_sec: 263.28708 message: "curl: (28)

Connection timed out after 10001 milliseconds" last_error_code: 28 ,

entity: "www.databricks.com" outcome: "unreachable" duration_sec: 225.53181 message: "curl:

(28) Failed to connect to www.databricks.com port 443 after 7604 ms: Connection timed out" last_error_code: 28 )(OnDemand)

Azure Databricks
Azure Databricks

An Apache Spark-based analytics platform optimized for Azure.

{count} votes

1 answer

Sort by: Most helpful
  1. Vinodh247 41,566 Reputation points MVP Volunteer Moderator
    2026-03-10T15:44:23.3066667+00:00

    Hi ,

    Thanks for reaching out to Microsoft Q&A.

    This error means the Databricks cluster VM cannot reach the Databricks control plane over the internet, so the cluster fails the network health check before bootstrapping. Specifically, the compute node tried to connect to centralindia.azuredatabricks.net and Databricks at www.databricks.com, but both connections timed out on port 443 (HTTPS). This happens when outbound internet access is blocked from the Databricks worker node due to NSG rules, firewall restrictions, private network configuration, or missing NAT gateway/route to internet. To fix it, ensure the cluster subnet allows outbound HTTPS (443) to required databricks control plane endpoints and public internet, or configure NAT gateway/firewall allow rules if the workspace is deployed in a secure VNet injection setup. The error is retryable because once network connectivity is restored, the cluster can bootstrap successfully.

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.

    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.