<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Unable to Create Cluster in ADW Deployment — CONTROL_PLANE_REQUEST_FAILURE in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/128009#M3851</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/178587"&gt;@eshwari&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Unfortunately, it's not enough. You should still have UDR defined, that will allow outbound access to following resources.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1754903981361.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/18920iBF6902B2F4A33FCD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1754903981361.png" alt="szymon_dybczak_0-1754903981361.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Alternatively, if all your traffic from databricks subnets goes through Azure Firewall then you need to whitelist IPs of above resources to make it work.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/security/network/classic/udr" target="_blank"&gt;User-defined route settings for Azure Databricks - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Aug 2025 09:21:23 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-08-11T09:21:23Z</dc:date>
    <item>
      <title>Unable to Create Cluster in ADW Deployment — CONTROL_PLANE_REQUEST_FAILURE</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/127847#M3833</link>
      <description>&lt;P&gt;&lt;!-- StartFragment  --&gt;&lt;/P&gt;&lt;P&gt;I'm running into an issue with my Databricks workspace in Azure in my&lt;STRONG&gt;&amp;nbsp;own VNet&lt;/STRONG&gt;. I've successfully created two private endpoints: databricks_ui_api and browser_authentication&lt;/P&gt;&lt;P&gt;However, when I try to create a cluster, I get the following error:&lt;/P&gt;&lt;P&gt;CONTROL_PLANE_REQUEST_FAILURE: Network health check reported that instance is unable to reach Databricks Control Plane. Please check that instances have connectivity to the Databricks Control Plane. Instance bootstrap inferred timeout reason: NetworkHealthCheck_CP_Failed&lt;/P&gt;&lt;P&gt;&lt;!-- StartFragment  --&gt;&lt;/P&gt;&lt;P&gt;I've verified that the private endpoints are deployed and DNS resolution seems fine. But the cluster still fails to start due to what looks like a control plane connectivity issue.&lt;/P&gt;&lt;P&gt;Has anyone faced this before?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Are there additional endpoints or NSG rules I might be missing?&lt;/LI&gt;&lt;LI&gt;Is there a way to validate control plane connectivity from the workspace?&lt;/LI&gt;&lt;LI&gt;Any tips on debugging this in a private VNet setup?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks in advance for any guidance!&lt;/P&gt;&lt;P&gt;&lt;!-- EndFragment  --&gt;&lt;/P&gt;&lt;P&gt;&lt;!-- EndFragment  --&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 17:49:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/127847#M3833</guid>
      <dc:creator>eshwari</dc:creator>
      <dc:date>2025-08-08T17:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Cluster in ADW Deployment — CONTROL_PLANE_REQUEST_FAILURE</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/127886#M3834</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/178587"&gt;@eshwari&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Do you have some kind of firewall in your setup? It can block outbound traffic to control plane.&lt;BR /&gt;The easiest way to troubleshoot would be to deploy VM instance into one of the workspace subnets and perform regular troubleshooting steps like nc, ping, telnet etc.&lt;BR /&gt;&lt;BR /&gt;At below page you will find ip addresses of control plane per region:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/resources/ip-domain-region#control-plane-ip-addresses" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/resources/ip-domain-region#control-plane-ip-addresses&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you can try to run following series of commands to check connectivity (adjust for your region):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;# Verify access to the web application
nc -zv 40.118.174.12 443
nc -zv 20.42.129.160 443

# Verify access to the secure compute connectivity relay
nc -zv tunnel.westus.azuredatabricks.net 443

# Verify Artifact Blob storage access
nc -zv dbartifactsprodwestus.blob.core.windows.net 443
nc -zv arprodwestusa1.blob.core.windows.net 443
..
nc -zv arprodwestusa15.blob.core.windows.net 443
nc -zv dbartifactsprodwestus2.blob.core.windows.net 443

# Verify Metastore Database access
nc -zv consolidated-westus-prod-metastore.mysql.database.azure.com 3306
nc -zv consolidated-westus-prod-metastore-addl-1.mysql.database.azure.com 3306
nc -zv consolidated-westus-prod-metastore-addl-2.mysql.database.azure.com 3306
nc -zv consolidated-westus-prod-metastore-addl-3.mysql.database.azure.com 3306
nc -zv consolidated-westus2c2-prod-metastore-addl-1.mysql.database.azure.com 3306

# Verify Log Blob storage access
nc -zv dblogprodwestus.blob.core.windows.net 443&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Aug 2025 09:01:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/127886#M3834</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-09T09:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Cluster in ADW Deployment — CONTROL_PLANE_REQUEST_FAILURE</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/127888#M3836</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/178587"&gt;@eshwari&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If your Databricks cluster fails to start with the error message "Cluster terminated. Reason: Control Plane Request Failure... Failed to get instance bootstrap steps from the Databricks Control Plane," it's a clear indication that the &lt;STRONG&gt;worker nodes&lt;/STRONG&gt; of the cluster can't communicate with the &lt;STRONG&gt;Databricks Control Plane&lt;/STRONG&gt;. The control plane is the backend service that manages the cluster's lifecycle, handles job scheduling, and serves as the web application interface.&lt;BR /&gt;&lt;BR /&gt;This is recommended:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Configuring User-Defined Routes (UDRs) with the AzureDatabricks service tag and a &lt;STRONG&gt;next hop type&lt;/STRONG&gt; of &lt;STRONG&gt;Internet&lt;/STRONG&gt; is the recommended method for setting up network routing for Azure Databricks. This approach eliminates the need for manual updates to your route tables, ensuring your Databricks clusters can always communicate with essential backend services.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H3&gt;Why It's Recommended&lt;/H3&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Automatic Updates:&lt;/STRONG&gt; The AzureDatabricks service tag automatically includes all necessary IP address ranges for Databricks Control Planes, web apps, and Secured Cluster Connectivity (SCC) relays in your region. Azure handles the management of these IP addresses, so you don't have to manually track and update your route tables as new services are added or IPs change.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Simplified Management:&lt;/STRONG&gt; By using this single service tag, you create a robust and future-proof routing solution with minimal configuration. This prevents cluster failures that might otherwise occur due to outdated network rules.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Guaranteed Connectivity:&lt;/STRONG&gt; With the UDR directing traffic to the &lt;STRONG&gt;Internet&lt;/STRONG&gt;, you ensure that all outbound traffic from your Databricks cluster to the services represented by the AzureDatabricks tag is correctly routed, maintaining reliable operation.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Khaja_Zaffer_0-1754730082717.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/18879i4C6D1A96519B8F4C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Khaja_Zaffer_0-1754730082717.png" alt="Khaja_Zaffer_0-1754730082717.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Aug 2025 09:06:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/127888#M3836</guid>
      <dc:creator>Khaja_Zaffer</dc:creator>
      <dc:date>2025-08-09T09:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Cluster in ADW Deployment — CONTROL_PLANE_REQUEST_FAILURE</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/128002#M3850</link>
      <description>&lt;P&gt;Thank you for your response.&lt;/P&gt;&lt;P&gt;Commands to check connectivity fails, and we do have firewall enabled. But I have created private endpoints for databricks, wouldn't that be enough. Do I need to allow outbound internet traffic to region specific IPs explicitly?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 09:07:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/128002#M3850</guid>
      <dc:creator>eshwari</dc:creator>
      <dc:date>2025-08-11T09:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Cluster in ADW Deployment — CONTROL_PLANE_REQUEST_FAILURE</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/128009#M3851</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/178587"&gt;@eshwari&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Unfortunately, it's not enough. You should still have UDR defined, that will allow outbound access to following resources.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="szymon_dybczak_0-1754903981361.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/18920iBF6902B2F4A33FCD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="szymon_dybczak_0-1754903981361.png" alt="szymon_dybczak_0-1754903981361.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Alternatively, if all your traffic from databricks subnets goes through Azure Firewall then you need to whitelist IPs of above resources to make it work.&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/security/network/classic/udr" target="_blank"&gt;User-defined route settings for Azure Databricks - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 09:21:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/128009#M3851</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-08-11T09:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to Create Cluster in ADW Deployment — CONTROL_PLANE_REQUEST_FAILURE</title>
      <link>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/129581#M3954</link>
      <description>&lt;P data-unlink="true"&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/178587"&gt;@eshwari&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Good day, I think&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;szymon_dybczak and&amp;nbsp;&amp;nbsp;me provided enough information, please let me know if you had the solutions.&lt;/SPAN&gt;&lt;/P&gt;&lt;P data-unlink="true"&gt;&lt;SPAN class=""&gt;If you found the solution useful, you can select the solution for the solution which helps others. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Have a greate day!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 09:39:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/unable-to-create-cluster-in-adw-deployment-control-plane-request/m-p/129581#M3954</guid>
      <dc:creator>Khaja_Zaffer</dc:creator>
      <dc:date>2025-08-25T09:39:17Z</dc:date>
    </item>
  </channel>
</rss>

