Skip to content

Instantly share code, notes, and snippets.

@arichika
Last active February 1, 2018 14:53
Show Gist options
  • Save arichika/1b89f587af4bd095b6464ac2297f956a to your computer and use it in GitHub Desktop.
Save arichika/1b89f587af4bd095b6464ac2297f956a to your computer and use it in GitHub Desktop.
HowToCdOptionsCore 20180201-01
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