Rishikesh Ayre
Rishikesh Ayre

Reputation: 99

Is it possible to connect NodeMCU with Microsoft Azure Event Hub?

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.

Upvotes: 1

Views: 1206

Answers (1)

Marcel Stör
Marcel Stör

Reputation: 23525

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

Upvotes: 1

Related Questions