Top "Azure-webjobs" questions

Provides an easy way for you to run programs such as services or background tasks in an Azure Web App (previously known as Websites).

Function host is not running

I have a Function App in azure and when I hit the URL of the function app it says "Function …

c# azure azure-functions asp.net-core-2.0 azure-webjobs
How do I run an Azure WebJob locally?

I want to create a continuously running WebJob but first I want to try and run it locally for debugging. …

c# azure azure-webjobs
Worker Role vs Web Job

From what I understand both run small repeatable tasks in the cloud. What reasons and in what situations might I …

azure azure-worker-roles azure-webjobs
Azure webjobs vs scheduler

A very simple question: Why would someone use the Azure Scheduler if Azure WebJobs are free? I couldnt find any …

azure azure-webjobs azure-scheduler
Rename an Azure Function

How to rename an Azure Function? I want to replace a default 'HttpTriggerCSharp1' name to my own. At the …

azure azure-webjobs azure-functions serverless-framework serverless-architecture
Debugging, Source Not Found, AsyncExtensions.cs not found

I am trying to debug a webjob on azure and I get the following error: Source Not Found, AsyncExtensions.cs …

c# asp.net-mvc visual-studio azure azure-webjobs
No job functions found. Try making your job classes and methods public

First off, I have looked at the other SO posts with the same error message and none seem to resolve …

c# azure-functions azure-webjobs azure-webjobssdk azure-functions-runtime
What Does Azure WebJob "Pending Restart" Mean?

I know this seems like a stupid question, but what does "Pending Restart" mean? I have stopped and restarted my …

azure-webjobs
Azure WebJobs Connection Strings configuration ( AzureWebJobsDashboard?? )

I'm trying to work with Azure Webjobs, I understand the way its works but I don't understand why I need …

azure azure-webjobs azure-webjobssdk
Azure how to enable full WebJob logs

When I run a console application as a WebJob in Windows Azure, after few lines of log it adds a …

azure azure-webjobs