Communicate with Azure IoT Hub broker

Azure IoT Hub supports sending or receiving information only on specific topics of a device.
Azure IoT Hub does not allow to send and receive information on custom topics. A device can send or receive information only on specific topics of the device:
send
devices/
deviceid
/messages/event/
receive
devices/
deviceid
/messages/devicebound/#
  1. For each client that to send or receive messages, create a device on Azure IoT Hub.
    TIP: Clients cannot use the same devices to send or receive data.
  2. Verify that sending and receiving messages is successful.
    TIP: The Device Explorer and Azure IoT Explorer applications enable you to monitor the received messages and send messages to devices.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.