Changeset 9375
- Timestamp:
- 04/17/13 16:34:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OaaS/HeuristicLab.Clients.Hive.Slave.AzureClient/3.3/WorkerRole.cs
r9365 r9375 98 98 99 99 private void LogError(Exception e) { 100 var storageAccount = CloudStorageAccount.Parse( "DefaultEndpointsProtocol=https;AccountName=optimizationstorage1;AccountKey=n7Leom8ZFWkof/VQ2a4aRSvwOlX+Gwr3uojQF9CFJw1osmGCV0WwaNC8s7nkZ+qteLduAgW2l75WFpbXrkvG4Q==");100 var storageAccount = CloudStorageAccount.Parse(RoleEnvironment.GetConfigurationSettingValue(Constants.DiagnosticsConnectionString)); 101 101 var blobClient = storageAccount.CreateCloudBlobClient(); 102 102 var container = blobClient.GetContainerReference("slavelog");
Note: See TracChangeset
for help on using the changeset viewer.