Skip to content

Instantly share code, notes, and snippets.

@ChrFrohn
Created June 20, 2026 15:29
Show Gist options
  • Select an option

  • Save ChrFrohn/9c1d58415816f382fd852f6fe0f328e1 to your computer and use it in GitHub Desktop.

Select an option

Save ChrFrohn/9c1d58415816f382fd852f6fe0f328e1 to your computer and use it in GitHub Desktop.
{
"bindings": [
{
"authLevel": "function",
"type": "httpTrigger",
"direction": "in",
"name": "Request",
"methods": ["post"]
},
{
"type": "http",
"direction": "out",
"name": "Response"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment