Share via

Linux Webapp Space issue

Anonymous
2022-11-17T05:11:40.857+00:00

I have linux app on azure for python application with total disk space is 250GB

since few day when push code it gives below error

Could not install packages due to an OSError: [Errno 28] No space left on device

I have checked quota it show space used 805.32MiB from 250GB

Azure App Service
Azure App Service

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


1 answer

Sort by: Most helpful
  1. Bryan Trach 17,842 Reputation points Microsoft Employee Moderator
    2022-11-18T04:27:54.96+00:00

    @Anonymous We understand you are having issues with your deployments due to receiving an error about lack of space.

    Can you please verify what method you are using to deploy your web app?

    In the past we have seen customers use zip deploy as a workaround.

    To perform a storage zip deployment. Zip the app content and add it to the storage account and specify the Zip SAS url in the WEBSITE_RUN_FROM_PACKAGE appsetting of the app.

    We look forward to your reply.

    Was this answer helpful?


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.