You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when attempting to enable the experimental local MQTT broker I'm seeing issues with edgeHub not able to start and complaining about missing environment variables. I got about 6 deep trying to supply these env vars manually before giving up on that route.
...
at Microsoft.Azure.Devices.Edge.Hub.Service.Program.Main() in /home/vsts/work/1/s/edge-hub/core/src/Microsoft.Azure.Devices.Edge.Hub.Service/Program.cs:line 36
Error: IOTEDGE_DEVICEID
Caused by:
environment variable not found
Removing the 'experimentalFeatures__mqttBrokerEnabled' env variable allows edgeHub to start normally.
The text was updated successfully, but these errors were encountered:
Hello @grickettsnz, thank you for reporting this issue. As of now, the iotedgehubdev tool does not support the MQTT broker feature yet. We will investigate and let you know once we have an update.
Currently, when attempting to enable the experimental local MQTT broker I'm seeing issues with edgeHub not able to start and complaining about missing environment variables. I got about 6 deep trying to supply these env vars manually before giving up on that route.
Repro steps:
Example deployment manifest:
Example error:
Removing the 'experimentalFeatures__mqttBrokerEnabled' env variable allows edgeHub to start normally.
The text was updated successfully, but these errors were encountered: