In short, the following is my scenario:
1. Am having an Azure IOT Hub having a simulated device (NodeJs)
2. I want to connect a real device, Which uses TCP IP protocol.
3. The device is not able to accommodate new changes like new IOT module installation (Both SW or HW)
I have gone through most of the Azure documentation and videos. But haven't found a proper solution. Also referred https://docs.microsoft.com/en-us/azure/iot-hub/about-iot-hub#connect-your-devices.
Thanks in advance.