I was trying out the .NET Core support using this ...
# general
f
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?
b
@tall-librarian-49374 thoughts here?
t
You can find a workaround in there, although it's a bad bug, and hopefully we can fix it soon. It's marked as P1 and @microscopic-florist-22719 is on it
f
👍 great I'll have a look at that so I can explore it some more. Thank you
b
thanks @tall-librarian-49374