Skip to content

Instantly share code, notes, and snippets.

@Romiko
Created February 9, 2012 03:34
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 Romiko/1777060 to your computer and use it in GitHub Desktop.
Save Romiko/1777060 to your computer and use it in GitHub Desktop.
Service Definition Transform
<?xml version="1.0"?>
<sd:ServiceDefinition name="Neo4j.Azure.Server"
xmlns:sd="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition"
xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<sd:WebRole name="Web" xdt:Locator="Match(name)">
<sd:Startup>
<sd:Task commandLine="Startup.cmd" xdt:Locator="Match(commandLine)">
<sd:Environment>
<sd:Variable xdt:Transform="Replace" xdt:Locator="Match(name)" name="MYSTORYENV" value="PERF"/>
</sd:Environment>
</sd:Task>
</sd:Startup>
</sd:WebRole>
</sd:ServiceDefinition>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment