问题
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 notification to my universal app.
I tried to trigger a WCF service so that I can then call my notification hub but with no luck. Also I don't think is the best way either anyway.
Do you have any thoughts?
回答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
来源:https://stackoverflow.com/questions/37490128/sql-azure-database-trigger-notification-hub