Whenever one of your integrated devices sends a signal to our broker, we republish the binary payload to the endpoint specified for its integration through Azure IoT Hub SDK.
The first step requires you to create an IoT Hub. This is an Azure service that enables you to gather high volumes of telemetry data from your IoT devices. It then moves them into the cloud for storage or processing. In order to do that, follow the offical documentation. To summarise you’ll need to:
Try to send some signal messages with your device. You should be able to see in the dashboard that the system has received them. More information on the testing device’s connectivity could be found here.