DEV Community

ENDEESA
ENDEESA

Posted on

1

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)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay