Azure App Service LInux temp storage 24gB

Jamie Greeve 31 Reputation points
2021-04-07T12:08:36.52+00:00

We are currently running into a problem in our Linux App Service resources.

The first thing that we have noticed is that for a brand new, near empty WebAPI deployment – into a fresh WebApp, App Service and Resource group – we have an immediate temp storage usage of +/- 22GB. When we compare this with Windows App Services (+/- 200MB) this seems excessive. Is this normal, or do we have an anomaly?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,906 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Rutger Storm 6 Reputation points
    2021-09-08T11:09:25.157+00:00

    Hi @Lukasz Andrzejak we ended up working together with Microsoft/Azure Support in identifying what caused the temp files with us to fill up. In the end for us it was the ApplicationInsights profiler which a developer added and forgot to remove when debugging a problem in the past. This caused the temp folder to fill up with dumps etc. We also tuned our app service plans better so they have a little bit more breathing room.

    1 person found this answer helpful.

  2. Ryan Hill 30,276 Reputation points Microsoft Employee Moderator
    2021-04-14T15:55:08.547+00:00

    Hi @Jamie Greeve ,

    I've been able to confirm that the high temp file usage is expected on Linux app service plans. It contains the blessed docker images of the various supported runtimes.

    The Linux - Host Disk Space Usage elaborates on this a bit further and provides insights on what to do should your usage increase.

    Regards,
    Ryan


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.