<?xml version="1.0" ?>
<RoleModule xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" namespace="Microsoft.WindowsAzure.Plugins.RuntimeRestServer">
  <Startup>
    <Task commandLine="RuntimeRestServer.exe" executionContext="elevated" taskType="background" />
  </Startup>
  <ConfigurationSettings>
    <Setting name="Port" />
  </ConfigurationSettings>
</RoleModule>
