What is the% TEMP% folder when starting azure launch tasks from a working role?

I am running a startup task for the azure worker role, which is part of the Azure cloud service.

The start task writes a log file to %TEMP%.

I am connecting to a remote descriptor on a role machine, and I want to look at this log by viewing it using Windows Explorer.

What is the path for this folder %TEMP%?

+4
source share
1 answer

Looks like this: C:\Resources\temp\<someGuid>.<RoleName>\RoleTemp

+1
source

All Articles