I've encountered the problem where I can see that they're messages on my Azure event hub, and when I try and stream them to blob storage using stream analytics - nothing happens. It just streams constantly without any messages ever being written to the specified blob storage. I'm also using a very simple query : SELECT * INTO [Blob] FROM [InputEventHub]
When I try and sample the data I get the following error message :
"No events found for "********". Start time: 27 March 2017, 15:15:28 End time: Monday 27 March 2017, 16:16:28 Last time arrival Monday, 27 March 2017, 15:16:46 Diagnostics: While sampling data, no data was received from '4' partitions". They're over 48 thousand messages on the event hub so I know that they're events present on it. I'm also receiving no errors in the activity logs. Has anyone run into this problem?
Thanks in advance.
Damien