I am doing some POC on Azure Digital Twin. So i am using some DT samples available on GitHub by azure. But those samples require IOT Hub connection string to enter. But i am not able to find the IOT hub connection string any where in Azure Digital Twin.
for example, see this following line:
IoT Hub connection string has to be set to system environment variable IOT_HUB_CONNECTION_STRING
How can i get this connection string, i can have device connection string but i can not have iot hub connection string.
I know Azure DT has its underline IOT Hub and currently developers can not access it. I want to ask is there any way we can get that ?