0

How to trigger updates of Azure IoT edge Modules from IoT Central? During device template definition "Deployment Manifest" json is uploaded for first time ,how to update /replace manifest for updating /installing newer versions of Edge Module from IoT Central ?

Chandran
  • 13
  • 3

1 Answers1

0

If you want to update an IoT Edge module in IoT Central (for instance update the Docker image), you need to take the following steps:

  1. Take the original deployment manifest you created and make your desired changes (such as updating the Docker image.
  2. Go to the Device Template.
  3. Hit Version in the menu bar. Version button
  4. Choose a new name for your upgraded template.
  5. Hit Replace Manifest in the menu bar and upload your new manifest. Replace manifest button
  6. Publish your new device template.
  7. In your list of devices, select the device and choose migrate. Migrate button
  8. Select your new device template. It will be migrated to your new device template, including the changes.
Matthijs van der Veer
  • 3,865
  • 2
  • 12
  • 22