<?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: Any documentation mentioning connectivity from Azure SQL database connectivity to Azure Databric in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/120907#M3439</link>
    <description>&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Here are some considerations:&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;SQL Trigger&lt;/SPAN&gt;: Define a trigger in Azure SQL that activates on specific DML operations (e.g., &lt;SPAN class="s2"&gt;INSERT&lt;/SPAN&gt;, &lt;SPAN class="s2"&gt;UPDATE&lt;/SPAN&gt;).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;External Call&lt;/SPAN&gt;: The trigger can log events to an intermediate service (like a control table or Event Grid).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Webhook Execution&lt;/SPAN&gt;: Use &lt;SPAN class="s1"&gt;Azure Functions&lt;/SPAN&gt; or &lt;SPAN class="s1"&gt;Logic Apps&lt;/SPAN&gt; to monitor these events and call the &lt;SPAN class="s1"&gt;Databricks REST API&lt;/SPAN&gt;, triggering a job or notebook.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="p3"&gt;This pattern simulates a “push” from Azure SQL into Databricks via serverless compute.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 11:24:03 GMT</pubDate>
    <dc:creator>Louis_Frolio</dc:creator>
    <dc:date>2025-06-04T11:24:03Z</dc:date>
    <item>
      <title>Any documentation mentioning connectivity from Azure SQL database connectivity to Azure Databricks</title>
      <link>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/114847#M3219</link>
      <description>&lt;P&gt;Any documentation available to connect from the Azure SQL database to Azure Databricks SQL workspace. We created a SQL warehouse personal access token for a user in a different team who can connect from his on-prem SQL DB to Databricks using the connectors. Now the same user needs to connect from Azure SQL database. I can see many docs for&amp;nbsp;&lt;SPAN&gt;connecting to and interacting with the Azure SQL Database from Databricks workspace but not the other way around. ie from Azure SQL DB to Databricks workspace.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 17:29:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/114847#M3219</guid>
      <dc:creator>PradeepPrabha</dc:creator>
      <dc:date>2025-04-08T17:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Any documentation mentioning connectivity from Azure SQL database connectivity to Azure Databric</title>
      <link>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/114848#M3220</link>
      <description>&lt;P&gt;Can I ask what types of operations do you plan on taking against Databricks from withing Azure SQL Database?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 18:16:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/114848#M3220</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-04-08T18:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: Any documentation mentioning connectivity from Azure SQL database connectivity to Azure Databric</title>
      <link>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/114896#M3223</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/34815"&gt;@Louis_Frolio&lt;/a&gt;&amp;nbsp;: They query the data from the SQL warehouse in large volumes into the SQL DB. I think they have a webapp connecting to their database.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 05:49:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/114896#M3223</guid>
      <dc:creator>PradeepPrabha</dc:creator>
      <dc:date>2025-04-09T05:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Any documentation mentioning connectivity from Azure SQL database connectivity to Azure Databric</title>
      <link>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/114953#M3224</link>
      <description>&lt;P&gt;To connect an Azure SQL Database to an Azure Databricks workspace for initiating a relationship where the SQL Database interacts with Databricks (rather than the typical reverse flow), no standard methodology is outlined in public Databricks documentation. Most guides focus on data ingestion from Azure SQL Database to Databricks, not the reverse.&lt;/P&gt;
&lt;P&gt;However, Lakehouse Federation in Unity Catalog may provide a viable approach for querying external sources like Azure SQL Database without moving data. Here's a concise summary:&lt;/P&gt;
&lt;P&gt;1. Lakehouse Federation Overview:&lt;BR /&gt;- Unity Catalog enables federated queries on external databases, allowing data to remain in Azure SQL Database while being queried through Databricks.&lt;/P&gt;
&lt;P&gt;2. Setup Steps:&lt;BR /&gt;- Connection: Establish a connection to Azure SQL Database in Unity Catalog using host details, credentials, and authentication methods (e.g., OAuth or private networking).&lt;BR /&gt;- Foreign Catalog: Create a "foreign catalog" object in Unity Catalog to mirror Azure SQL Database for query execution.&lt;/P&gt;
&lt;P&gt;3. Access Control:&lt;BR /&gt;- Unity Catalog provides fine-grained access control, ensuring secure and authorized querying of external data sources.&lt;/P&gt;
&lt;P&gt;4. Networking Requirements:&lt;BR /&gt;- Secure network connectivity between Databricks compute resources (e.g., clusters) and Azure SQL Database is essential. Use Private Link, VNet peering, or firewall allowlisting.&lt;/P&gt;
&lt;P&gt;5. Limitations:&lt;BR /&gt;- Queries via Lakehouse Federation are typically read-only.&lt;BR /&gt;- Compatibility and performance may vary based on Databricks Runtime version and configurations.&lt;/P&gt;
&lt;P&gt;Directly enabling Azure SQL Database to "push data" or communicate towards Databricks is uncommon. Most workflows involve reading data *into* Databricks for downstream analytics.&lt;/P&gt;
&lt;P&gt;For federated querying setups, refer to [Microsoft Databricks documentation](&lt;A href="https://learn.microsoft.com/en-us/azure/databricks/query-federation/sql-server" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/databricks/query-federation/sql-server&lt;/A&gt;) for detailed configurations.&lt;/P&gt;
&lt;P&gt;For bidirectional flows or advanced use cases, custom solutions like APIs or triggers in Azure SQL may be required. Let me know if you need further clarification!&lt;/P&gt;
&lt;P&gt;Sources&lt;/P&gt;</description>
      <pubDate>Wed, 09 Apr 2025 11:45:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/114953#M3224</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-04-09T11:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Any documentation mentioning connectivity from Azure SQL database connectivity to Azure Databric</title>
      <link>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/120831#M3437</link>
      <description>&lt;P&gt;We provided some workarounds for some teams who manages data in on-prem like configuring "&lt;SPAN&gt;Databricks extension for Visual Studio Code" and so on. But for a team who manages their entire data in Azure SQL, we are still not successful to provide data. Can you please throw some light on the "APIs or triggers in Azure SQL" you have mentioned there?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 15:14:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/120831#M3437</guid>
      <dc:creator>PradeepPrabha</dc:creator>
      <dc:date>2025-06-03T15:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Any documentation mentioning connectivity from Azure SQL database connectivity to Azure Databric</title>
      <link>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/120907#M3439</link>
      <description>&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Here are some considerations:&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;SQL Trigger&lt;/SPAN&gt;: Define a trigger in Azure SQL that activates on specific DML operations (e.g., &lt;SPAN class="s2"&gt;INSERT&lt;/SPAN&gt;, &lt;SPAN class="s2"&gt;UPDATE&lt;/SPAN&gt;).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;External Call&lt;/SPAN&gt;: The trigger can log events to an intermediate service (like a control table or Event Grid).&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Webhook Execution&lt;/SPAN&gt;: Use &lt;SPAN class="s1"&gt;Azure Functions&lt;/SPAN&gt; or &lt;SPAN class="s1"&gt;Logic Apps&lt;/SPAN&gt; to monitor these events and call the &lt;SPAN class="s1"&gt;Databricks REST API&lt;/SPAN&gt;, triggering a job or notebook.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="p3"&gt;This pattern simulates a “push” from Azure SQL into Databricks via serverless compute.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:24:03 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/120907#M3439</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-06-04T11:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Any documentation mentioning connectivity from Azure SQL database connectivity to Azure Databric</title>
      <link>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/151871#M5061</link>
      <description>&lt;P&gt;Thank you for the detailed answer&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 17:24:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/any-documentation-mentioning-connectivity-from-azure-sql/m-p/151871#M5061</guid>
      <dc:creator>PradeepPrabha</dc:creator>
      <dc:date>2026-03-24T17:24:36Z</dc:date>
    </item>
  </channel>
</rss>

