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 ?
Asked
Active
Viewed 614 times
1 Answers
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:
- Take the original deployment manifest you created and make your desired changes (such as updating the Docker image.
- Go to the Device Template.
- Hit Version in the menu bar.
- Choose a new name for your upgraded template.
- Hit Replace Manifest in the menu bar and upload your new manifest.
- Publish your new device template.
- In your list of devices, select the device and choose migrate.
- 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