Last change
on this file since 7030 was
7005,
checked in by spimming, 13 years ago
|
#1680:
- enable Remote Desktop Connection to roles
- adapt connection string for Azure Storage in cloud configuration
- add diagnostics to worker role
|
File size:
471 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <ServiceDefinition name="HeuristicLab.Clients.Hive.Slave.Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
|
---|
3 | <WorkerRole name="HeuristicLab.Clients.Hive.Slave.AzureClient" vmsize="Small">
|
---|
4 | <Imports>
|
---|
5 | <Import moduleName="Diagnostics" />
|
---|
6 | <Import moduleName="RemoteAccess" />
|
---|
7 | <Import moduleName="RemoteForwarder" />
|
---|
8 | </Imports>
|
---|
9 | </WorkerRole>
|
---|
10 | </ServiceDefinition> |
---|
Note: See
TracBrowser
for help on using the repository browser.