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?