简体   繁体   中英

Recieving Ackowledgment after new data insertion in Azure SQL Database

So the situation is that, a person inserts some data into Azure Sql database using some python tool. I want to be notified as soon as the insertion is done, so that the notification can trigger a python code automatically. My idea is to have my python script that is to be triggered in azure function.

I have two questions:

  1. How to recieve notification as soon as insertion is done in the Azure SQL Database.
  2. How can it be used to trigger python script using Azure Functions.

You can use the "when an item is created" and the "when an item is modified" triggers for SQL in Azure Logic App to react to data changes on tables.

在此处输入图像描述

You can add a condition to the trigger and choose as action calling an Azure Function as explained here .

For more information about Azure Logic Apps triggers, please read this documentation.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM