Is it possible to change the temp directory D for service fabric applications to C?

Viewed 16

We are currently running into disk space issues when extracting large zip archives in our testing environment. I would like to know if its possible to change the temp directory to C instead of D. The temp diskspace for azure hosted scalesets is pretty limited, so we would like to change it to C for our testing environments.

Im aware that this is not a approach for productive environments because of out-of-memory risks.

0 Answers
Related