Windows Azure Scheduler allows you to invoke actions—such as calling HTTP/S endpoints or posting a message to a storage queue—on any schedule. With Scheduler, you create jobs in the cloud that reliably call services both inside and outside of Windows Azure and run those jobs on demand, on a regularly recurring schedule, or designate them for a future date.
Questions tagged [azure-scheduler]
99 questions
0
votes
1 answer
Recurringly calling a RIA service with Azure Scheduler
I currently have a WorkerRole doing that for me.
Basically, it keeps sleeping and wakes up every hour to call the service.
But with the recent release (in my country) of Azure Scheduler, I'm wondering if I can replace that non-free WorkerRole with a…

Rodolphe
- 1,689
- 1
- 15
- 32
0
votes
1 answer
Can't create new schedules from Azure Websites
I followed the tutorial here for settings up the Azure Scheduler:
http://fabriccontroller.net/blog/posts/a-complete-overview-to-get-started-with-the-windows-azure-scheduler/
I want to run my application on an Azure Website but it is blocking me…

levitatejay
- 1,278
- 1
- 9
- 14
0
votes
1 answer
Call asmx web service from Windows Azure Scheduler
I have an asmx web service running in a Web Role in a Windows Azure cloud application. I want to user the Windows Azure scheduler to call this service on an hourly basis. I am able to create the job but everything I have tried in the URI results…

SimonF
- 2,595
- 2
- 16
- 14
0
votes
2 answers
Windows Azure Scheduler Job Completed Unexpectedly
I created a job recently to run, every hour continuously.
However after 14 runs, it then has a status of Completed and no Next Run Time.
Is there something I am missing. Why would a scheduled job with no end date just move to the completed…

Adam
- 16,089
- 6
- 66
- 109
-1
votes
1 answer
What is the best way to ensure that thousands of httprequests run on a schedule in Azure?
We are developing a website health module that will require that we run a scheduler that will perform a http request per website every 2 minutes (but we also imagine each website has it's own interval)
Now, I'm having trouble finding the way to…

Carlos Alves Jorge
- 1,919
- 1
- 13
- 29
-1
votes
2 answers
Azure Scheduler and Azure Service Bus
I'm using Azure Scheduler to place a message in a topic in Azure Service Bus.
In Azure Scheduler I have entered the following information in the "Message"…

Per B
- 321
- 3
- 11
-1
votes
1 answer
send message to Azure service bus by Azure scheduler using post
i want to send message to Azure service bus by Azure scheduler using post
like demo in this page
http://www.prasadthinks.com/
but i don't know how to set 'authorization' property in Http Header.

arthur
- 3
- 1
-1
votes
3 answers
Azure Scheduler Implementation
I have written a web job which will do multiple tasks that run on different schedules like once a day, once in every hour and so and I achieved this by using Timer delegate. Now I am thinking of changing that approach and create a Scheduler job for…

Arjun Menon
- 553
- 2
- 8
- 29
-1
votes
1 answer
Azure Scheduler with Azure SQL Server (as local)
Before marking as duplicate, note that I'm not asking how to create a Scheduler in Azure or how to work with Azure SQL Server!
I have a task that I need to run every day, and that task communicates with a database that is hosted in Azure. I assume…

SimpleVar
- 14,044
- 4
- 38
- 60