This setup empowers users to run ClearBlade Edge as an IoT Edge Module on Azure IoT Edge. It consists of the following simple steps to get going:

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.

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

Advanced

To have persistent database for the edge, user can update the configuration options for the ClearBlade IoT Edge Module deployment to add more flags to docker command, based on Dockerized ClearBlade Readme