I am trying to implement a simple custom handler in Golang with and HTTP trigger and a Cosmos DB input binding. However I keep getting this error:
When I run the function without the Cosmos DB input binding, everything works as expected. Here is my functions.json configuration:
{
"bindings": [
…
Top comments (0)