{ "generatedBy": "Microsoft.NET.Sdk.Functions-1.0.31", "configurationSource": "attributes", "bindings": [ { "type": "httpTrigger", "methods": [ "get", "post" ], "authLevel": "function", "name": "req" } ], "disabled": false, "scriptFile": "../bin/funk-csharp.dll", "entryPoint": "funk_csharp.HttpTrigger.Run" }