Relative Content

Tag Archive for .netazureasp.net-coreazure-functionsazure-eventhub

Azure function event hub triggers after delay of about 5-10 seconds

I have an Azure Function v4 .NET 6 isolated app with an HTTP trigger function that writes events to an event hub. Another event hub triggered function in the same app listens to those events, performs some manipulation, and publishes them again to another hub, which is listened to by a different function app.