Skip to content

Commit f9d59c8

Browse files
Merge pull request #126650 from aomachi/patch-2
Specify restrictions on custom backups
2 parents 2a5a6b4 + abc5883 commit f9d59c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/manage-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ There are two types of backups in App Service. If your app is in a supported pri
3131
| Backup size | 30 GB. | 10 GB, 4 GB of which can be the linked database. |
3232
| Linked database | Not backed up. | **[Starting 3/31/2028, Azure App Service custom backups will no longer support backing up linked databases.](#deprecation-of-linked-database-backups)** <br><br>The following linked databases can be backed up: [SQL Database](/azure/azure-sql/database/), [Azure Database for MySQL](/azure/mysql/), [Azure Database for PostgreSQL](/azure/postgresql/), [MySQL in-app](https://azure.github.io/AppService/2016/08/18/Announcing-MySQL-in-app-for-Web-Apps-(Windows).html). Note that Azure DB for MySQL - **Flexible Server** and Azure DB for PostgreSQL - **Flexible Server** aren't supported in custom backups. |
3333
| [Storage account](../storage/index.yml) required | No. | Yes. |
34-
| Backup frequency | Hourly, not configurable. | Configurable. |
34+
| Backup frequency | Hourly, not configurable. | Configurable (every 2 hours minimum, up to 12 backups per day (manual + scheduled)). |
3535
| Retention | 30 days, not configurable. <br><br> Days 1-3: hourly backups retained.<br><br> Days 4-14: every third hourly backup retained.<br><br> Days 15-30: every sixth hourly backup retained. | 0-30 days or indefinite. |
3636
| Downloadable | No. | Yes, as Azure Storage blobs. |
3737
| Partial backups | Not supported. | Supported. |

0 commit comments

Comments
 (0)