I am using Azure Free trail version. In azure IoT hub after creating a device it doesn't showing connect option. I have a problem in accessing the public key of that respected device. So kindly look into the issue

Sai Deekshita Karanam 0 Reputation points
2023-11-05T06:59:50.3833333+00:00

Screenshot 2023-11-05 122413

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
383 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
543 questions
Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
350 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,127 questions
Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
8,246 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 28,956 Reputation points MVP
    2023-11-05T10:59:39.0533333+00:00

    Hello @Sai Deekshita Karanam ,

    It seems you have tested out Azure IoT Central and had a device connected there.

    Now you want to connect your device to the Azure IoT Hub PaaS service directly?

    You need to remember IoT Central is a service built on top of the regular Azure IoT PaaS services.

    To build a similar dashboard as seen above, you need to set up a couple of services.

    This could be for example:

    Device with device SDK -> Device Provisioning Service -> IoT Hub -> Stream Analytics -> PowerBI

    If you remember how you connected using the device on IoT Central (with the scopid etc.), that was the DPS in IoT Central.

    A simplified way is :

    Device with device SDK -> IoT Hub -> Stream Analytics -> PowerBI

    You need only this connection string to start with:

    User's image

    Fill it into Azure IoT Edge runtime config.toml file if you use those kinds of devices.

    Otherwise, use any of the Device SDKs. Samples are found here and here.

    Free training is available here.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments