Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 691 Bytes

04.CreateIoTEdge.md

File metadata and controls

40 lines (26 loc) · 691 Bytes

IoT Edge

Set IoT Edge connection string

  1. 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}"'
  1. Login to azlab##edge vm

  2. Run command to see status of IoT Edge Daemon

sudo systemctl status iotedge
  1. List edge modules
sudo iotedge list

Deploy a Module

Key Value
ACR Server azlab854acr.azurecr.io
user name azlab854acr
password LG=ChEDVj+me2d8sIx=0Zcf6s3QMdl6u

04.02

IoT Edge Module Image URI

azlab854acr.azurecr.io/pythonmodule:0.0.1-amd64