Reputation: 494
Can data stored in a database be used in Time Series Insights as the source? I have timeseries data in csv or data form. Can I use it as a source for Time Series Insights?
Upvotes: 2
Views: 615
Reputation: 29850
No not directly. At the moment it only supports IoT Hub and Event Hub as sources. What you could do is create a process that reads the csv data and sends it to an Event Hub that in turn is the source for Azure Time Series Insights. See the docs for sample code to send data to an Event Hub.
Upvotes: 3