I have a .net Framework Web App running in Azure. In my code I have a line that gets an environment variable:
var x = System.Environment.GetEnvironmentVariable("MY_Setting_Name");
How do I set/view this setting in the Azure portal? is it the same place as app settings? becuase I thought that was for the settings in the web-config file.