Versions Compared

Key

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

This setup empowers users to run ClearBlade Edge as an IoT Edge module on Azure IoT Edge. It consists of the following these steps:

Deploy the edge on Azure

If the user has no device setup, they can follow the Azure instructions to deploy the IoT Edge and its modules on a virtual machine.

...

The developers' system-specific edge values are in the tutorial instructions' CREATE Create section.

Code Block
```javascript
"Cmd": [
    "-platform-ip=<PLATFORM_URL>",
    "-parent-system=<SYSTEM_KEY>",
    "-edge-id=<EDGE_ID>",
    "-edge-cookie=<EDGE_COOKIE>"
  ]

"Cmd": [
    "-platform-ip=platform.clearblade.com",
    "-parent-system=c694c6d30bf095c4d3b48c89dacf01",
    "-edge-id=azure-edge",
    "-edge-cookie=mx912P2429QC97708RFf65Kvj0L"
  ]
```  

...

To have a persistent edge database, the user can update the configuration options for the ClearBlade IoT Edge module deployment configuration options to add more flags to the docker Docker command based on Dockerized ClearBlade readme.