The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredAsk the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.
we are trying to load data from Temperature sensor that connect to ESP-32 , now we want to use Logic apps as medium to load the data from sensor to Fabric Event Stream, but getting 202 error. Any idea what's missing here.
And we are using python programme to read data from sensors and pushing to logic apps
Thanks in advance
Solved! Go to Solution.
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.
Using Eventstream custom Endpoint as the sink for LogicApp is the right approach. This blog may also help: Seamlessly connect Azure Logic Apps to Fabric Eventstream using Managed Identity | Microsoft Fabric ...
Please let us know if you encounter any issue with this approach.
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.
Ok, then use the information from the Custom Source connector and send the data from logic apps to the provided EventHub. Logic Apps should have an EventHub Connector 🙂
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.