Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pacodelacruz/1532dd7cab68be962d0f516efbfadcf0 to your computer and use it in GitHub Desktop.
Save pacodelacruz/1532dd7cab68be962d0f516efbfadcf0 to your computer and use it in GitHub Desktop.
{
"disabled": false,
"scriptFile": "..\\bin\\PacodelaCruz.PollingConsumer.FunctionApp.dll",
"entryPoint": "PacodelaCruz.PollingConsumer.FunctionApp.UpdatePollingWatermark.Run",
"bindings": [
{
"name": "req",
"type": "httpTrigger",
"direction": "in",
"methods": [ "patch" ],
"authLevel": "function"
},
{
"name": "res",
"type": "http",
"direction": "out"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment