Chapter 5 introduced Azure Stream Analytics and its great capabilities and key benefits for real-time data streaming. That chapter also walked through creating a Stream Analytics job and looked at many of the settings for configuring a Stream Analytics job. It is time to move the data along to the next part of its journey and implement what was learned in Chapter 5.
As a recap, data is being generated by several devices and sent into Azure IoT Hub. This chapter will apply what was learned in Chapter 5 and connect Azure IoT Hub and Stream Analytics, allowing the data to continue ...