skip to Main Content

I have configured the Device Update Agent into IoT Device.
Imported multiple Updates via ‘Import a new Update’ Option but inside ‘Groups and Deployment’ Tab I am not seeing any new update.
Can some one please help to resolve this issue.

Please see below links for more details

New Import

New Update available count is 0

2

Answers


  1. Chosen as BEST ANSWER

    Solution : In du-config.json whatever manufacture & model we use during DeviceAgent Configuration same we need to use inside .importmanifest.json file during import otherwise Import is successful but in Deployment Tab you won't see any new updates to Deploy


  2. using Ms-Doc,Ms-Doc2 I was able to Import a new Update in IoT Hub.

    enter image description here

    • Add the Access Control in IoT Hub

    enter image description here

    enter image description here

    • Make sure that the IoT Hub Data Contributor role is listed under Role assignments after selecting Azure Device Update.

    enter image description here

    • Search for "Azure Device Update" using the User, Group, or Service Principal selection.

    enter image description here

    enter image description here

    • Choose Devices in the left pane. Choose Add Device next.

    enter image description here

    • Choose Add Module Identity, then type a name for the module under Module Identity Name.

    enter image description here

    enter image description here

    • At the same level as the model Id and version tags in the twin file, add a new Device Update tag value as follows:
    "tags": {
        "ADUGroup": "DU-simulator-tutorial"
    },
    
    

    enter image description here

    enter image description here

    • Select Upload in your container, then navigate to the files you got for the requirements. Select Upload after choosing the adu-update-image-raspberrypi3.swu and TutorialImportManifest_Sim.importmanifest.json files.

    enter image description here

    • After click on check the status in Groups and Deployments.

    enter image description here

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search