I was trying out the .NET Core support using this sample:
https://github.com/pulumi/examples/tree/master/azure-cs-appservice, and the initial deployment works well, but making changes to the "wwwroot/index.html" in the sample and doing "pulumi up" results in the following error: "panic: interface conversion: interface {} is nil, not map[string]interface {}", when it tries to update the Azure App Service settings. I'm unsure where to log an issue?