Skip to content

Instantly share code, notes, and snippets.

@amrfarid140
Last active April 13, 2018 19:05
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 amrfarid140/0431e99e1aca181528e3cc3b08f74ec0 to your computer and use it in GitHub Desktop.
Save amrfarid140/0431e99e1aca181528e3cc3b08f74ec0 to your computer and use it in GitHub Desktop.
funciton.json with Entry Point example
{
"disabled": false,
"entryPoint" : "index",
"bindings": [
{
"authLevel": "function",
"type": "httpTrigger",
"direction": "in",
"name": "req"
},
{
"type": "http",
"direction": "out",
"name": "res"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment