Is it possible that 2 azure functions can get triggered by one eventhub?
Is it possible that 2 azure functions can get triggered by one eventhub? One azure function will write its data to database1 and the other azure function writes its data to database2 [FunctionName("EventToDB1")] public async System.Threading.Tasks.Task Run([EventHubTrigger("eventhub", Connection = "Debezium")]…