1
votes

Is it possible to send data from ESP8266 Nodemcu to Microsoft Azure using 'Event Hub'. while searching on the internet i am getting results were they are using Azure Iot Hub. Since my application does not require bi directional communication and also azure iot hub service is very expensive than azure event hub service i would prefer if it is possible to use Azure event hub with esp8266 Nodemcu . can anybody direct me in the right direction.

1
Which IoT firmware do you use (Arduino, NodeMCU, MicroPython, ...)?Marcel Stör
i use arduino ideRishikesh Ayre

1 Answers

1
votes

You will want to use the Event Hubs REST API for that.