Backup app service limited to 10GB

Uziel Silva 71 Reputation points
2024-05-29T11:51:32.9866667+00:00

Hello

I need to back up my App Service application, which has 18Gb, but when configuring the custom backup I received an error stating that it was larger than 10GB.

How can I perform this backup?

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

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 22,401 Reputation points Microsoft Employee
    2024-05-30T05:52:00.9433333+00:00

    @Uziel Silva Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    Does your custom backup include DB config as well?

    As mentioned in the documentation here, using custom backup, you can capture backup max of 10GB size in which 4GB is related to database which is connected to the webapp.

    If your app service is not connected/configured to database, then the entire 10GB backup size will be used for the application only.

    I have checked with internal team, and they have confirmed that these are hard limits there is no chance of increase the limit as well.

    Alternatively, to fulfil your requirement and your app service is not connected to any DB then you can refer to the below solutions.

    1. You need to either reduce the back size of your application.
    2. Use Automatic Backup which has max size of 30GB, also all the backup files that were taken by automatic backup will be stored in the backend and you cannot find under your subscription.

    Hope this helps, let me know if you have any further questions on this.


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.