Created
August 21, 2020 04:11
-
-
Save csotomon/f4d79f99ad8148cae51b12a2c233caa6 to your computer and use it in GitHub Desktop.
anonymous functions
This file contains 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
{ | |
"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