I am an ASP.NET web forms programmer. While researching on IoT app development in Azure, I came across examples that use ASP.NET MVC or ASP.NET core for development.
I am keen to know whether Azure ASP.NET Web Forms app can be used for visualizing the IoT data.
Please confirm whether following data flow is valid?
IoT Device
|
----> Azure IoT hub
|
----> Azure Stream Analytics Job
|
----> Azure SQL Database
|
----> Azure ASP.NET Web forms application