Questions tagged [azure-webjobs-triggered]
81 questions
0
votes
1 answer
Disabling a triggered WebJob in Azure Portal
If I remove the settings.job file from a triggered WebJob folder, will that effectively stop it from running again until I put the settings.job file back?

Kizmar
- 2,465
- 3
- 20
- 27
0
votes
1 answer
Azure WebJobs - run first only when second is not running
I have 2 azure triggered web jobs (time triggers), but I want to be sure, that only one is running. So, first should wait if second is running and vice versa. I don't want to combine both web jobs to one (it is developed and supported by different…

Oleg Sh
- 8,496
- 17
- 89
- 159
0
votes
1 answer
Azure webjobs suddenly stopped working
From one day to the other, my manually triggered Azure webjobs does not work anymore. I am trying to trigger them using the "Run" button in the Azure portal.
My WebJob does not do anything "fancy", they just read from an Azure blob queue, do some…

Hos
- 583
- 1
- 6
- 25
-1
votes
2 answers
Have Azure Webjob Function run once on startup
Is there a specific way to have Azure WebJobs trigger a function once on startup without using external messages/triggers? I know there is the RunOnStartup annotation that can be added to the TimerTrigger trigger but that still requires a time…

rhetoric3
- 21
- 4
-1
votes
2 answers
How to disable or stop and enable the scheduler Jobs in Azure from VSTS PowerShell scripts?
PFA 6 PFA 2 PFA 3 PFA PFA 4 PFA 5 I have some triggered jobs running in Azure. I have created scheduler jobs for those jobs in Azure so that whenever I disable it will stop running the triggered jobs instead of killing. But I want to disable those…

PDBR
- 331
- 1
- 7
- 17
-1
votes
1 answer
Where are Azure WebJob QueueTrigger-ed Invocation Logs Stored?
I'm trying to find the queue messages processed in a QueueTrigger webjob. The problem is I didn't save these messages anywhere after processing and now I need them. I know they're available in the SCM WebJobs Dashboard…

davron12
- 101
- 5