Skip to content

Instantly share code, notes, and snippets.

@domgreen
Created May 8, 2011 16:47
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