Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created September 6, 2016 01:44
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 gbellmann/746178bd964542b85727be0cd9d641b2 to your computer and use it in GitHub Desktop.
Save gbellmann/746178bd964542b85727be0cd9d641b2 to your computer and use it in GitHub Desktop.
Azure Functions configuration file
{
"disabled":false,
"bindings":[
// aquí van los bindings
{
"type": "bindingType",
"direction": "in",
"name": "myParamName",
// ... más, dependiendo del binding ...
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment