Azure / azure-iot-sdk-node

A Node.js SDK for connecting devices to Microsoft Azure IoT services
https://docs.microsoft.com/en-us/azure/iot-hub/
Other
261 stars 227 forks source link

Device Sample code never runs due to issue with naming convension in Readme #1223

Open Barathwaja opened 2 months ago

Barathwaja commented 2 months ago

Description of the issue

All the examples under javascript/typescript uses the "IOTHUB_DEVICE_CONNECTION_STRING" env variable but the README file shows the wrong string name "IOTHUB_DEVICE_CONNECTING_STRING" (highlighted in bold) making some of the device sample not run.