I have SharePoint list. I have written a windows service, which runs every 5 minutes and read new/modified list items from SharePoint and insert into SQL database.
Which one of the below service will be best and cost effective way to run long running service on azure?
VM
Scheduler
Web app/ web job
Worker role/ Web role
Batch
Thanks,
Kannan Eswar.