Skip to content Skip to sidebar Skip to footer

Sql Azure Database Trigger Notification Hub

I have a SQL Azure database with one table on Azure and I want to trigger my notification hub when there is a change in the number of rows on my table so that I can send a push not

Solution 1:

i think that you can try using Logic Apps in this case linked to your services, so whenever there is a new row added in your database's table you can trigger your notification hub

take a look at this: https://azure.microsoft.com/en-us/documentation/articles/app-service-logic-connector-sql/

if you cant link your logic app directly to your notification hub try calling a web service

Post a Comment for "Sql Azure Database Trigger Notification Hub"