I'm not able to update the application settings in the Azure portal to override my .net core appsetting file.
I've been following the instructions from this MS doc - https://docs.microsoft.com/en-gb/azure/app-service/configure-common
I pushed my container from Azure Container Registry an azure app service (Windows OS)
My appsettings file looks like this (The value is empty as I always want to inject the value using the Azure Portal)
I have given the setting a value in the portal
The setting is not being picked up when I deploy the app. I have tried restarting a couple of times. I have checked in the Kudu console and can see the app setting there.
Just to add, further docs mention that this should work in web apps for containers - https://blogs.msdn.microsoft.com/waws/2017/09/08/things-you-should-know-web-apps-and-linux/#SetEnvVar
Am I missing something?
AppSettings
on portal after you publish to Azure. – 1_1