azure-webjobs-sdk-extensions icon indicating copy to clipboard operation
azure-webjobs-sdk-extensions copied to clipboard

New binding - Azure SQL Server

Open edevil opened this issue 9 years ago • 2 comments
trafficstars

New feature - An Azure SQL server binding with a supplied query.

edevil avatar Apr 28 '16 10:04 edevil

Yes, we've discussed adding both a SQL trigger as well as input/output bindings. It's been on the radar for a while :)

mathewc avatar Apr 28 '16 16:04 mathewc

The ability to trigger a Function when a row is added is apparently already available in preview. Unfortunately it doesn't appear to be available if you create the Function from Visual Studio. (Does anybody actually do real work in the feature-free Functions editor in the portal???)

Can anyone comment on when this will be out of preview, and when we can expect it to be added to the VStudio side of the fence?

https://stackoverflow.com/a/43881107/152997

https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-external-table

MV10 avatar Dec 06 '17 14:12 MV10