{ "bindings": [ { "type": "httpTrigger", "direction": "in", "authLevel": "anonymous", "name": "req", "methods": [ "get", "post" ], "route": "ping" }, { "type": "http", "direction": "out", "name": "$return" } ] }