Add the ability to push updates based on tags #299
Replies: 2 comments 4 replies
-
Include @andrewbrownmsft & @alancshi for input. |
Beta Was this translation helpful? Give feedback.
-
We are facing the same limitation in our implementation, we have the plan to deploy 30000 devices but we are not sure how we gonna by pass this limitation with the tags in the device groups. |
Beta Was this translation helpful? Give feedback.
-
As far as I can find now, you can only deploy updates based on the 1 ADUGroup tag and the device compatibilities.
For our use case it would be very helpful if we could send an update based on all the device tags.
Our use case is:
One IOT edge device, receiving updates for other inbuilt components, each device can have different components in it, and we tag the device to show which components it has.
For instance:
tags:
“Subsystem1” : “Manufacturer A”
“Subsystem2”: “Manufacturer B”
“Subsystem3”: “Manufacturer A”
Then if we have a new update from manufacturer A subsystem 1 we want to push that to all devices that have the tag.
Beta Was this translation helpful? Give feedback.
All reactions