- Run follonwing command from Cloud Shell
az vm run-command invoke -g IoTEdgeResources -n EdgeVM --command-id RunShellScript --script '/etc/iotedge/configedge.sh "{device_connection_string}"'
-
Login to azlab##edge vm
-
Run command to see status of IoT Edge Daemon
sudo systemctl status iotedge
- List edge modules
sudo iotedge list
Key | Value |
---|---|
ACR Server | azlab854acr.azurecr.io |
user name | azlab854acr |
password | LG=ChEDVj+me2d8sIx=0Zcf6s3QMdl6u |
IoT Edge Module Image URI
azlab854acr.azurecr.io/pythonmodule:0.0.1-amd64