For App Service and Function App custom backups, the supported self-service fixes in the documented error list are:
- Reconfigure the backup storage if the failure is storage-access related.
- In the Azure portal, go to the app’s Backups page.
- Select Configure custom backups.
- Choose a storage account in the same subscription and a container.
- Complete Configure, then run Backup Now.
- Verify the storage account supports Shared Access Signature (SAS) authorization.
- App Service backup and restore do not support Managed Identity–based authentication to the storage account.
- If databases are included, verify the database connection strings.
- Supported databases appear only when their connection strings exist under Configuration > Connection strings.
- If the backup failure is database-related, the documented fixes are to correct the connection string or use an administrative user where required.
- Open the failed backup entry to inspect the detailed log.
- On the Backups page, select the failed line item to view the error details.
- If the failure is not one of the documented backup errors, the documented next step is to open a support ticket.
Relevant limits and compatibility checks:
- Each backup is a complete copy, not incremental.
- Linked databases are backed up only for custom backups.
- Custom backups with linked databases support only Single Server tiers of Azure Database for MySQL and PostgreSQL. Flexible Server should use native database backup tools.
- If maximum backup size or database size is exceeded, the backup fails.
- TLS/SSL-enabled Azure Database for MySQL and PostgreSQL backups are not supported through App Service linked-database backup.
The specific error text "Encrypted value padding is invalid" is not listed in the documented App Service backup error table. Since reconfiguring the container has already been tried, the supported next action is to select a failed backup entry for full log details and, if the error still isn’t covered by the documented errors, open a support ticket.
References: