title | description | author | manager | ms.author | ms.service | services | ms.date | ms.topic |
---|---|---|---|---|---|---|---|---|
Remote Monitoring solution add Edge device - Azure | Microsoft Docs |
This article describes how to add an IoT Edge device to a Remote Monitoring solution accelerator |
dominicbetts |
timlt |
dobett |
iot-accelerators |
iot-accelerators |
10/09/2018 |
conceptual |
To add an IoT Edge device to your solution accelerator, complete the following two steps:
- Add the Edge device on the Devices page in the Remote Monitoring solution accelerator web UI.
- Install the IoT Edge runtime on your Edge device.
To add an IoT Edge device to the Remote Monitoring solution accelerator, navigate to the Devices page in the web UI and click + New device.
In the New device panel, choose IoT Edge device. You can leave the default values for the other settings. Then click Apply:
It's also possible to register an IoT Edge device directly with the IoT Hub instance in your solution accelerator. You need to know the name of the IoT hub in your solution accelerator before you follow any of these how-to guides:
- Register a new Azure IoT Edge device from the Azure portal
- Register a new Azure IoT Edge device with Azure CLI
- Register a new Azure IoT Edge device from Visual Studio Code
When you register a device directly with the IoT hub in the Remote Monitoring solution accelerator, it's listed on the Devices page in the web UI.
Before you can deploy modules to your Edge device, you must install the IoT Edge runtime on the physical device. The following how-to guides show you how to install the runtime on common device platforms:
- Install the Azure IoT Edge runtime on Linux (x64)
- Install Azure IoT Edge runtime on Linux (ARM32v7/armhf)
- Install Azure IoT Edge runtime on Windows to use with Windows containers
- Install the Azure IoT Edge runtime on Windows to use with Linux containers
- Install the IoT Edge runtime on Windows IoT Core
Now that you have prepared your IoT Edge device, the next step is to deploy modules to it. See Import an IoT Edge package into your Remote Monitoring solution accelerator