MQTT-Explorer icon indicating copy to clipboard operation
MQTT-Explorer copied to clipboard

How do I connect to Azure IoT Hub?

Open TiedtTech opened this issue 2 years ago • 1 comments

How do I connect to Azure IoT Hub?

TiedtTech avatar Mar 14 '22 02:03 TiedtTech

Your MQTT ClientID has to match your device name on the cloud. This can be configured in advanced options. It is a really a server side issue with Azure as the MQTT protocol just specifies a unique ClientID but for some reason Azure requires a name match as well. This isn't necessary when connecting to AWS as you can use the randomly generated ClientID.

sborsay avatar Sep 03 '22 18:09 sborsay