We are nearing the end of the book. In the previous chapter, you learned a lot about IoT Edge. In this chapter, you will learn about IoT Central, what it is, and why it is needed. If you are ready, let’s move on!
Azure IoT Central
With IoT projects, it is all about connecting things and handling the device’s data. Once we get the data, we display it somewhere so we can easily check it every time. This can be a web application using Angular, React JS, Vue JS, or ASP.NET MVC, and so on. To get real-time updates in a web application, we can use the Azure Signal R service. But in ...