I am trying the new startup task feature from azure 1.3
But I don't know how to get the enviroment variables in the startup task, such as role approot, and local resource path. As I want to do some processing in startup task.
<WebRole name="WebRole1">
<Startup>
<Task commandLine="Startup.cmd" executionContext="limited" taskType="simple">
</Task>
</Startup>
</WebRole>