Skip to content

Instantly share code, notes, and snippets.

@kadukf
Created December 9, 2013 09:23
Show Gist options
  • Save kadukf/7869573 to your computer and use it in GitHub Desktop.
Save kadukf/7869573 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="Demo.Azure" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2013-10.2.2">
<WorkerRole name="WcfWorkerRole" vmsize="Small">
<Imports>
<Import moduleName="Diagnostics" />
</Imports>
<ConfigurationSettings>
</ConfigurationSettings>
<Endpoints>
<InputEndpoint name="httpIn" protocol="http" port="8080" />
</Endpoints>
</WorkerRole>
</ServiceDefinition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment