Azure SQL trigger for Functions (preview)
Image Source: Shutterstock.com
Nov 24, 2022 11:01 AM

Azure SQL trigger for Functions (preview)

External Blog Post

Azure SQL can not trigger Azure Functions

The Azure SQL trigger for Azure Functions, which is now accessible in public preview for C# functions, enables Azure Functions to be called whenever a row in a SQL database is created, changed, or destroyed. SQL Server, Azure SQL Managed Instance, and Azure SQL Database are all compatible with the Azure SQL trigger.

Azure SQL trigger for Functions (preview)

The Azure SQL trigger uses SQL change tracking functionality to monitor a SQL table for changes and trigger a function when a row is created, updated, or deleted.

https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql-trigger?tabs=in-process%2Cportal&pivots=programming-language-csharp