Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active April 29, 2017 22:49
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 justinyoo/2d3a1814a10e3ec9ec2c26ba610f6a25 to your computer and use it in GitHub Desktop.
Save justinyoo/2d3a1814a10e3ec9ec2c26ba610f6a25 to your computer and use it in GitHub Desktop.
Precompiled Azure Functions Revisited
{
"bindings": [
{
"authLevel": "function",
"name": "req",
"type": "httpTrigger",
"direction": "in"
},
{
"name": "$return",
"type": "http",
"direction": "out"
}
],
"disabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment