<?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: Azure Databricks Power Platform Connector - Doubts in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/azure-databricks-power-platform-connector-doubts/m-p/123444#M47010</link>
    <description>&lt;DIV class="paragraph"&gt;&lt;STRONG&gt;Connecting Power Apps to Azure Databricks in Private Networks&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;If your Azure Databricks workspace uses private networking (like VNet injection or Private Link), Power Apps cannot connect to it by default due to restrictive network access.&lt;/LI&gt;
&lt;LI&gt;To allow Power Apps to reach your Databricks endpoint:
&lt;UL&gt;
&lt;LI&gt;You need to set up VNet peering or Private Link between the Databricks virtual network and the one that Power Platform uses.&lt;/LI&gt;
&lt;LI&gt;Make sure authentication is done using Microsoft Entra ID—either OAuth or a service principal.&lt;/LI&gt;
&lt;LI&gt;Once network connectivity is enabled and the right authentication is configured, you can add the Databricks connection in Power Apps.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If further restrictions exist (e.g., firewalls), you may need special components like an Azure Data Gateway, although this is more commonly documented for Power BI than Power Apps.&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="paragraph"&gt;&lt;STRONG&gt;Real-Time Data Access and SQL Warehouse Behavior&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;The connector provides real-time data access by running queries on a Databricks SQL Warehouse, not by launching dedicated Spark clusters for each query.&lt;/LI&gt;
&lt;LI&gt;If the SQL Warehouse is already running, results are returned quickly (seconds).&lt;/LI&gt;
&lt;LI&gt;If the SQL Warehouse is paused or idle, the initial query after idling can take several minutes due to startup time. After it’s running, latency is minimal for subsequent queries.&lt;/LI&gt;
&lt;LI&gt;You can minimize these delays by keeping the SQL Warehouse always running (using configuration to disable or extend auto-pause), but this increases compute cost.&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="paragraph"&gt;&lt;STRONG&gt;Key Takeaways&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;For private networks: Ensure proper VNet peering/Private Link and use Entra ID authentication.&lt;/LI&gt;
&lt;LI&gt;For real-time: All queries execute via SQL Warehouse; no Spark clusters are started. Keeping the SQL Warehouse active avoids cold-start delays.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps, Lou.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 12:42:13 GMT</pubDate>
    <dc:creator>Louis_Frolio</dc:creator>
    <dc:date>2025-07-01T12:42:13Z</dc:date>
    <item>
      <title>Azure Databricks Power Platform Connector - Doubts</title>
      <link>https://community.databricks.com/t5/data-engineering/azure-databricks-power-platform-connector-doubts/m-p/123413#M46998</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the recently released&amp;nbsp;azure databricks connector, i want to connect it to a Power App but i have 2 main questions which i need to know&lt;BR /&gt;1 - If the databricks URL is in a private network, how does it work and how can i achieve this connection.&lt;/P&gt;&lt;P&gt;2 - When i call this, it says it is real-time, but does it always call a cluster? How is it done, so i can get the data real-time without having to wait some minutes for the cluster to start?&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 09:26:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/azure-databricks-power-platform-connector-doubts/m-p/123413#M46998</guid>
      <dc:creator>JMartins777</dc:creator>
      <dc:date>2025-07-01T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Azure Databricks Power Platform Connector - Doubts</title>
      <link>https://community.databricks.com/t5/data-engineering/azure-databricks-power-platform-connector-doubts/m-p/123444#M47010</link>
      <description>&lt;DIV class="paragraph"&gt;&lt;STRONG&gt;Connecting Power Apps to Azure Databricks in Private Networks&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;If your Azure Databricks workspace uses private networking (like VNet injection or Private Link), Power Apps cannot connect to it by default due to restrictive network access.&lt;/LI&gt;
&lt;LI&gt;To allow Power Apps to reach your Databricks endpoint:
&lt;UL&gt;
&lt;LI&gt;You need to set up VNet peering or Private Link between the Databricks virtual network and the one that Power Platform uses.&lt;/LI&gt;
&lt;LI&gt;Make sure authentication is done using Microsoft Entra ID—either OAuth or a service principal.&lt;/LI&gt;
&lt;LI&gt;Once network connectivity is enabled and the right authentication is configured, you can add the Databricks connection in Power Apps.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;If further restrictions exist (e.g., firewalls), you may need special components like an Azure Data Gateway, although this is more commonly documented for Power BI than Power Apps.&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="paragraph"&gt;&lt;STRONG&gt;Real-Time Data Access and SQL Warehouse Behavior&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;The connector provides real-time data access by running queries on a Databricks SQL Warehouse, not by launching dedicated Spark clusters for each query.&lt;/LI&gt;
&lt;LI&gt;If the SQL Warehouse is already running, results are returned quickly (seconds).&lt;/LI&gt;
&lt;LI&gt;If the SQL Warehouse is paused or idle, the initial query after idling can take several minutes due to startup time. After it’s running, latency is minimal for subsequent queries.&lt;/LI&gt;
&lt;LI&gt;You can minimize these delays by keeping the SQL Warehouse always running (using configuration to disable or extend auto-pause), but this increases compute cost.&lt;/LI&gt;
&lt;/UL&gt;
&lt;DIV class="paragraph"&gt;&lt;STRONG&gt;Key Takeaways&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;UL&gt;
&lt;LI&gt;For private networks: Ensure proper VNet peering/Private Link and use Entra ID authentication.&lt;/LI&gt;
&lt;LI&gt;For real-time: All queries execute via SQL Warehouse; no Spark clusters are started. Keeping the SQL Warehouse active avoids cold-start delays.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this helps, Lou.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 12:42:13 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/azure-databricks-power-platform-connector-doubts/m-p/123444#M47010</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-07-01T12:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Azure Databricks Power Platform Connector - Doubts</title>
      <link>https://community.databricks.com/t5/data-engineering/azure-databricks-power-platform-connector-doubts/m-p/123477#M47017</link>
      <description>&lt;H2&gt;1. Private Network Connectivity&lt;/H2&gt;&lt;P class=""&gt;For Databricks workspaces in private networks, you have a couple of options:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Option A: On-premises Data Gateway&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Install the Microsoft On-premises Data Gateway in your private network&lt;/LI&gt;&lt;LI&gt;The gateway acts as a bridge between Power Apps (cloud) and your private Databricks workspace&lt;/LI&gt;&lt;LI&gt;Configure the gateway to route traffic through your private endpoints&lt;/LI&gt;&lt;LI&gt;This is the most common approach for private connectivity scenarios&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;Option B: Private Endpoints + VNet Integration&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Azure Databricks supports browser authentication private endpoints for clients with no public internet connectivity &lt;SPAN class=""&gt;&lt;A class="" href="https://learn.microsoft.com/en-us/azure/databricks/security/network/front-end/front-end-private-connect" target="_blank" rel="noopener"&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Configure private connectivity to Azure Databricks - Azure Databricks | Microsoft Learn&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Configure your Power Platform environment with VNet integration (if available in your tenant)&lt;/LI&gt;&lt;LI&gt;Ensure proper DNS resolution for private endpoint addresses&lt;/LI&gt;&lt;LI&gt;May require Power Platform Premium licensing for advanced networking features&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&lt;STRONG&gt;Network Requirements:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Your private network must allow HTTPS (443) outbound to Power Platform services&lt;/LI&gt;&lt;LI&gt;Configure DNS to resolve Databricks private endpoint addresses&lt;/LI&gt;&lt;LI&gt;Ensure firewall rules allow the data gateway or VNet integration traffic&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;H2&gt;2. Real-time Performance &amp;amp; Cluster Management&lt;/H2&gt;&lt;P class=""&gt;The "real-time" capability is achieved through &lt;STRONG&gt;Databricks SQL Serverless&lt;/STRONG&gt;, not traditional clusters&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;You can also try to put the cluster in some pool that you reduce cold start time.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 01 Jul 2025 14:39:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/azure-databricks-power-platform-connector-doubts/m-p/123477#M47017</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-07-01T14:39:54Z</dc:date>
    </item>
  </channel>
</rss>

