...
Deploy the Edge on Azure
If user does not have device setup, then user can follow the instructions on Azure to deploy the Iot Edge & its modules on a virtual machine.
...
The values for developer’s system specific edge can be found by following the CREATE section in the tutorial instructions here.
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"
]
```
|
After updating the createOptions, click deploy to Azure IoT Edge Device.
If the user creates & deploys the Iot Edge Hub on a VM then,
sudo docker ps
should list the running containers.ClearBladeIoTEdgePlatform
is the name of the container, the user should be looking for.
...