Windows Azure Startup Tasks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<WebRole name="Web" vmsize="Medium"> | |
<Runtime executionContext="elevated" /> | |
<Startup> | |
<Task commandLine="Startup.cmd" executionContext="elevated" taskType="background"> | |
<Environment> | |
<Variable name="EMULATED"> | |
<RoleInstanceValue xpath="/RoleEnvironment/Deployment/@emulated" /> | |
</Variable> | |
</Environment> | |
</Task> | |
</Startup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment