Using a Windows Azure VM, can I kick off a Job or call an exe or url every minute?
Is there a way to do that in windows task scheduler in an Azure VM?
Is there a better way to do a CRON type operation in Azure?
Thanks for your help!
🙂
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.
You can automatically schedule tasks to run on Windows Azure VM’s using the Task Scheduler. This can be done my providing a startup task to your Role and using the “at” command to schedule tasks with Task Scheduler.
http://support.microsoft.com/kb/313565