EventHub trigger sync issue after deploying in azure portal first time

Singh, Pooja am 71 Reputation points
2020-12-03T08:47:27.09+00:00

Using below URL , i was able to work locally but after deploying in Azure portal facing issues with event hub trigger. Time trigger is working fine. But other function with eventhub trigger is not working.

2020-12-03T08:45:29 No new trace in the past 1 min(s).

Below example used

https://video2.skills-academy.com/en-us/azure/azure-functions/functions-event-hub-cosmos-db?tabs=bash

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
591 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Aniket Samanta 1 Reputation point
    2020-12-03T22:48:50.727+00:00

    Please check if the consumer group is properly declared for different consumers. It might be a case that all the consumers are using default consumer groups and hence functions are not getting triggered as the events are already getting read.