web/lib/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceDefinition.csdef
changeset 808 6b6c2214f778
equal deleted inserted replaced
807:877f952ae2bd 808:6b6c2214f778
       
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <ServiceDefinition name="PhpOnAzure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition">
       
     3   <WebRole name="PhpOnAzure.Web" enableNativeCodeExecution="true">
       
     4     <Sites>
       
     5       <Site name="Web" physicalDirectory="./PhpOnAzure.Web">
       
     6         <Bindings>
       
     7           <Binding name="Endpoint1" endpointName="HttpEndpoint" />
       
     8         </Bindings>
       
     9       </Site>
       
    10     </Sites>
       
    11     <Startup>
       
    12       <Task commandLine="add-environment-variables.cmd" executionContext="elevated" taskType="simple" />
       
    13       <Task commandLine="install-php.cmd" executionContext="elevated" taskType="simple" />
       
    14     </Startup>
       
    15     <Endpoints>
       
    16       <InputEndpoint name="HttpEndpoint" protocol="http" port="80" />
       
    17     </Endpoints>
       
    18     <Imports>
       
    19       <Import moduleName="Diagnostics"/>
       
    20     </Imports>
       
    21     <ConfigurationSettings>
       
    22     </ConfigurationSettings>
       
    23   </WebRole>
       
    24 </ServiceDefinition>