.NET Core's configuration system is really powerful and is packed with a lot of features. One of its features is array based configurations. However it get really complicated when you have a lot of environments to manage and you want to transform the values of array properties per environment. For this demo lets looks at a config item called "Activites" which is an array of different activities you can do and default configuration is as below.
Details write up can be found here