通过向表、SQL Server 数据库中插入(添加)新行来触发 Azure 函数 [英] Trigger Azure Function by inserting (adding) new row into table, SQL Server Database

查看:14
本文介绍了通过向表、SQL Server 数据库中插入(添加)新行来触发 Azure 函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否可以通过向表中插入新行来触发 Azure 函数(使用 SQL Server 数据库).或者,是否可以创建逻辑应用程序来通知我们,如果新记录已添加到表中,SQL Server 数据库(例如,一旦添加新记录以发送新信息电子邮件)

Is it possible to trigger Azure Function by inserting new row into table (using SQL Server Database). Or, is it possible create Logic App to inform us, in case of new record has been added into table, SQL Server database (e.g once the new record is added to send new info email)

推荐答案

你可以使用 Azure 事件网格这篇文章一旦数据库中有新记录,就触发逻辑应用程序来扩展现有工作流".

You can use Azure Event Grid as stated on this article "Extend existing workflows by triggering a Logic App once there is a new record in your database".

您还可以创建逻辑应用来轮询表并添加操作项以调用 Azure 函数或 RESTful 调用.

You can also create a Logic App to poll the table and add an action item to call the Azure function or a RESTful call.

希望这会有所帮助.

这篇关于通过向表、SQL Server 数据库中插入(添加)新行来触发 Azure 函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆