Relative Content

Tag Archive for c#.netazureazure-functionsazure-functions-isolated

C# Azure Functions in Isolated Worker Model with Manual Trigger

It was once the case (in the previous in-process model of Azure Functions), that one could decorate a function that had no input bindings with a [NoAutomaticTrigger] attribute, and then invoke the function either via through Azure Portal or the Function App’s HTTP management interface (not to be confused with a HTTP input binding).