Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using VSC open the LoRaEdgeSolution module folder that was downloaded from PCEI repo.

...

https://microsoft.github.io/iotedge-k8s-doc/architecture.html

For the purposes of this document we use the Host Server on which EMCO has been deployed and on which we run the VNC server to package Helm charts for Azure IoT Edge.

Clone Azure IoT Edge from github:

Code Block
languagebash
git clone https://github.com/Azure/iotedge

cd iotedge/kubernetes/charts/edge-kubernetes

Modify values.yaml file to specify the "Primary Connection String" from Azure Cloud generated during IoT Hub/IoT Edge provisioning:

Code Block
languagebash
vi values.yaml
# Change the line below and save the file
provisioning:
  source: "manual"
  deviceConnectionString:  "PASTE PRIMARY CONNECTION STRING FROM AZURE IOT HUB / IOT EDGE SCREEN"
  #dynamicReprovisioning: false

Create a tar file with Azure IoT Edge Helm Charts:

Code Block


Defining Azure IoT Edge Service in PCEI

...