What environment variables are available to the SetupEntryPoint process?
问题 I'm looking to write a script to execute as a SetupEntryPoint for a Service Fabric Service. I'd like to know what environment variables would be available to the process. The environment variables available to a running service are documented here. The documentation for SetupEntryPoint may be found here but does not elude to what environment variables are available to the process. 回答1: I wrote the following simple batch file to run as the SetupEntryPoint of my service, which dumps all