Skip to content

Instantly share code, notes, and snippets.

@kerslake
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kerslake/28e90b54ce7d90af81a7 to your computer and use it in GitHub Desktop.
Save kerslake/28e90b54ce7d90af81a7 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="AzureCloudServiceWithNewRelic" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2014-06.2.4">
<WorkerRole name="WorkerRoleWithNewRelic" vmsize="Small">
<Startup>
<Task commandLine="startup_config.cmd" executionContext="elevated" taskType="simple">
</Task>
</Startup>
</WorkerRole>
</ServiceDefinition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment