Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created May 8, 2011 16:47
Show Gist options
  • Save domgreen/961490 to your computer and use it in GitHub Desktop.
Save domgreen/961490 to your computer and use it in GitHub Desktop.
azure startup task to call command line
<WebRole name="WebRole">
<Startup>
<Task commandLine="startup.cmd" executionContext="elevated" taskType="simple">
</Task>
</Startup>
</WebRole>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment