Created
November 14, 2018 20:57
-
-
Save vainolo/20a5af8c9f2acd748fe0d848b3869f26 to your computer and use it in GitHub Desktop.
Azure Functions – Part 6: Triggers and Bindings - 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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