An Apache Spark-based analytics platform optimized for Azure.
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.