Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.2 KB

File metadata and controls

21 lines (16 loc) · 1.2 KB

One of the key capabilities of Azure IoT Edge is being able to deploy modules to your IoT Edge devices from the cloud. An IoT Edge module is an executable package implemented as a container. In this section, you deploy a module that generates telemetry for your simulated device.

  1. In the Azure portal, navigate to your IoT hub.

  2. Go to IoT Edge (preview) and select your IoT Edge device.

  3. Select Set Modules.

  4. Select Add IoT Edge Module.

  5. In the Name field, enter tempSensor.

  6. In the Image URI field, enter microsoft/azureiotedge-simulated-temperature-sensor:1.0-preview.

  7. Leave the other settings unchanged, and select Save.

    Save IoT Edge module after entering name and image URI

  8. Back in the Add modules step, select Next.

  9. In the Specify routes step, select Next.

  10. In the Review template step, select Submit.

  11. Return to the device details page and select Refresh. You should see the new tempSensor module running along the IoT Edge runtime.

    View tempSensor in list of deployed modules