You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/manage-backup.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ In [Azure App Service](overview.md), you can easily restore app backups. You can
15
15
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).
16
16
17
17
> [!NOTE]
18
-
> Support in App Service environments (ASE) V2 and V3 is in preview. For App Service environments:
18
+
> For App Service environments:
19
19
>
20
20
> - Automatic backups can be restored to a target app within the ASE itself, not in another ASE.
21
21
> - 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 **
25
25
26
26
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.
@@ -263,7 +263,7 @@ Each backup is a complete offline copy of your app, not an incremental update.
263
263
264
264
#### Does Azure Functions support automatic backups?
265
265
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.
0 commit comments