Updates the sample to use a config file instead of environment variables. Config file can be used to specify service discovery section, which allows the user to group multiple services running on the same VM instance in a single namespace and also provide names to services based on their exe_path.
Note: Environment variables can be used in combination with the config-file, but have been removed in this PR to avoid confusion.
Testing
Ran the updated scripts with the updated instructions to generate the expected results.
Description
Updates the sample to use a config file instead of environment variables. Config file can be used to specify service discovery section, which allows the user to group multiple services running on the same VM instance in a single namespace and also provide names to services based on their
exe_path
.Note: Environment variables can be used in combination with the config-file, but have been removed in this PR to avoid confusion.
Testing