Skip to content

Instantly share code, notes, and snippets.

@karthikeyanVK
Created March 21, 2018 13:25
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 karthikeyanVK/f2c602160a9c3c39cf819f082ac46d01 to your computer and use it in GitHub Desktop.
Save karthikeyanVK/f2c602160a9c3c39cf819f082ac46d01 to your computer and use it in GitHub Desktop.
{
"scriptFile": "..\\bin\\MigrateAzurefuncapp.dll",
"entryPoint": "MigrateAzurefuncapp.PostValuesHttpTrigger.Run",
"bindings": [
{
"authLevel": "function",
"name": "req",
"type": "httpTrigger",
"direction": "in"
},
{
"name": "$return",
"type": "http",
"direction": "out"
}
],
"disabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment