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
1
vote
1 answer
Azure Scheduler Rest API - Update Job Error: Schedules are not supported for recurrence unit 'Hour'
I am using the Azure Scheduler REST API, and I am having a hard time updating one job recurrence from weekly/monthly to hourly. Specifically I get the following error: Schedules are not supported for recurrence unit 'Hour'.
The problem is that the…

ovidiu
- 13
- 3
1
vote
1 answer
Azure Update Scheduled Job API - Malformed Job Object
I am attempting to use the Azure Rest API to update a Scheduled Job. I've successfully been able to get a list of the of the Jobs properties, so I know the authentication is working. I'm basing this on their example here:…

aherrick
- 19,799
- 33
- 112
- 188
1
vote
1 answer
Create webjobs programmatically in Azure
We'll be providing our customers with an Admin section within our web app where they'll be allowed to set various admin related settings and one of the section we'd like to provide within the admin module is a front end that will allow an admin user…

Thierry
- 6,142
- 13
- 66
- 117
1
vote
2 answers
How to write the body for HTTPS POST job in Azure Schedular without Azure Blob
I have created an experiment and successfully published a web service which requires inputs.
When I schedule this web service as a HTTPS POST JOB it shows this error
Http Action - Response from host
'ussouthcentral.services.azureml.net':…

Pratik409
- 301
- 2
- 10
1
vote
3 answers
Azure: How to Delete "DeadLettered" Messages from Service Bus queue
I would like to delete the Dead Lettered messages from the service bus queue. In particular, this value is called DeadLetterMessageCount and you can find out this by right-clicking the "Properties" of the SB queue in the Server Explorer of your…

Katsifaris
- 364
- 1
- 4
- 12
1
vote
1 answer
How to create recurring weekly job in Azure Scheduler programmatically
I'm using Microsoft Azure Scheduler Management Library (https://www.nuget.org/packages/Microsoft.WindowsAzure.Management.Scheduler/) to schedule jobs in Azure Scheduler. So far, creating jobs by minute, hours and days is working fine.
My question is…

Tim Dutcher
- 80
- 1
- 8
0
votes
1 answer
Create ADF schedule running from 6:00 to 20:00
I have built a package for ADF IR. Cool. Proud of it.
Now I want to schedule it for every hour between 06:00 and 20:00.
I can see no way in ADF to schedule it as such.
What I did now is schedule the package for hourly execution.
The IR is started at…

Henrov
- 1,610
- 1
- 24
- 52
0
votes
1 answer
How to schedule runbook based on minutes in Azure automation Account
How to schedule automatically execute runbooks based on minutes instead of hours in Microsoft azure automation account?

Muthusankar
- 5
- 5
0
votes
2 answers
Can azure logic app can run multiple HTTP request on single trigger?
I need to make 6 HTTP request using trigger in one logic resource only. How can I make multiple HTTP request from logic app. Also Azure logic app showing error "This session has timed out. To see the latest run status, navigate to the runs history…

ankit
- 39
- 5
0
votes
1 answer
MassTransit Azure Service Bus, setting a recurring schedule
Is it possible to set a recurring schedule for message delivery via MassTransit running on Service Bus?
If so, is there any example code available?
Or is it better to build a service similar to a Quartz Scheduler service but target Azure Scheduler?

robs
- 840
- 10
- 15
0
votes
1 answer
How to configure an azure web job to run in various intervals for a day
I have an Azure web job and want to set it to run every 15 minutes in the morning session and every 30 minutes in the evening session
I'm deploying my web job using Visual Studio and I already have my settings.job file. My problem is that when I…

Rejeesh
- 1,236
- 12
- 15
0
votes
2 answers
Is it possible for the Azure Scheduler to send messages to Azure Service Bus in Avro format?
Is it possible for the Azure Scheduler (https://learn.microsoft.com/en-us/azure/scheduler/scheduler-get-started-portal#see-also) to send messages to Azure Service Bus in Avro format?

zafar142003
- 2,081
- 2
- 24
- 31
0
votes
1 answer
How can I delete Azure Jobs by Azure Runbook?
I'm writing one Azure Runbook that must clean montly my test environment.
I need delete some Azure Jobs but when I try to retrieve my jobs with Get-AzureRmSchedulerJob command I obtain this error:
Get-AzureRmSchedulerJob -ResourceGroupName…

ilMattion
- 1,841
- 2
- 24
- 47
0
votes
1 answer
User Scheduled Jobs in Azure
We have a requirement for generating reports based on a schedule. These schedules can be configured by the users for a report. Initially We were planning to use Quartz in a worker role and Create jobs based on the user input.
I'm not sure whether…
0
votes
1 answer
Azure scheduler - dynamic content in POST
Is it possible to use dynamic content in the POST body for a scheduled job in Azure scheduler?
I am writing a logic app that I would like to be able to pass a start time and a look back minute count to so that a failed invocation can be re-run…

Josh
- 4,009
- 2
- 31
- 46