I’m moving my PNS from php to Azure Mobile services. In PHP i had to write a script to read some html page and push the messages to the registered devices every 10 minutes.
How can I do that using Azure Mobile Services?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure if you’re still looking for an answer, but Azure Mobile Services has added scheduled jobs in the latest release. As of right now, I think the quickest interval you can run background jobs every 15 minutes, and even then that’s only when you are running your mobile service on a reserved instance.