The following key points will give you more information about App Service backup:
- Ensure that the storage account that you are going to store your backup in is in the same subscription as the App Service.
- The backup size should not exceed 10 GB of the application and its database (if the database is backed up too). Otherwise, an error will occur.
- You cannot back up an SSL-enabled Azure MySQL database.
- Don't use firewall-enabled storage accounts to store backups of your apps.
- If you want to back up the database of an application, but you cannot find it displayed under Backup Database, ensure that its connection string has been added in the application settings.
In this section, you learned how ...