web/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceConfiguration.cscfg
author Raphael Velt <raph.velt@gmail.com>
Mon, 15 Apr 2013 12:48:58 +0200
changeset 841 bf648f325dc4
parent 808 6b6c2214f778
permissions -rw-r--r--
Added tag V02.23 for changeset 0e13b27cc7c7

<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="PhpOnAzure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="2" osVersion="*">
  <Role name="PhpOnAzure.Web">
    <Instances count="1" />
    <ConfigurationSettings>
      <Setting name="zend.service.windowsazure.Plugins.Diagnostics.ConnectionString" value="$DiagnosticsConnectionString$"/>
    </ConfigurationSettings>
  </Role>
</ServiceConfiguration>