Temp storage inconsistency

Lukasz Andrzejak 126 Reputation points
2024-10-02T09:27:53.06+00:00

I am using azure app service with linux docker containers (which use temp storage for containers and images).

We are using the Premium v3 P2mv3 app service plan and our app has 63gb temp/host storage available that I can see from inside the containers and kudu bash shell.

I am basing my information on the documentation outlining os limitations.

I have observed the storage at times jumps to 140gb (our app was running out of disk space).

Is the above page outdated and does azure do some sort of dynamic scaling of storage that isn't documented anywhere ?

I have tried switching the app service plan to P3V3, but this did not result in increased storage being available - I was still only seeing a 63gb storage mount (because of this I have switched back).

Which app service plans guarantee 140gb of temp storage ?

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

Your answer

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