Trigger Azure Functions on Databricks changes

Devi, Viren Pravinchandra 1 Reputation point
2022-11-04T09:40:36.643+00:00

Hello All,

Is it possible to trigger Azure functions as soon as data in the Databricks Table is loaded? Ultimately once the data in databricks table is available (via python scripts), I need to trigger external API of the middleware to take extract the data.

Thank you.

Viren

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,331 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,305 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mike Urnun 9,831 Reputation points Microsoft Employee
    2022-11-08T01:23:20.373+00:00

    @Devi, Viren Pravinchandra I'm not familiar with Databricks but if there's a REST API where target changes can be observed, you should be able to do it with both Logic Apps & Functions. For example, the following article discusses how the Recurrence trigger in Logic Apps can be used to poll the Databricks for changes and pass the data to the downstream Function App: https://www.cdata.com/kb/tech/databricks-odata-azure-logic-app.rst

    -------------------------------------------------------------------------------

    Please consider contributing to MS Q&A by marking 'Accepted Answer' and ‘Upvoting’ as applicable.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.