Performing a Practical Industrial IoT Solution with Azure
In the previous chapters (Chapter 9 and Chapter 10), we looked at how to build an IIoT platform with AWS and a custom solution. We explored some of the most important concepts, including storage, time series, microservices, protocols, and data analytics. The purpose of this chapter and the next is to build an IIoT solution with Azure.
In this chapter, we will discover the most popular Azure cloud components that can be applied to IIoT. We will cover the following:
- Azure IoT
- Connecting a device with IoT Edge
- Connecting a device with the Azure Edge SDK
- Azure Service Bus
In the next chapter (Chapter 12), we will continue to explore the Azure ecosystem implementing the operational data flow leveraging the following technologies:
- Azure Event Hubs
- Azure Cosmos DB
- Azure Stream Analytics
- Azure Synapse
- Building visualizations with Data Explorer and Grafana
Toward the end of...