Skip to content

Instantly share code, notes, and snippets.

@burkeholland
Created January 14, 2019 23:26
Show Gist options
  • Select an option

  • Save burkeholland/7d4661e57667bf1f1d7674050fb96b92 to your computer and use it in GitHub Desktop.

Select an option

Save burkeholland/7d4661e57667bf1f1d7674050fb96b92 to your computer and use it in GitHub Desktop.
"negotiate" function.json
{
"disabled": false,
"bindings": [
{
"authLevel": "anonymous",
"type": "httpTrigger",
"direction": "in",
"name": "req",
"methods": [
"get",
"post"
]
},
{
"type": "http",
"direction": "out",
"name": "res"
},
{
"type": "signalRConnectionInfo",
"name": "connectionInfo",
"hubName": "burke",
"direction": "in"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment