Hi,
I am looking to send data from IoT Central to Azure Machine Learning and wondering what the best way to do it is?
I am trying to send a value, for ex. Temperature degree to a python script to process the data, extract features and then run a machine learning model on it. Then passing the data back to IoT Central dashboard to display the results of Machine Learning.
So far I've seen about making a blob storage and using Data Export in IoT central to send to it and then making the blob storage a dataset in the Machine Learning Resource.
But I am wondering if this is the best way to do it or if there is a more direct way to send the data from IoT Central to Machine Learning?
Thanks!