Created
April 30, 2017 09:37
-
-
Save pacodelacruz/24a782ba68e112440b701118c74a9d79 to your computer and use it in GitHub Desktop.
This file contains 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, | |
"scriptFile": "..\\bin\\PacodelaCruz.PollingConsumer.FunctionApp.dll", | |
"entryPoint": "PacodelaCruz.PollingConsumer.FunctionApp.GetPollingWatermark.Run", | |
"bindings": [ | |
{ | |
"name": "req", | |
"type": "httpTrigger", | |
"direction": "in", | |
"methods": [ "get" ], | |
"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