Azure-Samples / iot-edge-for-iiot

Learn how to use a hierarchy of Azure IoT Edge devices in a manufacturing environment to extract data from industrial assets and upload it to the Cloud while meeting the strict requirements of the Purdue network model.
MIT License
48 stars 49 forks source link

install.sh does not work as expected #1

Closed vslepakov closed 3 years ago

vslepakov commented 3 years ago

Hey follks,

tried to run install.sh a couple of times. Resources get provisioned but IoT Edge instances are not initialized (no connection string, cert settings etc. in config.yaml) the iotedge.service is masked and I have the feeling that the NSG configuration might not be correct (L5 just allows AMQP port 5671 for outbound, how to download container images then?). Is it right now as designed and one should follow this manual guide?

Thanks!

bamajeed commented 3 years ago

I have a similar issue to Vitaliy, no connection strings. Also the script fails if the subscription name has a space

vslepakov commented 3 years ago

thanks @ebertrams for fixing, works for me now!