To get application settings or a connection string, use the regular .NET API
System.Configuration.ConfigurationManager.AppSettings["name"] as well as System.Configuration.ConfigurationManager.ConnectionStrings["name"]
CloudConfigurationManager is designed for the role of web roles / work roles.
source share