CodeIgniter Forums
Scheduled CI jobs on MS Azure - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1)
+--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3)
+--- Thread: Scheduled CI jobs on MS Azure (/showthread.php?tid=69096)



Scheduled CI jobs on MS Azure - sushiguru - 10-07-2017

Hi all

Just thought that I'd share my learnings in case there's anyone else looking to do the same thing as I was: run scheduled jobs on a CI site hosted on MS Azure (for db tidying, archiving, any scheduled maintenance type tasks).

Instructions and non-working demo are on bitbucket if anyone's trying to solve the same problem (the online help in Azure was great, but the specifics of working it for a CI site using your usual MVC pattern were pretty absent), so I thought I'd share.

https://bitbucket.org/sushiguru/ci-azure-webjob-cron

Cheers
sushi


RE: Scheduled CI jobs on MS Azure - MatridTech - 10-10-2017

Hey Thanks sushi. This definitely makes things a lot easier.