Linux Webapp Space issue

Bhargav Butani 1 Reputation point
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.
8,019 questions
{count} votes

1 answer

Sort by: Most helpful
  1. brtrach-MSFT 16,676 Reputation points Microsoft Employee
    2022-11-18T04:27:54.96+00:00

    @Bhargav Butani 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.


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.