Created
September 6, 2016 01:44
-
-
Save gbellmann/746178bd964542b85727be0cd9d641b2 to your computer and use it in GitHub Desktop.
Azure Functions configuration file
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":[ | |
// 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