Versions Compared

Key

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

...

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"
  ]
```  

...