Working with Azure SQL Triggers in Azure Functions
We can now use SQL triggers in Azure Functions to listen to SQL Change Tracking!
Published in
7 min readDec 16, 2022
--
Azure SQL triggers for Azure Functions came into public preview for C# Functions last month. When you enable Change Tracking on a table in Azure SQL Database, Managed Instance or SQL Server (yes, on-prem SQL Server), you can create a function…