Forum Discussion
Pushing data from Temperature sensor to Event stream via Logic apps
- 1 year ago
Thanks datacoffee , but here i want to use logic apps as medium
- 1 year ago
Hi kiranMaddipati
Sorry for the late response.Thank you for being part of the Microsoft Fabric Community.
As highlighted by datacoffee , the proposed approach appears to effectively address your requirements. Could you please confirm if your issue has been resolved?
If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.
If the above information helps you, please give us a Kudos and marked the Accept as a solution.
Best Regards,
Community Support Team _ C Srikanth.
Hello
if you are already reading data using python, then you can pipe the data from the sensors directly to Eventstream and the built in eventhub using that python code
you have all the information in the Eventstream, if you are using the custom source. Here you will find the SAS key and the endpoint address. This info you can then add to your python code and be ready to send data.
if you need guidance on the code, you also have access to code examples from the Eventstream source UI.