IoT Edge Deployment Manifest to IoT Edge devices

Dhanavath Vishnu 366 Reputation points
2023-02-16T14:25:41.4733333+00:00

Hi Team,

I am working on this IoT Edge automatic deployments, I found this like while I am deploying a manifest using tags to target the specific IoT Edge devices, it works well, the deployment is success and able to run the desired modules on the targeted IoT Edge devices.

But if I remove the tag from any of the IoT Edge device after the successful deployment, it removes all the new modules from that IoT Edge device, is that intended behavior or should I need to apply any settings, to keep the IoT Edge device running the specified modules, even though after removing the tags.

Thanks for your time...

D. Vishnu

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
595 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,251 questions
0 comments No comments
{count} votes

Accepted answer
  1. chbeier 1,871 Reputation points
    2023-02-16T14:49:40.9633333+00:00

    Hello Dhanavath,

    What you experienced is the expected behavior: when you remove the tag or any other target condition for your defined automatic deployment is no longer valid, your existing device is removed from the deployment, see also documentation on Automatic Deployment.

    If you want to have a specific deployment for your devices, for example they got the initial deployment and you want to test a new module before deploying it to all devices, you will need to create a new automatic deployment with a specific manifest and a specific condition what has a higher priority than your initial tag-based deployment.


    Please accept the answer and feel free to upvote if your issue was solved. If you still have questions feel free to provide more details.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.