-
Notifications
You must be signed in to change notification settings - Fork 471
Description
We have the requirement to use proxy servers for connecting various Edge devices.
The problem is that the proxy server is always different.
When a device is staged or first set-up, we can configure the device unique proxy settings in various places (docker runtime, edgeAgent container , .. following https://learn.microsoft.com/en-us/azure/iot-edge/how-to-configure-proxy-support?view=iotedge-1.5.)
However the problem is that we are not able to have dynamic proxy settings or variables inside a deployment:
Configure the edgeAgent module environment variables manually on the device itself, so that the IoT Edge agent can make the initial connection to IoT Hub. After the initial connection, you can configure the edgeAgent module remotely
Is there no possibility to take the proxy settings or environment variables from the host Edge device only ? We would now require unique deployments for each such device which is not possible given the deployment limits in Iot Hub.