, connectionstring DevelopmentStorage=true
, Web.config :
<appSettings>
<add key="StorageConnectionString" value="UseDevelopmentStorage=true" />
</appSettings>
ServiceConfiguration.cscfg:
<Setting name="StorageConnectionString" value="UseDevelopmentStorage=true" />
CloudConfigurationManager, Service Configratuon, . :
CloudStorageAccount storageAccount = CloudStorageAccount.Parse(
CloudConfigurationManager.GetSetting("StorageConnectionString"));
ServiceConfiguration, web.config. , Azure, , , . , , ISettingsProvider ( -), , , .
ServiceConfiguration , .
web.config, developmentstorage . Azure, .
Azure.