I have an experimental IoT Hub running with an device placing events on the the event hub.
I've implemented a StoreEventProcessor class to consume the messages, filter the informations and place the data in various tables in a Azure SQL database. Everything runs fine from my development machine. What I don't understand yet is how to get the StoreEventProcessor class running automatically in Azure together with the Iot Hub?
I had a look at Azure Stream Analytics and will use it for alerts but what technology should I use for data sorting, filtering and storage?
Looking forward to any suggestions