I really enjoyed the new Configuration feature of Asp.Net vNext using de default appsettings.json
But I would like to change the values of that file when I publish t
If you set App Settings in the Azure Portal, they become environment variables at runtime, and should get picked up by the ASP.NET vNext runtime. So you don't need to physically modify your appsettings.json to achieve this.
appsettings.json