In an Azure Websites I was always using the following code to fetch some values from the config\'s app settings:
string property = WebConfigurationManager.
CloudConfigurationManager requires Microsoft.WindowsAzure.Configuration assembly, part of Azure SDK or separate NuGet.
WebConfigurationManager requires System.Web.Configuration assembly, part of .NET Framework.