<?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: Databricks Networking in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/databricks-networking/m-p/147705#M4823</link>
    <description>&lt;P&gt;Thank you for the response!&lt;BR /&gt;&lt;BR /&gt;The issue with this is that our Databricks workspace was created within a Vnet and not the managed Vnet that you would typically get and so I do not think Vnet injection is possible in this instance. We may be forced into creating a new workspace and linking it to a larger subnet.&lt;/P&gt;</description>
    <pubDate>Mon, 09 Feb 2026 13:46:29 GMT</pubDate>
    <dc:creator>Thabang</dc:creator>
    <dc:date>2026-02-09T13:46:29Z</dc:date>
    <item>
      <title>Databricks Networking</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-networking/m-p/147627#M4817</link>
      <description>&lt;P&gt;Currently our workspace has almost reached its maximum IP capacity, and we would like to create additional compute resources to handle memory intensive tasks. In doing some research we have been running into some conflicting answers, so I wanted to ask directly if it is possible to do either of the following to a Databricks workspace on Azure:&lt;/P&gt;&lt;P&gt;1) Is it at all possible to detach a Databricks workspace from its existing subnet and move it to a larger Subnet?&lt;BR /&gt;2) Is it possible to increase the size/s of a subnet of an existing azure Databricks workspace?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 09:16:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-networking/m-p/147627#M4817</guid>
      <dc:creator>Thabang</dc:creator>
      <dc:date>2026-02-09T09:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Networking</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-networking/m-p/147654#M4818</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;we had the same issue a few years ago, and we had to create a new workspace linked to a larger subnet because at the time it was not possible to move to another subnet (or change the existing subnet).&lt;BR /&gt;&lt;BR /&gt;This was about 2 or 3 years ago. I think this is possible in the mean time by using vnet injection:&lt;BR /&gt;learn.microsoft.com/en-us/azure/databricks/security/network/classic/update-workspaces&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 09:50:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-networking/m-p/147654#M4818</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2026-02-09T09:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Networking</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-networking/m-p/147705#M4823</link>
      <description>&lt;P&gt;Thank you for the response!&lt;BR /&gt;&lt;BR /&gt;The issue with this is that our Databricks workspace was created within a Vnet and not the managed Vnet that you would typically get and so I do not think Vnet injection is possible in this instance. We may be forced into creating a new workspace and linking it to a larger subnet.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 13:46:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-networking/m-p/147705#M4823</guid>
      <dc:creator>Thabang</dc:creator>
      <dc:date>2026-02-09T13:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks Networking</title>
      <link>https://community.databricks.com/t5/administration-architecture/databricks-networking/m-p/147725#M4824</link>
      <description>&lt;P&gt;Greeting&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/215146"&gt;@Thabang&lt;/a&gt;&amp;nbsp;, I did some digging and there &lt;I&gt;are&lt;/I&gt; potential mitigation paths, but they’re fairly involved and not something you’d want to tackle solo. The guidance consistently points to engaging Support—you’ll definitely need their help to do this safely and correctly.&lt;/P&gt;
&lt;P class="p1"&gt;To give you a sense of the level of effort, here are a few high-level indicators:&lt;/P&gt;
&lt;P class="p1"&gt;Short answers&lt;/P&gt;
&lt;OL start="1"&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;Moving a workspace to larger subnets&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p2"&gt;Detaching a workspace from its current subnets in order to move to larger ones is now supported for VNet-injected Azure Databricks workspaces via the new “Update workspace network configuration” flow (Public Preview). You can either replace the existing subnets in place with larger ones or move the workspace to an entirely new VNet with larger subnets.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="p1"&gt;This operation requires a maintenance window and must be performed through the Azure portal using a defined sequence of steps. Terraform does not support this flow yet.&lt;/P&gt;
&lt;P class="p1"&gt;If the workspace uses back-end Private Link, you’ll need to recreate the Private Link configuration and associated DNS records after the move.&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;&lt;STRONG&gt;Expanding an existing subnet&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="p2"&gt;Increasing the size of an existing subnet is possible for VNet-injected workspaces, but only if the VNet has sufficient contiguous free address space. In that case, Azure can expand the subnet, and Databricks must update the workspace’s network metadata so the newly available IPs are recognized.&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="p1"&gt;This is not a self-service operation today. It requires coordination with your Azure Databricks account team or support and involves downtime.&lt;/P&gt;
&lt;P class="p1"&gt;Hope this gives you a bit more insight.&lt;/P&gt;
&lt;P class="p1"&gt;Cheers, Louis&lt;/P&gt;</description>
      <pubDate>Mon, 09 Feb 2026 15:08:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/databricks-networking/m-p/147725#M4824</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2026-02-09T15:08:42Z</dc:date>
    </item>
  </channel>
</rss>

