Skip to content

Instantly share code, notes, and snippets.

@vainolo
Created November 14, 2018 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vainolo/20a5af8c9f2acd748fe0d848b3869f26 to your computer and use it in GitHub Desktop.
Save vainolo/20a5af8c9f2acd748fe0d848b3869f26 to your computer and use it in GitHub Desktop.
Azure Functions – Part 6: Triggers and Bindings - 2
[FunctionName("NoTrigger")]
public static void NoTrigger(ILogger log)
{
log.LogInformation("C# HTTP trigger function processed a request.");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment