<?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: Get a static IP for my Databricks App in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/99205#M2325</link>
    <description>&lt;P&gt;You should follow process:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Create a VNet Injected Workspace&lt;/STRONG&gt;: Ensure your Azure Databricks workspace is VNet injected with no public IPs. This setup is also known as Secure Cluster Connectivity (SCC) enabled workspace.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Deploy a NAT Gateway&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;&lt;SPAN&gt;Deploy a NAT gateway in your Azure Virtual Network. The NAT gateway will provide a static public IP address for outbound traffic from your Databricks clusters.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The NAT gateway should be associated with the public subnet of your VNet. There is no need to add the NAT gateway to the private subnet.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Configure the NAT Gateway&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;Ensure that the NAT gateway is properly configured to handle outbound traffic from your Databricks clusters. This involves setting up the routing tables to direct outbound traffic from the private subnets through the NAT gateway.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Whitelist the NAT Gateway IP&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the static IP address of the NAT gateway to the firewall rules of your target resource, such as your OpenAI resource. This will allow the outbound traffic from your Databricks clusters to be recognized and accepted by the target resource.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2024 15:04:58 GMT</pubDate>
    <dc:creator>Walter_C</dc:creator>
    <dc:date>2024-11-18T15:04:58Z</dc:date>
    <item>
      <title>Get a static IP for my Databricks App</title>
      <link>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/99134#M2322</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to find how to set-up a static IP for a Azure Databricks &lt;U&gt;&lt;STRONG&gt;App&lt;/STRONG&gt;&lt;/U&gt;.&amp;nbsp;&lt;BR /&gt;I tried to set-up a NAT gateway to have a static IP for the workspace, but it doesn't change anything, I still can't access my OpenAI ressource even if I authorize the NaT gateway static IP.&lt;/P&gt;&lt;P&gt;If anyone can help&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 11:11:51 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/99134#M2322</guid>
      <dc:creator>LMe</dc:creator>
      <dc:date>2024-11-18T11:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Get a static IP for my Databricks App</title>
      <link>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/99205#M2325</link>
      <description>&lt;P&gt;You should follow process:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Create a VNet Injected Workspace&lt;/STRONG&gt;: Ensure your Azure Databricks workspace is VNet injected with no public IPs. This setup is also known as Secure Cluster Connectivity (SCC) enabled workspace.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Deploy a NAT Gateway&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;&lt;SPAN&gt;Deploy a NAT gateway in your Azure Virtual Network. The NAT gateway will provide a static public IP address for outbound traffic from your Databricks clusters.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;The NAT gateway should be associated with the public subnet of your VNet. There is no need to add the NAT gateway to the private subnet.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Configure the NAT Gateway&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;Ensure that the NAT gateway is properly configured to handle outbound traffic from your Databricks clusters. This involves setting up the routing tables to direct outbound traffic from the private subnets through the NAT gateway.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="_1t7bu9h1 paragraph"&gt;&lt;SPAN&gt;&lt;STRONG&gt;Whitelist the NAT Gateway IP&lt;/STRONG&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL class="_1t7bu9h7 _1t7bu9h2"&gt;
&lt;LI&gt;&lt;SPAN&gt;Add the static IP address of the NAT gateway to the firewall rules of your target resource, such as your OpenAI resource. This will allow the outbound traffic from your Databricks clusters to be recognized and accepted by the target resource.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2024 15:04:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/99205#M2325</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-11-18T15:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Get a static IP for my Databricks App</title>
      <link>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/101849#M2503</link>
      <description>&lt;P&gt;Is&amp;nbsp;&lt;SPAN&gt;Secure Cluster Connectivity (SCC) setup is mandatory for this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 05:39:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/101849#M2503</guid>
      <dc:creator>vsd</dc:creator>
      <dc:date>2024-12-12T05:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get a static IP for my Databricks App</title>
      <link>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/101928#M2505</link>
      <description>&lt;P&gt;I found the following guide which might be what you are actually looking to achieve&amp;nbsp;&lt;A href="https://docs.databricks.com/en/archive/admin-guide/nat-gateway-proxying.html" target="_blank"&gt;https://docs.databricks.com/en/archive/admin-guide/nat-gateway-proxying.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 14:36:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/101928#M2505</guid>
      <dc:creator>Walter_C</dc:creator>
      <dc:date>2024-12-12T14:36:17Z</dc:date>
    </item>
    <item>
      <title>Re: Get a static IP for my Databricks App</title>
      <link>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/104251#M2680</link>
      <description>&lt;P&gt;Hi, I’m following up here as I have the same issue. Did the solution provided in the replies help resolve this for you?&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jan 2025 18:21:19 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/get-a-static-ip-for-my-databricks-app/m-p/104251#M2680</guid>
      <dc:creator>TechGuy329</dc:creator>
      <dc:date>2025-01-05T18:21:19Z</dc:date>
    </item>
  </channel>
</rss>

