CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Azure.ConfigurationManager.CloudConfigurationManager Class Reference

Provides access to configuration settings from the Azure Portal application settings. If no value is stored there it falls back to reading app settings of an app.config or web.config... i.e. System.Configuration.ConfigurationManager.AppSettings More...

+ Inheritance diagram for Cqrs.Azure.ConfigurationManager.CloudConfigurationManager:

Public Member Functions

override string GetSetting (string key)
 Read the setting named key . More...
 
- Public Member Functions inherited from Cqrs.Configuration.ConfigurationManager
virtual bool TryGetSetting (string key, out string value)
 Read the setting named key . More...
 
virtual bool TryGetSetting (string key, out bool value)
 Read the setting named key . More...
 

Detailed Description

Provides access to configuration settings from the Azure Portal application settings. If no value is stored there it falls back to reading app settings of an app.config or web.config... i.e. System.Configuration.ConfigurationManager.AppSettings