How to connect single NodeJS Azure Function Event Hub trigger to connect to multiple event hubs present within the same event hub namespace?
I have a single function in an Azure Function App written in NodeJS which is an Event Hub Trigger and is used to forward logs to datadog. The logs are generated as events to event hub then getting captured by event hub trigger azure function and then pushed to datadog using rest endpoints. If my function.json file looks like this, my function app works fine: