Skip to content

Instantly share code, notes, and snippets.

@csotomon
Created August 21, 2020 04:11
Show Gist options
  • Save csotomon/f4d79f99ad8148cae51b12a2c233caa6 to your computer and use it in GitHub Desktop.
Save csotomon/f4d79f99ad8148cae51b12a2c233caa6 to your computer and use it in GitHub Desktop.
anonymous functions
{
"scriptFile": "__init__.py",
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get",
"post"
]
},
{
"type": "http",
"direction": "out",
"name": "$return"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment