lcarli / NodeRedIoTHub

Fork from origin plus changes
Apache License 2.0
14 stars 24 forks source link

IoT Hub Receiver gives missing property keyName #38

Open Narragansett opened 5 years ago

Narragansett commented 5 years ago

I deployed the Azure IoT Hub Receiver node, entered my info and immediately get this error: This is not a user input field. Did NodeRed introduce a new requirement and this contrib doesn't meet it? How to fix? "ArgumentError: config is missing property keyName"

Narragansett commented 5 years ago

Found it! Azure gives the connection string with "DeviceId=..." But somehow this contrib is looking for SharedAccessKeyName. That fixes the initial error, it deploys w/o error but then says Disconnected. Why?