When new azure function project is created. 'local.setting.json' the file gets created as part of the project, how to add environment specific configuration file like we do for ASP MVC Core. Myself tried adding, 'local.settings.development.json' that did not work. Also tried 'development.settings.json' that too did not work either.
What is the correct way of creating the environment specific config file using visual studio 2017 Preview 3 for azure functions project?