How To modify environment variables or configuration settings of a 'running' IOT Edge module.

Below are two screen shots on how to update an environment variable for your 'running' Azure IOT Edge Module.

Note, in these screen shots we modify the IP of the 'webstream' module so that it matches the VisionAI Kit camera's DHCP assigned IP address. The same info is posted on Stackoverflow, see References below.

image

Now verify that the environment variable has been changed, see screen shot:

image

Note, the module ( container ) on the IOT Edge Device will restart and read in the new 'environment variable' setting(s) changed.

Enjoy.

Reference: https://stackoverflow.com/questions/59669319/modify-environment-variables-or-configurations-for-a-module-on-an-iot-edge-deplo/60537437#60537437