Using Azure Stream Analytics to tap into an Event Hub data stream

The pre-requisite is to make sure that you have requested for Stream Analytics preview if you have not already done so. 1. Create a Stream Analytics job. Jobs can only be created in 2 regions while the service is under preview. 2. Add an input to your job., This is the best part because we… Continue reading Using Azure Stream Analytics to tap into an Event Hub data stream

Scalable Event Hub Processor in an Azure Worker Role

So what happens after all those activity data point messages had been fired off into an Azure Event Hub? Event Hubs enable me to durably store these messages/events until the required retention period expires, which is 24 hours by default. I need to process those messages fast. That sounds like the starting point of big data where… Continue reading Scalable Event Hub Processor in an Azure Worker Role