Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Ask the Fabric Databases & App Development teams anything! Live on Reddit on August 26th. Learn more.

Reply
kiranMaddipati
Regular Visitor

Pushing data from Temperature sensor to Event stream via Logic apps

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

 

2 ACCEPTED SOLUTIONS
kiranMaddipati
Regular Visitor

Thanks @datacoffee , but here i want to use logic apps as medium

View solution in original post

v-csrikanth
Community Support
Community Support

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.

View solution in original post

5 REPLIES 5
Alicia_Li_MSFT
Microsoft Employee
Microsoft Employee

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. 

v-csrikanth
Community Support
Community Support

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.

kiranMaddipati
Regular Visitor

Thanks @datacoffee , but here i want to use logic apps as medium

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 🙂


If you find this reply to help with your problem, please consider hitting the accept button...
----------------
Blog: https://dcode.bi
KQL ref guide: https://aka.bi/kql
LinkedIn: https://aka.bi/follow
datacoffee
Super User
Super User

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.


If you find this reply to help with your problem, please consider hitting the accept button...
----------------
Blog: https://dcode.bi
KQL ref guide: https://aka.bi/kql
LinkedIn: https://aka.bi/follow

Helpful resources

Announcements
Fabric July 2025 Monthly Update Carousel

Fabric Monthly Update - July 2025

Check out the July 2025 Fabric update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors