web.config
1 2 3 |
<appSettings> <add key="StorageConnectionString" value="xxxxxxxxxxxxx" /> </appSettings> |
cs
1 |
string strStorageAccount = CloudConfigurationManager.GetSetting("StorageConnectionString"); |