Skip to content

Files

Latest commit

8047056 · Nov 29, 2018

History

History
62 lines (38 loc) · 3.9 KB

iot-accelerators-remote-monitoring-import-adm-package.md

File metadata and controls

62 lines (38 loc) · 3.9 KB
title description author manager ms.author ms.service services ms.date ms.topic
Remote Monitoring solution import ADM package - Azure | Microsoft Docs
This article describes how to import an automatic device management package into the Remote Monitoring solution accelerator
dominicbetts
philmea
dobett
iot-accelerators
iot-accelerators
11/29/2018
conceptual

Import an automatic device management package into your Remote Monitoring solution accelerator

An automatic device management configuration defines the configuration changes to deploy to a group of devices. This article assumes a developer in your organization has already created an automatic device management configuration. To learn about how a developer creates a configuration, see one of the following IoT Hub how-to articles:

A developer creates and tests an automatic device management configuration in a development environment. When you're ready, you can import the configuration into your Remote Monitoring solution accelerator.

Export a configuration

Use the Azure portal to export the automatic device management configuration from your development environment:

  1. In the Azure portal, navigate to the IoT hub you're using to develop and test your IoT devices. Click IoT device configuration:

    IoT device configuration

  2. Click the configuration you want to use. The Device Configuration Details page displays:

    IoT device configuration detail

  3. Click Download configuration file:

    Download configuration file

  4. Save the JSON file as a local file called configuration.json.

Now you have a file that contains the automatic device management configuration. In the next section, you import this configuration as a package into the Remote Monitoring solution.

Import a package

Follow the steps below to import an automatic device management configuration as a package into your solution:

  1. Navigate to the Packages page in the Remote Monitoring web UI: Packages page

  2. Click + New Package, choose Configuration as the package type, and click Browse to select the configuration.json file you saved in the previous section:

    Select configuration

  3. Click Upload to add the package to your Remote Monitoring solution:

    Uploaded package

You've now uploaded an automatic device management configuration as a package. On the Deployments page, you can deploy this package to your connected devices.

Next steps

Now that you've learned how to create a configuration package and import it into from the Remote Monitoring solution, the next step is to learn how to Manage devices connected to Remote Monitoring in bulk.