Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/11 16:53:53 (12 years ago)
Author:
spimming
Message:

#1680:

  • enable Remote Desktop Connection to roles
  • adapt connection string for Azure Storage in cloud configuration
  • add diagnostics to worker role
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.Azure/ServiceConfiguration.Cloud.cscfg

    r6990 r7005  
    44    <Instances count="1" />
    55    <ConfigurationSettings>
    6       <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
     6      <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="DefaultEndpointsProtocol=https;AccountName=hivestorage;AccountKey=Idq7D7dTvhpByPproP//rmdEaU5gmRxG62jAnJdghgzKqolnzsWjVTwNbg3p5BXVl86FuAXqvKlUAYFrMuSCMw==" />
     7      <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.Enabled" value="true" />
     8      <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountUsername" value="hive" />
     9      <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountEncryptedPassword" value="MIIBnQYJKoZIhvcNAQcDoIIBjjCCAYoCAQAxggFOMIIBSgIBADAyMB4xHDAaBgNVBAMME1dpbmRvd3MgQXp1cmUgVG9vbHMCEHUA/gAGlSmLSAQNTaQ6iIgwDQYJKoZIhvcNAQEBBQAEggEABcxB+WE3pemmg4hWQENKyxqCf9KpTn4eHFM7YYm60mBBta90L4d2mpX5PMj540DYMw8f9j+un1JZHWzQldZxU8D0VkWuK700Qo2YSHxBsS7jkpRXhWfUMkUYYsFDYMm7j9cM8zQInEOsELlaEhrWCNMXD6oZxTQCQTJTIiy7KH41i61Mostpm10gxnOGdrj1HSUVapfF87FvNRzgUWjOMZnO3tu5ptF5INxxQ99kxL5qEmnp7N9qiH2PkbfkTNRV12S54k4xqh9US/3GzRVlLgXQ2XkifPqHIBhl15kOZSbFQ4LwxD4HUGgKKBRmoTbeZqVUshXZvhmfS71zSR7sxjAzBgkqhkiG9w0BBwEwFAYIKoZIhvcNAwcECCnKWoHrNUf4gBAf2IojnEYYtX2+Ud/dNrYS" />
     10      <Setting name="Microsoft.WindowsAzure.Plugins.RemoteAccess.AccountExpiration" value="2012-12-31T23:59:59.0000000+01:00" />
     11      <Setting name="Microsoft.WindowsAzure.Plugins.RemoteForwarder.Enabled" value="true" />
    712    </ConfigurationSettings>
     13    <Certificates>
     14      <Certificate name="Microsoft.WindowsAzure.Plugins.RemoteAccess.PasswordEncryption" thumbprint="8CDEB87D1DF5CC70298920831DC089976D42DBA0" thumbprintAlgorithm="sha1" />
     15    </Certificates>
    816  </Role>
    917</ServiceConfiguration>
Note: See TracChangeset for help on using the changeset viewer.