Top "Azure-functions-runtime" questions

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
Calling Azure Function from Code

I'm using the Azure Function Tools for Visual Studio 2017 15.3. I am trying to move my application to ASP.Net Core 2.0 …

.net asp.net-core .net-core azure-functions azure-functions-runtime
Azure Function fails to bind ILogger

My function is referencing an assembly that references Microsoft.Extensions.Logging.Abstractions 2.0.0. If I add a nuget reference to that …

azure azure-functions azure-functions-runtime
Azure Functions binding redirect

Is it possible to include a web.config or app.config file in the azure functions folder structure to allow …

c# visual-studio-2017 azure-functions assembly-binding-redirect azure-functions-runtime
Deleting Azure Function Published by Visual Studio

I have published an Azure Function through visual studio. Now I want to delete the published Azure function and the …

azure azure-functions azure-functions-runtime
Azure Functions - Configure client certificate authentication

Do functions support authorizing access to a Function by using client certificates, in a consumption plan? Something similar to the …

azure azure-functions azure-functions-runtime