{ "bindings": [ { "authLevel": "function", "type": "httpTrigger", "direction": "in", "name": "req", "methods": [ "get", "post" ] }, { "type": "http", "direction": "out", "name": "res" }, { "name": "bookmark", "direction": "in", "type": "cosmosDB", "connection": "learn-io-db_DOCUMENTDB", "databaseName": "func-io-learn-db", "containerName": "Bookmarks", "id": "{id}", "partitionKey": "{id}" } ] }