Warning, /webapps/ocs-apiserver/library/Zend/Service/WindowsAzure/CommandLine/Scaffolders/DefaultScaffolder/resources/ServiceDefinition.csdef is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="utf-8"?> 0002 <ServiceDefinition name="PhpOnAzure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition"> 0003 <WebRole name="PhpOnAzure.Web" enableNativeCodeExecution="true"> 0004 <Sites> 0005 <Site name="Web" physicalDirectory="./PhpOnAzure.Web"> 0006 <Bindings> 0007 <Binding name="Endpoint1" endpointName="HttpEndpoint" /> 0008 </Bindings> 0009 </Site> 0010 </Sites> 0011 <Startup> 0012 <Task commandLine="add-environment-variables.cmd" executionContext="elevated" taskType="simple" /> 0013 <Task commandLine="install-php.cmd" executionContext="elevated" taskType="simple" /> 0014 </Startup> 0015 <Endpoints> 0016 <InputEndpoint name="HttpEndpoint" protocol="http" port="80" /> 0017 </Endpoints> 0018 <Imports> 0019 <Import moduleName="Diagnostics"/> 0020 </Imports> 0021 <ConfigurationSettings> 0022 </ConfigurationSettings> 0023 </WebRole> 0024 </ServiceDefinition>