Is there a way to make edge module twin settings in Azure IoT deployments inheritable?
For instance I have dozens of devices with dozens of module twin configuration settings. I want 95% of the twin settings to be the same across all devices defined in a single deployment. But I also need to set a small number of device/location specific twin settings on each device.
So far my testing shows the deployment will overwrite all module twin settings. And a deployment with higher priority will overwrite all other module twin settings. My ideal scenario would be some kind of inheritable relationship where a 2nd deployment would add to the master deployment settings. Is anything like this possible? What are the best practices for this scenario?