Azure Iot Central MQTT

vNode Automation 1 Reputation point
2021-08-23T19:43:59.043+00:00

Hello, I have an aplication that can publish data via MQTT. Can Azure IoT Central (NOT IoT Hub) received data via MQTT?

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
352 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 27,966 Reputation points
    2021-08-24T11:39:59.673+00:00

    @vNode Automation

    IoT Central uses the Azure IoT Hub Device Provisioning service (DPS) to manage the connection process. A device first connects to a DPS endpoint to retrieve the information it needs to connect to your application. Internally, your IoT Central application uses an IoT hub to handle device connectivity.

    The MQTT device can be connected directly to the IoT Central App based on its device connection string which is necessary to generate in advance.

    This link shows an example how to generate a necessary data for device connectivity to the IoT Central App, such as generating a hostname of the internal IoT Hub and the device sasToken.

    @Roman Kiss provided detailed steps which shows an example of the MQTT device connectivity using the MQTTBox client here. Please check and let us know if you still need further help.

    Also, have a look at the reference from Stack Overflow Connect real device to Azure IoT Central using MQTT and see if it helps.

    If the response is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments