Search code examples
asp.net-coreazure-web-app-serviceazure-stream-analytics

Data stream between stream analytics services and WebApp service (.NET core 3.1)


I and my team are trying to build an app for data visualization and analysis in WebApp the data source is from Stream Analytics Services, can we connect to Stream Analytics from .NET core web app, if there is any way please provide reference resources. what is the best practice or service to use for data stream if I am using WebApp? Or can we connect to IOTHub from WebApp, which is a better option compared with the above one?

Thank you, Ranjith


Solution

  • Unfortunately, Azure Stream Analytics cannot stream data directly into a .Net core web app.

    Option1: You can visualize data from your Azure IoT Hub in a web application.

    Option2: If you want to use Azure Stream Analytics, you need to send the data into supported outputs and then connect to the Web app.

    enter image description here

    Reference:

    Visualize real-time sensor data from your Azure IoT hub in a web application

    Creating a simple IoT application using a RaspberryPi+ NET Core and Azure