{ "scriptFile": "../function-sample-azure-1.0.0.M5-azure.jar", "entryPoint": "example.FooHandler.execute", "bindings": [ { "type": "httpTrigger", "name": "foo", "direction": "in", "authLevel": "anonymous", "methods": [ "get", "post" ] }, { "type": "http", "name": "$return", "direction": "out" } ], "disabled": false }