I would like to connect my devices to my IoT Central application directly using MQTT protocol without using any SDK. I found some official instructions on how to connect a device to IoT Hub directly with MQTT here: https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-mqtt-support but I can't find anything similar for IoT Central.
I want to strictly avoid the usage of any language SDK and want to get this done directly using MQTT protocol. For testing purposes I'm using a general purpose MQTT toolbox called MQTTBox. I want to connect that tool to a device registered using a Device Capability Model on IoT Central and send test measurements with it. Can someone provide some instructions?



