Skip to content

Commit 74d784d

Browse files
Merge pull request #225965 from msangapu-msft/patch-31
Update manage-backup.md
2 parents f5bb4be + 81775c7 commit 74d784d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/manage-backup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ In [Azure App Service](overview.md), you can easily restore app backups. You can
1515
Backup and restore are supported in **Basic**, **Standard**, **Premium**, and **Isolated** tiers. For **Basic** tier, only the production slot can be backed up and restored. For more information about scaling your App Service plan to use a higher tier, see [Scale up an app in Azure](manage-scale-up.md).
1616

1717
> [!NOTE]
18-
> Support in App Service environments (ASE) V2 and V3 is in preview. For App Service environments:
18+
> For App Service environments:
1919
>
2020
> - Automatic backups can be restored to a target app within the ASE itself, not in another ASE.
2121
> - Custom backups can be restored to a target app in another ASE, such as from a V2 ASE to a V3 ASE.
@@ -25,7 +25,7 @@ Backup and restore are supported in **Basic**, **Standard**, **Premium**, and **
2525

2626
There are two types of backups in App Service. Automatic backups made for your app regularly as long as it's in a supported pricing tier. Custom backups require initial configuration, and can be made on-demand or on a schedule. The following table shows the differences between the two types.
2727

28-
||Automatic backups | Custom backups |
28+
|Feature|Automatic backups | Custom backups |
2929
|-|-|-|
3030
| Pricing tiers | **Basic**, **Standard**, **Premium**. | **Basic**, **Standard**, **Premium**, **Isolated**. |
3131
| Configuration required | No. | Yes. |
@@ -263,7 +263,7 @@ Each backup is a complete offline copy of your app, not an incremental update.
263263
264264
#### Does Azure Functions support automatic backups?
265265
266-
Automatic backups are available in preview for Azure Functions in [dedicated (App Service)](../azure-functions/dedicated-plan.md) **Basic** or **Standard** or **Premium** tiers. Function apps in the [**Consumption**](../azure-functions/consumption-plan.md) or [**Elastic Premium**](../azure-functions/functions-premium-plan.md) pricing tiers aren't supported for automatic backups.
266+
Automatic backups are available for Azure Functions in [dedicated (App Service)](../azure-functions/dedicated-plan.md) **Basic** or **Standard** or **Premium** tiers. Function apps in the [**Consumption**](../azure-functions/consumption-plan.md) or [**Elastic Premium**](../azure-functions/functions-premium-plan.md) pricing tiers aren't supported for automatic backups.
267267
268268
#### What's included in an automatic backup?
269269

0 commit comments

Comments
 (0)