Skip to content

Commit 62c1944

Browse files
Merge pull request #211701 from cephalin/backups
fix tiers
2 parents e86caf0 + c75fe5f commit 62c1944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/manage-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Back up an app
33
description: Learn how to restore backups of your apps in Azure App Service or configure custom backups. Customize backups by including the linked database.
44
ms.assetid: 6223b6bd-84ec-48df-943f-461d84605694
55
ms.topic: article
6-
ms.date: 09/09/2022
6+
ms.date: 09/19/2022
77
ms.custom: seodec18
88

99
---
@@ -27,7 +27,7 @@ There are two types of backups in App Service. Automatic backups made for your a
2727

2828
||Automatic backups | Custom backups |
2929
|-|-|-|
30-
| Pricing tiers | **Standard**, **Premium**. | **Standard**, **Premium**, **Isolated**. |
30+
| Pricing tiers | **Basic**, **Standard**, **Premium**. | **Basic**, **Standard**, **Premium**, **Isolated**. |
3131
| Configuration required | No. | Yes. |
3232
| Backup size | 30 GB. | 10 GB, 4 GB of which can be the linked database. |
3333
| Linked database | Not backed up. | The following linked databases can be backed up: [SQL Database](/azure/azure-sql/database/), [Azure Database for MySQL](../mysql/index.yml), [Azure Database for PostgreSQL](../postgresql/index.yml), [MySQL in-app](https://azure.microsoft.com/blog/mysql-in-app-preview-app-service/). |

0 commit comments

Comments
 (0)