How does my Azure web app store my app settings environment variables?
My web app in Azure has key/values in application settings Environment Variables. Question - How does Azure store these values? More specifically, when I fetch each value, is it fetched from a small memory cache or is there some internal…