There is not enough space on the disk

Samuel.H 1 Reputation point
2022-12-11T03:52:56.383+00:00

I use zipdepoloy deploy web site fail. Error message is 'There is not enough space on the disk'.

Kudu System info :
D:\local usage: 11,264 MB total; 18 MB free

I try

  1. Check D:\local every folder (check all webapp in same App Service Plan ,each instance)
  2. Use WEBSITE_DISABLE_SCM_SEPARATION and do 1. again

Not found any files almost use all local disk space. It weird situation.

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,960 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2022-12-11T14:02:42.453+00:00

    It can be the issue with filling the TEMP files. You may try to clear the temp files to resolve the space issue. Following reference will show you to check the locations where we can find the TEMP files

    Understanding-the-Azure-App-Service-file-system

    ----------

    --please don't forget to upvote and Accept as answer if the reply is helpful--


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.