<?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 How to properly restrict public network access on Azure Databricks Managed Root Storage? in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/how-to-properly-restrict-public-network-access-on-azure/m-p/158762#M5313</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Our main goal right now is to disable public network access on the Managed Root Storage Account (the one created automatically in the managed resource group dbresources... which contains containers like ephemeral, root, meta, and unity-catalog-storage).&lt;/P&gt;&lt;P&gt;When reviewing the Networking tab of this specific storage account in the Azure Portal, it is currently configured as &lt;EM&gt;"Enabled from all networks"&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;I created 2 private endpoints (dfs, blob) in&amp;nbsp; Managed Root Storage Account&lt;STRONG&gt; .&lt;/STRONG&gt;Could this be the final solution to restrict public access, or what are the next steps I need to follow?&lt;/P&gt;&lt;P&gt;We currently have Serverless Compute and Clasic Compute (No serverless).&lt;/P&gt;&lt;P&gt;Just to clarify, we are not talking about external business data storage, but strictly about the workspace system root storage (dbstorageiq..)&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>Thu, 11 Jun 2026 08:42:45 GMT</pubDate>
    <dc:creator>mariof</dc:creator>
    <dc:date>2026-06-11T08:42:45Z</dc:date>
    <item>
      <title>How to properly restrict public network access on Azure Databricks Managed Root Storage?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-properly-restrict-public-network-access-on-azure/m-p/158762#M5313</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Our main goal right now is to disable public network access on the Managed Root Storage Account (the one created automatically in the managed resource group dbresources... which contains containers like ephemeral, root, meta, and unity-catalog-storage).&lt;/P&gt;&lt;P&gt;When reviewing the Networking tab of this specific storage account in the Azure Portal, it is currently configured as &lt;EM&gt;"Enabled from all networks"&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;I created 2 private endpoints (dfs, blob) in&amp;nbsp; Managed Root Storage Account&lt;STRONG&gt; .&lt;/STRONG&gt;Could this be the final solution to restrict public access, or what are the next steps I need to follow?&lt;/P&gt;&lt;P&gt;We currently have Serverless Compute and Clasic Compute (No serverless).&lt;/P&gt;&lt;P&gt;Just to clarify, we are not talking about external business data storage, but strictly about the workspace system root storage (dbstorageiq..)&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>Thu, 11 Jun 2026 08:42:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-properly-restrict-public-network-access-on-azure/m-p/158762#M5313</guid>
      <dc:creator>mariof</dc:creator>
      <dc:date>2026-06-11T08:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to properly restrict public network access on Azure Databricks Managed Root Storage?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-properly-restrict-public-network-access-on-azure/m-p/158777#M5314</link>
      <description>&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/234945"&gt;@mariof&lt;/a&gt;&amp;nbsp;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;It possible and all details are well described in following article:&lt;/P&gt;&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/security/network/storage/firewall-support" target="_blank" rel="noopener"&gt;Enable firewall support for your workspace storage account - Azure Databricks | Microsoft Learn&lt;/A&gt;&lt;/P&gt;&lt;P class=""&gt;Before enabling the firewall, the docs are explicit about several hard requirements. You need to verify all of these:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;- VNet injection&lt;/STRONG&gt; must be enabled on your workspace for connections from the classic compute plane.&lt;/P&gt;&lt;P class=""&gt;-&amp;nbsp;&lt;STRONG&gt;Secure Cluster Connectivity (No Public IP / NPIP)&lt;/STRONG&gt; must be enabled for connections from the classic compute plane.&lt;/P&gt;&lt;P class=""&gt;-&amp;nbsp;The workspace must be on the &lt;STRONG&gt;Premium plan&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;-&amp;nbsp;You must have a &lt;STRONG&gt;separate dedicated subnet&lt;/STRONG&gt; for the private endpoints&lt;/P&gt;&lt;P class=""&gt;-&amp;nbsp;You must &lt;STRONG&gt;create an Azure Databricks Access Connector&lt;/STRONG&gt; (with system-assigned or user-assigned managed identity) and save its resource ID &lt;STRONG&gt;before&lt;/STRONG&gt; enabling the firewall. You cannot use the access connector in the managed resource group -&amp;nbsp; it must be in a separate resource group.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;So, basically you need to perform following steps:&lt;/P&gt;&lt;H4&gt;1. Verify your private endpoints are in the correct subnet.&lt;/H4&gt;&lt;H4&gt;2. Confirm endpoint approval&lt;/H4&gt;&lt;H4&gt;3. Create an Access Connector (if not already done)&lt;/H4&gt;&lt;H4&gt;4. Enable the firewall via Azure CLI or PowerShell&lt;/H4&gt;&lt;P class=""&gt;This is the key step that actually flips the storage account from "Enabled from all networks" to private. Use&amp;nbsp;&lt;STRONG&gt;Azure CLI:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;bash&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN&gt;az databricks workspace update &lt;SPAN class=""&gt;\&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;   --resource-group &lt;SPAN class=""&gt;"&amp;lt;your-resource-group&amp;gt;"&lt;/SPAN&gt; &lt;SPAN class=""&gt;\&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;   --name &lt;SPAN class=""&gt;"&amp;lt;your-workspace-name&amp;gt;"&lt;/SPAN&gt; &lt;SPAN class=""&gt;\&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;   --subscription &lt;SPAN class=""&gt;"&amp;lt;subscription-id&amp;gt;"&lt;/SPAN&gt; &lt;SPAN class=""&gt;\&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;   --default-storage-firewall &lt;SPAN class=""&gt;"Enabled"&lt;/SPAN&gt; &lt;SPAN class=""&gt;\&lt;/SPAN&gt;
&lt;/SPAN&gt;&lt;SPAN&gt;   --access-connector &lt;SPAN class=""&gt;"{&lt;/SPAN&gt;&lt;SPAN class=""&gt;\"&lt;/SPAN&gt;&lt;SPAN class=""&gt;id&lt;/SPAN&gt;&lt;SPAN class=""&gt;\"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;\"&lt;/SPAN&gt;&lt;SPAN class=""&gt;/subscriptions/&amp;lt;sub-id&amp;gt;/resourceGroups/&amp;lt;rg&amp;gt;/providers/Microsoft.Databricks/accessConnectors/&amp;lt;connector-name&amp;gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;\"&lt;/SPAN&gt;&lt;SPAN class=""&gt;, &lt;/SPAN&gt;&lt;SPAN class=""&gt;\"&lt;/SPAN&gt;&lt;SPAN class=""&gt;identity-type&lt;/SPAN&gt;&lt;SPAN class=""&gt;\"&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;\"&lt;/SPAN&gt;&lt;SPAN class=""&gt;SystemAssigned&lt;/SPAN&gt;&lt;SPAN class=""&gt;\"&lt;/SPAN&gt;&lt;SPAN class=""&gt;}"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;HR /&gt;&lt;H3&gt;Serverless Compute Consideration&lt;/H3&gt;&lt;P class=""&gt;Since you have &lt;STRONG&gt;both Serverless and Classic compute&lt;/STRONG&gt;, there's an important nuance:&lt;/P&gt;&lt;P class=""&gt;When you enable firewall support, Azure Databricks automatically onboards the workspace storage account to a &lt;STRONG&gt;network security perimeter&lt;/STRONG&gt; that allows the AzureDatabricksServerless service tag, enabling serverless compute to connect via service endpoints. For private endpoint connectivity from serverless, you need an additional private endpoint rule in your Network Connectivity Configuration (NCC). &lt;SPAN class=""&gt;&lt;A class="" href="https://learn.microsoft.com/en-us/azure/databricks/security/network/storage/firewall-support" target="_blank" rel="noopener"&gt;microsoft&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;Azure Databricks is currently onboarding all existing workspace storage accounts with enabled firewalls to a network security perimeter allowing the AzureDatabricksServerless service tag, with onboarding expected to complete by end of 2026&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;If my answer was helpful, please consider marking it as accepted solution.&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jun 2026 09:56:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-properly-restrict-public-network-access-on-azure/m-p/158777#M5314</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2026-06-11T09:56:13Z</dc:date>
    </item>
  </channel>
</rss>

