Created
January 14, 2019 23:26
-
-
Save burkeholland/7d4661e57667bf1f1d7674050fb96b92 to your computer and use it in GitHub Desktop.
"negotiate" function.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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