<?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 access Azure SQL Database without allowing public network access in Pipelines</title>
    <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3920786#M3344</link>
    <description>&lt;P&gt;Of course, my production database is accessible only from specified vNets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;How can I access it from Data Pipeline in Microsoft Fabric?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the following options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;H4&gt;Managed Private Endpoints or&amp;nbsp;Managed virtual networks - works only for Spark Job from notebooks. Is not an option because we need data pipeline&lt;/H4&gt;&lt;/LI&gt;&lt;LI&gt;&lt;H4&gt;Data gateway - is too expensive and also is available only for Dataflows Gen2, why Data Pipelines are not supported is totally unclear!&lt;/H4&gt;&lt;/LI&gt;&lt;LI&gt;&lt;H4&gt;IP allowlists - works but unsupportable because we need to know all IPs of Fabric.&lt;/H4&gt;&lt;/LI&gt;&lt;LI&gt;&lt;H4&gt;Checkbox "Allow Azure services and resources to access this server" - is insecure because the data can be accessed from any other Azure Service&lt;/H4&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A private link for the SQL database is also useless because it requires a vNet of Fabric which is unavailable (because of SaaS?).&lt;/P&gt;&lt;P&gt;Managed Private Endpoints - looks very promising but only for Spark (why? are the any plans to support not only Spark and notebooks?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, could anyone help me how to access the data? Allow public network access is not an option here!&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 13:50:23 GMT</pubDate>
    <dc:creator>Marusyk</dc:creator>
    <dc:date>2024-05-15T13:50:23Z</dc:date>
    <item>
      <title>How to access Azure SQL Database without allowing public network access</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3920786#M3344</link>
      <description>&lt;P&gt;Of course, my production database is accessible only from specified vNets.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;How can I access it from Data Pipeline in Microsoft Fabric?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found the following options:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;H4&gt;Managed Private Endpoints or&amp;nbsp;Managed virtual networks - works only for Spark Job from notebooks. Is not an option because we need data pipeline&lt;/H4&gt;&lt;/LI&gt;&lt;LI&gt;&lt;H4&gt;Data gateway - is too expensive and also is available only for Dataflows Gen2, why Data Pipelines are not supported is totally unclear!&lt;/H4&gt;&lt;/LI&gt;&lt;LI&gt;&lt;H4&gt;IP allowlists - works but unsupportable because we need to know all IPs of Fabric.&lt;/H4&gt;&lt;/LI&gt;&lt;LI&gt;&lt;H4&gt;Checkbox "Allow Azure services and resources to access this server" - is insecure because the data can be accessed from any other Azure Service&lt;/H4&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A private link for the SQL database is also useless because it requires a vNet of Fabric which is unavailable (because of SaaS?).&lt;/P&gt;&lt;P&gt;Managed Private Endpoints - looks very promising but only for Spark (why? are the any plans to support not only Spark and notebooks?)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, could anyone help me how to access the data? Allow public network access is not an option here!&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 13:50:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3920786#M3344</guid>
      <dc:creator>Marusyk</dc:creator>
      <dc:date>2024-05-15T13:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Azure SQL Database without allowing public network access</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3921030#M3349</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="721939" data-lia-user-login="Marusyk" class="lia-mention lia-mention-user"&gt;Marusyk&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on my understanding Data gateways are now supported for data pipelines as well.&lt;/P&gt;
&lt;P&gt;Also, you can set up a VM with small cost within the VNET and install the Power BI gateay in it which you can leverge for your connection ( with more security, there is bound to be some additional cost :))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In case if you want to avoid Gateway and additional costs, there would be some additional maintenance activity like updating the firewall on a yearly basis with IP changes.&lt;/P&gt;
&lt;P&gt;Note : You need not whitelist all the fabric IP but only the IP range of the data pipeline in which your fabric capacity is hosted .&lt;/P&gt;
&lt;P&gt;The IP range for fabric data pipeline is similar to the IP range of Azure Data Factory as they leverge the same engine/framework&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 14:17:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3921030#M3349</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-05-15T14:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Azure SQL Database without allowing public network access</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3921780#M3360</link>
      <description>&lt;P&gt;Unfortunately no, Data Pipeline doesn't support Data Gateway - this is the reason why I'm raising this question here.&lt;/P&gt;&lt;P&gt;It is clear from here&amp;nbsp;&lt;A href="https://learn.microsoft.com/en-us/data-integration/vnet/overview" target="_blank" rel="noopener"&gt;https://learn.microsoft.com/en-us/data-integration/vnet/overview&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and I've just tried on a real Fabric instance&lt;/P&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Could you suggest how to get that IP range? because maintaining VM is not suitable for us.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 May 2024 22:59:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3921780#M3360</guid>
      <dc:creator>Marusyk</dc:creator>
      <dc:date>2024-05-15T22:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Azure SQL Database without allowing public network access</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3922278#M3362</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;The gateway which I meant was Power BI On premises data gateway and not the VNET Data gateway &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The On Premises data gateway is supported for data pipelines and hence suggested to create a VM within the VNET and set up the gateway.&lt;/P&gt;
&lt;P&gt;But if that is not possible, you can whitelist the IP range :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/data-factory/azure-integration-runtime-ip-addresses" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/data-factory/azure-integration-runtime-ip-addresses&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 04:27:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3922278#M3362</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-05-16T04:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Azure SQL Database without allowing public network access</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3928000#M3404</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="721939" data-lia-user-login="Marusyk" class="lia-mention lia-mention-user"&gt;Marusyk&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. In case if you have any resolution please do share that same with the community as it can be helpful to others.&lt;BR /&gt;Otherwise, will respond back with the more details and we will try to help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2024 16:07:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3928000#M3404</guid>
      <dc:creator>v-cboorla-msft</dc:creator>
      <dc:date>2024-05-17T16:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Azure SQL Database without allowing public network access</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3931630#M3422</link>
      <description>&lt;P&gt;The question is still open!&amp;nbsp;&lt;/P&gt;&lt;P&gt;The answer from Nandan is definitely doesn't help&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2024 07:12:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3931630#M3422</guid>
      <dc:creator>Marusyk</dc:creator>
      <dc:date>2024-05-20T07:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Azure SQL Database without allowing public network access</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3937535#M3466</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="721939" data-lia-user-login="Marusyk" class="lia-mention lia-mention-user"&gt;Marusyk&lt;/a&gt;&amp;nbsp;sorry for the delayed response. Can you please confirm what is that you are expecting other than either of the below 2 methods for network access:&lt;/P&gt;
&lt;P&gt;1) whitelist the ip range of the data pipeline region in the firewall&lt;/P&gt;
&lt;P&gt;2) set up a power bi gateway on a server hosted within the vnet via which you can access the database&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 01:56:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3937535#M3466</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2024-05-22T01:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Azure SQL Database without allowing public network access</title>
      <link>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3938332#M3475</link>
      <description>&lt;P&gt;I'm expecting that one of "Managed Private Endpoints or&amp;nbsp;Managed virtual networks" or "vNet Data gateway" should work for Data Pipelines - because they are easiest way to securely access the data&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 07:07:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Pipelines/How-to-access-Azure-SQL-Database-without-allowing-public-network/m-p/3938332#M3475</guid>
      <dc:creator>Marusyk</dc:creator>
      <dc:date>2024-05-22T07:07:30Z</dc:date>
    </item>
  </channel>
</rss>

