Skip to content

Instantly share code, notes, and snippets.

@mcnkbr
Created March 30, 2021 22:09
Show Gist options
  • Save mcnkbr/52bfbe8a3d786789629b5a227bb1489a to your computer and use it in GitHub Desktop.
Save mcnkbr/52bfbe8a3d786789629b5a227bb1489a to your computer and use it in GitHub Desktop.
user-post function.json
{
"bindings": [{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"post"
],
"route": "users"
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment