Azure Function v4 .net6 Event Hub Trigger – how to get EnqueuedTimeUTC?
I have a working Azure Functions app, with an Event Hub trigger. It's using Microsoft.Azure.Functions.Worker 1.10, functions runtime 4, .Net 6 and running as Isolated (not in-process). The current function signature looks like: Function("MyFunction")] public async Task Run([EventHubTrigger("my-eventhub", ConsumerGroup =…