I am trying to export device telemetry from my IoT Central app to an Event Hub. When I create a 'Data Export' and point it to my (existing) Event Hub, I see message
Starting (this may take a few minutes)
for about 10 minutes and then eventually I see
Stopped because of errors
There does not appear to be any place where I can see the actual error.
My application is set up with a Gateway device, with 2 simulated template devices (S1 and RS40 sensors) underneath the Gateway. I set up my Data Export to point to an existing Event Hub, and only selected 'telemetry' for export. While the 'Starting' message is displayed in the Data Export list, I see repeated device ModelDefinition messages pile up in the Event Hub (viewed using Service Bus Explorer), then it stops. No telemetry messages, however.
I do see telemetry messages getting into IoT Central using:
az iot central app monitor-events --app-id <app_id> --properties all
And I see the various device views showing the simulated data with IoT Central itself.
Is there anyway I can see why the Data Export creation error?