Skip to content

Instantly share code, notes, and snippets.

@mcnkbr
Created March 30, 2021 22:03
Show Gist options
  • Save mcnkbr/aba11a9cf63f05a460d5784e0ac77f7a to your computer and use it in GitHub Desktop.
Save mcnkbr/aba11a9cf63f05a460d5784e0ac77f7a to your computer and use it in GitHub Desktop.
user-get/function.json
{
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get"
],
"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