Im setting up a Azure Event Hub for a third party to use their data for monitoring purposes.
I know some azure services have a direct way via Diagnostic settings to send data to an event hub.
I am trying to work out how if possible, to send AppService logs to the Event Hub.
From what I have read, there is no direct way but it is possible if you use Application insights, export that data to a storage container and from there, use a logicApp to to send data to a event hub via a Trigger and action steps.
I have tried following the information here - https://docs.microsoft.com/en-us/azure/azure-monitor/platform/stream-monitoring-data-event-hubs but details about using LogicApp to send information to event hub everytime I execute the LogicApp Trigger, the action to send the event to the hub returns the error "Event received is null and could not be parsed".
Anyone have any ideas on how to do this.
Cheers