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:
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.