{ "bindings": [ { "authLevel": "anonymous", "type": "httpTrigger", "direction": "in", "name": "req", "methods": [ "get" ], "route": "customers/page/{skip}/{top}" }, { "type": "http", "direction": "out", "name": "res" } ] }