<?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: Use of private endpoints for storage in workspace with EnableNoPublicIP=Yes and VnetInjection=No in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13008#M7749</link>
    <description>&lt;P&gt;Thanks @Gobinath Viswanathan​&amp;nbsp;. We'll move to VNET injection for now. Hopefully at some point the Databricks UI will provide additional control to make this scenario workable without bringing our own VNET.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 17:43:35 GMT</pubDate>
    <dc:creator>Greg_Galloway</dc:creator>
    <dc:date>2021-10-27T17:43:35Z</dc:date>
    <item>
      <title>Use of private endpoints for storage in workspace with EnableNoPublicIP=Yes and VnetInjection=No</title>
      <link>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13003#M7744</link>
      <description>&lt;UL&gt;&lt;LI&gt;We know that Databricks with VNET injection (our own VNET) allows is to connect to ADLS Gen2 over private endpoints. This is what we typically do.&lt;/LI&gt;&lt;LI&gt;We have a customer who created Databricks with EnableNoPublicIP=Yes (secure cluster connectivity) and VnetInjection=No. So it’s using a managed VNET in the Databricks managed resource group. We’re wondering if we can make it connect to ADLS Gen2 over private endpoints. We haven’t been successful but are close. Do we need to delete and recreate the Databricks workspace with VNET injection?&lt;/LI&gt;&lt;LI&gt;We’ve created a VNET peering in Databricks to MyVNET and a VNET peering from MyVNET the other end back to the Databricks managed VNET&lt;/LI&gt;&lt;LI&gt;Private endpoint is created for ADLS Gen2 in MyVNET and private DNS zone is setup with a VNET link to MyVNET. A VM in MyVNET can resolve DNS to the private endpoint 10.0.0.5 private IP and connect fine. &lt;/LI&gt;&lt;LI&gt;In a Databricks cluster I can successfully connect to 10.0.0.5 (the private endpoint IP) and have validated this with &lt;B&gt;%sh nc -zv 10.0.0.5 443&lt;/B&gt; which connects successfully&lt;/LI&gt;&lt;LI&gt;However private DNS resolution isn't working. If I run &lt;B&gt;%sh nslookup mystorageaccount.dfs.core.windows.net&lt;/B&gt; it returns the public IP address&lt;/LI&gt;&lt;LI&gt;The reason the DNS resolution isn’t happening is because in my Private DNS Zone I am unable to add a VNET link to the Databricks managed VNET. When I try to do that I get the typical error that I can't make changes to anything in the managed resource group databricks-rg-XXXXXX&lt;/LI&gt;&lt;LI&gt;So basically my question is whether there’s any way to add a Private DNS Zone virtual network link to a Databricks managed VNET (no public IP=yes) other than configuring custom DNS?  &lt;A href="https://docs.microsoft.com/en-us/azure/databricks/kb/cloud/custom-dns-routing" alt="https://docs.microsoft.com/en-us/azure/databricks/kb/cloud/custom-dns-routing" target="_blank"&gt;https://docs.microsoft.com/en-us/azure/databricks/kb/cloud/custom-dns-routing&lt;/A&gt; &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 18:57:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13003#M7744</guid>
      <dc:creator>Greg_Galloway</dc:creator>
      <dc:date>2021-10-18T18:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: Use of private endpoints for storage in workspace with EnableNoPublicIP=Yes and VnetInjection=No</title>
      <link>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13005#M7746</link>
      <description>&lt;P&gt;I use mainly exact the same setup. Please go to virtual network and check subnets. In PrivateDatabricks check is there "Service endpoints&lt;/P&gt;&lt;P&gt;Create service endpoint policies to allow traffic to specific azure resources from your virtual network over service endpoints" and there you should see it. You should also see ServiceEndpoints subnet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/2388iA2394268F792E768/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 12:05:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13005#M7746</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2021-10-19T12:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use of private endpoints for storage in workspace with EnableNoPublicIP=Yes and VnetInjection=No</title>
      <link>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13006#M7747</link>
      <description>&lt;P&gt;@Hubert Dudek​&amp;nbsp;Thanks for taking the time to reply. I think we're talking apples and oranges unfortunately. I didn't do VNET injection so the VNET and subnets in question are a *managed* VNET in the Databricks managed resource group. You are not allowed to make any changes to it directly. What you describe is bringing your own VNET which works perfectly, of course. Any idea how to make this work when VnetInjection=No?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 14:01:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13006#M7747</guid>
      <dc:creator>Greg_Galloway</dc:creator>
      <dc:date>2021-10-19T14:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Use of private endpoints for storage in workspace with EnableNoPublicIP=Yes and VnetInjection=No</title>
      <link>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13007#M7748</link>
      <description>&lt;P&gt;Managed VNET is locked and allows very limited config tuning like VNET peering that too facilitated and needs to be done from Databricks UI. If they want more control on VNET they need to migrate to VNET injected workspace. &lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 04:12:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13007#M7748</guid>
      <dc:creator>User16871418122</dc:creator>
      <dc:date>2021-10-27T04:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use of private endpoints for storage in workspace with EnableNoPublicIP=Yes and VnetInjection=No</title>
      <link>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13008#M7749</link>
      <description>&lt;P&gt;Thanks @Gobinath Viswanathan​&amp;nbsp;. We'll move to VNET injection for now. Hopefully at some point the Databricks UI will provide additional control to make this scenario workable without bringing our own VNET.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 17:43:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/use-of-private-endpoints-for-storage-in-workspace-with/m-p/13008#M7749</guid>
      <dc:creator>Greg_Galloway</dc:creator>
      <dc:date>2021-10-27T17:43:35Z</dc:date>
    </item>
  </channel>
</rss>

