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
2
votes
2 answers
In Azure Scheduler, how to programmatically create recurring monthly job?
I've been able to successfully schedule jobs in Azure Scheduler using Microsoft Azure Scheduler Management Library for all intervals except monthly on a specific day of the week. For example, I need to schedule a recurring job that runs every 1…

Tim Dutcher
- 80
- 1
- 8
1
vote
1 answer
Trigger Azure Data Factory Pipeline on second Friday from end of month and on Tues, Wed and Thurs of the same week
I need a Pipeline to trigger on the Monthend week (Tues, Wed, Thurs and Friday) of a month.
Monthend is defined as,
"Last but one" Friday Or
Second Friday from the end of the month.
For Example, For month of June 2021, 18th is the Monthend (Orange…

nareshDE
- 31
- 5
1
vote
1 answer
How to Schedule Http Post Service deployed on Azure App Service Web App from Azure
This is the Azure App Service Web App ->
https://dev*******api.azurewebsites.net/
This is the Http Post Service ->
https://dev*******api.azurewebsites.net/api/myItem/myPublisher
How can I schedule Http Post Service to run everyday from Azure ?

Shashi Kant
- 11
- 3
1
vote
1 answer
How to run scheduled scripts using Azure WebJobs
I want to run a scheduled script using WebJob.
Due to source control enabled, I could not create WebJob using portal & had to copy files using Kudu (Diagnostic) Console. These are the files under triggered jobs in the folder:
The run.js file simply…

Garv Sharma
- 33
- 4
1
vote
2 answers
Azure Data Factory Pipeline Cost
I'm using azure data factory for some migration project. while doing it I came a cross with some clarification. I just want to know if I keep a pipeline in ADF without using it will there be a cost for that? I need to run some pipelines according to…

Kasun
- 27
- 6
1
vote
2 answers
How to put my console application dll in logic apps scheduler instead of Web jobs?
Previously we create app serivce and in that by selecting web jobs we created schedulers by uploading dll zip.Now azure is retiring schedule web jobs.It is replaced now by logic apps.How to schedule my app now?
i.e.,how to put my dll in logic apps

akshaya parimaladevi
- 39
- 5
1
vote
1 answer
Send Dynamic data to Azure Logic app based on fixed schedule
I've a logic app, let's name it as 'LA1' having HTTP trigger. This logic app can accept multiple request types (see Request 1 and Request 2 below) and can call respective nested logic apps based on request fields -
Request 1 -
{…

mitesh patel
- 11
- 1
1
vote
0 answers
Azure Scheduler Long Running HTTP Action
We have a Azure Function that is called from the Azure Scheduler. It is a long running function. We are using the Durable Functions Framework. It is returning to the Azure Scheduler 202 Accepted, the Location for the callback to check status of…

ooartist
- 11
- 2
1
vote
0 answers
Azure scheduler mechanism to send email as ErrorAction
I want to send an email as an ErrorAction. As per Micorsoft documentation, Azure schedulers provide a mechanism to send user notifications as part of error Action. Please let me know of any pointers of how this feature can be used.

mack
- 345
- 5
- 18
1
vote
1 answer
Azure Scheduler - pass date parameter
I want to pass current date parameter to Azure Scheduler action URL when it executes.
For example,
https:///some/job/endpoint?startdate={0}&enddate={1}
Where the placeholder will pass the current date and if possible to do some simple…

Philip K. Adetiloye
- 3,102
- 4
- 37
- 63
1
vote
2 answers
Azure Web API call with token authorisation
I have a Web API (all my code) method that I want to be called on a schedule from within Azure. I have it all working. I can specify the URL, set up a schedule and it works fine. What I want to do though is restrict the call to a certain 'system'…

Rob L
- 2,124
- 3
- 22
- 50
1
vote
2 answers
Running an exe file on premises from azure scheduler?
I want to be able to run an exe file in an on premises server from Azure, using a Logic app or maybe azure scheduler.
Is this possible, if so how?
Even doing this via Azure function could be an option. Do i need something like on premises data…

H4p7ic
- 1,669
- 2
- 32
- 61
1
vote
3 answers
HOWTO update schedule of webjob in Azure
I've added some webjobs to an appjob. The webjobs are deplayed from VS together with a new version of the webapp.
TO schedule the jobs I've added a settings.job file to the webjob rootfolder.
If I look in Azure the webjobs are scheduled…

BrilBroeder
- 1,409
- 3
- 18
- 37
1
vote
1 answer
How to configure and do testing using Azure Scheduler
I am new to Azure Scheduler and want to implement demo application using console.
As I have read the help content from here but where I have to make my changes I don't have any idea.
If someone done this before help me to do this.
Thanks in…

3 rules
- 1,359
- 3
- 26
- 54
1
vote
2 answers
Are there utilities to help automate backing up Azure SQL databases to Azure Storage?
I know SQL-Azure has automated backups that are retained for 30 days, but for archival purposes I also need to take and retain other backups: daily (last 60 days), weekly (first day of each week for the last 8 weeks), monthly (first day of each…

WhiskerBiscuit
- 4,795
- 8
- 62
- 100