DEV Community

ENDEESA
ENDEESA

Posted on

Azure Functions custom handlers - Cosmos DB input binding

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:

AzureCustomHandlerError1

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)