Top "Azure-webjobssdk" questions

Azure WebJobs SDK is a framework that simplifies the task of adding background processing to Windows Azure Web Sites.

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
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
AzureWebJobsDashboard Configuration Error

I created a new Azure WebJob project in Visual Studio 2015 using .NET Framework 4.6. In the app.config, I set three …

c# azure connection-string azure-webjobs azure-webjobssdk
Azure WebJobs - Can I use Async Methods?

I was wondering if the Azure WebJobs SDK can trigger async methods? Currently I have a method that looks like …

azure azure-web-app-service azure-webjobs azure-webjobssdk
with azure webjobs how do i pass parameter for a scheduled task

I am creating a dot net console app that will run as an Azure webjob. It is scheduled to run …

azure azure-webjobs azure-webjobssdk
.Net Core ConfigureAppConfiguration adding additional sources overriding environment specific settings

When using the IConfigurationBuilder in a .NET Core 2.1 application with a Generic Host I configure 4 sources; but after the scope …

c# .net configuration .net-core azure-webjobssdk
Scheduled WebJob

I'm creating a new Azure WebJob project -- which appears to be a polished version of a console app that …

azure azure-webjobs azure-webjobssdk
Azure Functions: ICollector<T> vs IAsyncCollector<T>

What's the difference between ICollector<T> and IAsyncCollector<T> in Azure Functions when writing C# functions (…

azure-webjobs azure-webjobssdk azure-functions
continuous WebJob stops automatically

I have an Webjob associated with the Website that is configured to run continuously and all it does is watches …

azure azure-webjobs azure-webjobssdk