This setup empowers users to run ClearBlade Edge as an IoT Edge Module module on Azure IoT Edge. It consists of the following simple steps to get goingthese steps:
Copy the Edge Config Dataedge config data
Deploy the Edgeedge
Deploy the
...
edge on Azure
If the user does not have has no device setup, then user they can follow the Azure instructions on Azure to deploy the Iot IoT Edge & and its modules on a virtual machine.
Click here to go to ClearBlade IoT Edge Module on [Azure Market Place]()Click “Get it now” the Get it now action button on the Azure Marketplace, which redirects to the deployment page.
In the “Deployment Deployment Modules Section”section, click the “configure” configure button, which opens the custom configuration option.
Replace the following placeholders in the Container Create Options. Note: Developer options. The developer must have an Edge edge already created in their ClearBlade Systemsystem.
The values for developer’s developers' system-specific edge can be found by following the CREATE section values are in the tutorial instructions here' 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"
]
``` |
After updating the createOptions, click deploy to Azure IoT Edge Devicedevice.
If The
sudo docker ps
should list the running containers if the user creates & and deploys the Iot IoT Edge Hub hub on a VM then,sudo docker ps
should list the running containers.ClearBladeIoTEdgePlatform
is the container name of the container, the user should be looking for.
Advanced
To have a persistent edge database for , the edge, user can update the configuration options for the ClearBlade IoT Edge Module module deployment configuration options to add more flags to docker command, based on Dockerized ClearBlade Readmethe Docker command.