Last active
February 1, 2018 14:53
-
-
Save arichika/1b89f587af4bd095b6464ac2297f956a to your computer and use it in GitHub Desktop.
HowToCdOptionsCore 20180201-01
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
public static class SampleFunction2WithOptions | |
{ | |
[FunctionName("SampleFunction2WithOptions")] | |
public static IActionResult Run( | |
[HttpTrigger(AuthorizationLevel.Function, "get", "post", Route = null)]HttpRequest req, | |
TraceWriter log ) | |
{ | |
//... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment