You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the simplest of the config builders. It draws its values from Environment, and it does not have any additional configuration options.
70
+
*__NOTE:__ In a Windows container environment, variables set at run time are only injected into the EntryPoint process environment.
71
+
Applications that run as a service or a non-EntryPoint process will not pick up these variables unless they are otherwise injected through
72
+
some mechanism in the container. For [IIS](https://github.com/Microsoft/iis-docker/pull/41)/[ASP.Net](https://github.com/Microsoft/aspnet-docker)-based
73
+
containers, the current version of [ServiceMonitor.exe](https://github.com/Microsoft/iis-docker/pull/41) handles this in the *DefaultAppPool*
74
+
only. Other Windows-based container variants may need to develop their own injection mechanism for non-EntryPoint processes.
0 commit comments