Is there a tutorial to be able to connect ESP32 with Microsoft Azure IOT with programming from the Arduino IDE?
This is the link of Microsoft Azure IOT: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-devguide-protocols
1 Answers
Hello, unfortunately I don’t have any tutorials on that exact subject at the moment… But according to the documentation, you just need to establish an MQTT connection and publish MQTT messages.
(Instead of using the local Mosquitto MQTT broker, you would use the Azure Cloud MQTT broker).