Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.Azure/ServiceConfiguration.Local.cscfg @ 6990

Last change on this file since 6990 was 6990, checked in by spimming, 12 years ago

#1680:

  • AzureClient initial commit
  • Azure project added
  • WorkerRole for starting the slave core
File size: 528 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<ServiceConfiguration serviceName="HeuristicLab.Clients.Hive.Slave.Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="1" osVersion="*">
3  <Role name="HeuristicLab.Clients.Hive.Slave.AzureClient">
4    <Instances count="1" />
5    <ConfigurationSettings>
6      <Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
7    </ConfigurationSettings>
8  </Role>
9</ServiceConfiguration>
Note: See TracBrowser for help on using the repository browser.