<?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 Allow Public Network Access - Disabled, I can still access the workspace from public internet in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/allow-public-network-access-disabled-i-can-still-access-the/m-p/168273#M5596</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We configured Private Link for an existing Azure Databricks workspace (Hybrid workspace):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;VNet injection and Secure Cluster Connectivity enabled&lt;/LI&gt;&lt;LI&gt;databricks_ui_api private endpoint created&lt;/LI&gt;&lt;LI&gt;publicNetworkAccess = Disabled&lt;/LI&gt;&lt;LI&gt;requiredNsgRules = NoAzureDatabricksRules&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Access through the private endpoint works, including browser login and clusters (tested it via a jumpbox)&lt;/P&gt;&lt;P&gt;However, the workspace is still accessible from the public internet. I confirmed that an authenticated API request to the public IP returns HTTP 200, even after waiting over an hour. Azure shows the workspace update as succeeded.&lt;/P&gt;&lt;P&gt;Has anyone experienced this? could this be a synchronization issue? How to resolve this?&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2026 18:06:48 GMT</pubDate>
    <dc:creator>rhlp</dc:creator>
    <dc:date>2026-09-10T18:06:48Z</dc:date>
    <item>
      <title>Allow Public Network Access - Disabled, I can still access the workspace from public internet</title>
      <link>https://community.databricks.com/t5/administration-architecture/allow-public-network-access-disabled-i-can-still-access-the/m-p/168273#M5596</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;We configured Private Link for an existing Azure Databricks workspace (Hybrid workspace):&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;VNet injection and Secure Cluster Connectivity enabled&lt;/LI&gt;&lt;LI&gt;databricks_ui_api private endpoint created&lt;/LI&gt;&lt;LI&gt;publicNetworkAccess = Disabled&lt;/LI&gt;&lt;LI&gt;requiredNsgRules = NoAzureDatabricksRules&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Access through the private endpoint works, including browser login and clusters (tested it via a jumpbox)&lt;/P&gt;&lt;P&gt;However, the workspace is still accessible from the public internet. I confirmed that an authenticated API request to the public IP returns HTTP 200, even after waiting over an hour. Azure shows the workspace update as succeeded.&lt;/P&gt;&lt;P&gt;Has anyone experienced this? could this be a synchronization issue? How to resolve this?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2026 18:06:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/allow-public-network-access-disabled-i-can-still-access-the/m-p/168273#M5596</guid>
      <dc:creator>rhlp</dc:creator>
      <dc:date>2026-09-10T18:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: Allow Public Network Access - Disabled, I can still access the workspace from public internet</title>
      <link>https://community.databricks.com/t5/administration-architecture/allow-public-network-access-disabled-i-can-still-access-the/m-p/168283#M5597</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/247477"&gt;@rhlp&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;This doesnt sound like the expected behaviour if the request is genuinely reaching the workspace API from the public internet.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;A couple of things I would check first before coming into a conclusion&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Creating the &lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;databricks_ui_api&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt; private endpoint gives you a private path into the workspace, but it doesnt disable the public path by itself. That should be controlled by &lt;/SPAN&gt;&lt;STRONG&gt;publicNetworkAccess = Disabled&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;BR /&gt;Also, &lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;NoAzureDatabricksRules&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN&gt; is related to the required NSG rules, so it wouldnt affect whether the workspace API is publicly reachable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’d first confirm on the actual Azure Databricks workspace resource that properties.publicNetworkAccess is definitely showing as Disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’d also test from a completely external network, ideally with no corporate VPN, ExpressRoute, private DNS or proxy involved. Use the normal workspace hostname rather than testing against the raw public IP. Databricks uses shared front-end infrastructure, so getting an HTTP 200 from an IP alone doesn’t necessarily prove that the workspace itself is publicly accessible.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It’s also worth checking the actual response body/headers. For example, a front-end or authentication page may return 200 even though access to the workspace is still blocked. I’d test an authenticated workspace API such as /api/2.0/clusters/list and confirm you are actually getting data back from that workspace.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One more thing to do is, if browser access is intended to be fully private, make sure the &lt;STRONG&gt;browser_authentication&lt;/STRONG&gt; private endpoint and Private DNS setup are configured correctly as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If publicNetworkAccess is definitely disabled, you are testing from a genuinely public network, DNS is resolving publicly, and an authenticated workspace API call is still successfully returning workspace data, then I’d raise a Databricks/Azure support case. At that point it could be a control-plane propagation or service-side configuration issue rather than expected Private Link behaviour.&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Thank you so much !!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2026 00:35:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/allow-public-network-access-disabled-i-can-still-access-the/m-p/168283#M5597</guid>
      <dc:creator>Gokul_Pillai1</dc:creator>
      <dc:date>2026-09-11T00:35:44Z</dc:date>
    </item>
  </channel>
</rss>

