Reputation: 4787
We have setup an IoT Hub that receives telemetry data. Current workflow route:
IoTHub -> Stream Analytics -> Event Hub -> Time Series Insight
Required workflow route:
IoTHub -> Time Series Insight
Is this possible? If yes can someone please point to a resource or suggest.
Thanks in advance. Regards.
Upvotes: 0
Views: 445
Reputation: 1
Yes possible, screen shots above are great. no need to use stream or event hub unless you're looking to set up a real time process or filter what gets stored in time series.
Upvotes: 0
Reputation: 8265
You can use an azure portal for adding a New event source, see the following screen snippet:
Note: Before the above step, go to the Azure IoT Hub for adding a new consumer group dedicated only for this TSI consumer, see he following screen snippet:
Thanks
Upvotes: 2