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/includes/backup-restore-disaster-recovery.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
@@ -5,12 +5,12 @@ ms.topic: include
5
5
ms.date: 07/25/2024
6
6
---
7
7
8
-
## Back up amd restore vs. disaster recovery
8
+
## Back up and restore vs. disaster recovery
9
9
10
10
| Platform | Back up and restore guidance | Disaster recovery guidance |
11
11
|------|-----|-----|
12
12
|App Service web apps<br>(Free and Shared pricing tiers)|If you have web applications deployed to the Free or Shared tier and require access to back up and restore capabilities for these web apps, [scale up](../manage-scale-up.md) to the Basic tier or higher.|[Bring App Service resources back online in a different Azure region during a regional disaster](../manage-disaster-recovery.md).<br><br>Starting March 31, 2025, App Service applications won't be placed in disaster recovery mode during a disaster in an Azure region as explained in the [recover from region-wide failure](../manage-disaster-recovery.md) article. We recommend that you implement [commonly used disaster recovery techniques](../overview-disaster-recovery.md) to prevent downtime and data loss during a regional disaster.|
13
-
|App Service web apps<br>(Basic, Standard, and Premium pricing tiers)|In Azure App Service, You can make on-demand custom backups or utilize automatic backups. You can restore a backup by overwriting an existing app by restoring to a new app or slot.<br><br>Refer to [Back up and restore your app in Azure App Service](../manage-backup.md) for more info.|Current guidance regarding how to bring App Service resources back online in a different Azure region during a regional disaster is available at [Recover from region-wide failure - Azure App Service](../manage-disaster-recovery.md). <br><br>Starting March 31, 2025, Azure App Service web applications will no longer be placed in disaster recovery mode during a disaster in an Azure region as explained in the [recover from region-wide failure](../manage-disaster-recovery.md) article. We encourage you to implement [commonly used disaster recovery techniques](../overview-disaster-recovery.md) to prevent loss of functionality or data for your web apps if there's a regional disaster.|
13
+
|App Service web apps<br>(Basic, Standard, and Premium pricing tiers)|In Azure App Service, You can make on-demand custom backups or utilize automatic backups. You can restore a backup by overwriting an existing app or by restoring to a new app or slot.<br><br>Refer to [Back up and restore your app in Azure App Service](../manage-backup.md) for more info.|Current guidance regarding how to bring App Service resources back online in a different Azure region during a regional disaster is available at [Recover from region-wide failure - Azure App Service](../manage-disaster-recovery.md). <br><br>Starting March 31, 2025, Azure App Service web applications will no longer be placed in disaster recovery mode during a disaster in an Azure region as explained in the [recover from region-wide failure](../manage-disaster-recovery.md) article. We encourage you to implement [commonly used disaster recovery techniques](../overview-disaster-recovery.md) to prevent loss of functionality or data for your web apps if there's a regional disaster.|
14
14
|App Service Environment (V2 and V3)|In Azure App Service Environment, You can make on-demand custom backups or use automatic backups. Automatic backups can be restored to a target app within the same App Service Environment, not in another App Service Environment. Custom backups can be restored to a target app in another App Service Environment (such as from a V2 App Service Environment to a V3 App Service Environment). Backups can be restored to a target app of the same OS platform as the source app.<br><br>Refer to [Back up and restore your app in Azure App Service](../manage-backup.md) for more details.| We encourage you to implement disaster recovery guidance for web apps deployed to App Service Environment using [commonly used disaster recovery techniques](../overview-disaster-recovery.md). |
15
-
|Azure Functions:<br/>Dedicated plan|When you run your function app in a [Dedicated (App Service) plan](../../azure-functions/dedicated-plan.md), required function app content is maintained using built-in storage. In a Dedicated plan, you can make on-demand custom backups or use automatic backups. You can restore a backup by overwriting an existing app by restoring to a new app or slot.<br><br>For more information, see [Back up and restore your app in Azure App Service](../manage-backup.md).<br/><br/>Azure Files isn't used by a Dedicated plan, but if you have misconfigured your app [with an Azure Files connection](../../azure-functions/functions-app-settings.md#website_contentazurefileconnectionstring), backup isn't supported. | Current guidance regarding how to bring function app resources in a Dedicated plan back online in a different Azure region during a regional disaster is available at [Recover from region-wide failure - Azure App Service](../manage-disaster-recovery.md).<br><br>Starting March 31, 2025, App Service applications won't be placed in disaster recovery mode during a disaster in an Azure region as explained in the [recover from region-wide failure](../manage-disaster-recovery.md) article. You should instead [plan for reliability in your function apps](../../reliability/reliability-functions.md).<br><br>You can also refer to [commonly used disaster recovery techniques](../overview-disaster-recovery.md) for function apps in a Dedicated plan. |
15
+
|Azure Functions:<br/>Dedicated plan|When you run your function app in a [Dedicated (App Service) plan](../../azure-functions/dedicated-plan.md), required function app content is maintained using built-in storage. In a Dedicated plan, you can make on-demand custom backups or use automatic backups. You can restore a backup by overwriting an existing app or by restoring to a new app or slot.<br><br>For more information, see [Back up and restore your app in Azure App Service](../manage-backup.md).<br/><br/>Azure Files isn't used by a Dedicated plan, but if you have misconfigured your app [with an Azure Files connection](../../azure-functions/functions-app-settings.md#website_contentazurefileconnectionstring), backup isn't supported. | Current guidance regarding how to bring function app resources in a Dedicated plan back online in a different Azure region during a regional disaster is available at [Recover from region-wide failure - Azure App Service](../manage-disaster-recovery.md).<br><br>Starting March 31, 2025, App Service applications won't be placed in disaster recovery mode during a disaster in an Azure region as explained in the [recover from region-wide failure](../manage-disaster-recovery.md) article. You should instead [plan for reliability in your function apps](../../reliability/reliability-functions.md).<br><br>You can also refer to [commonly used disaster recovery techniques](../overview-disaster-recovery.md) for function apps in a Dedicated plan. |
16
16
|Azure Functions:<br/>Flex Consumption,<br/>Consumption, and Premium plans |Function apps that run in a [Flex Consumption plan](../../azure-functions/consumption-plan.md), in a [Consumption plan](../../azure-functions/consumption-plan.md), or in a [Premium plan](../../azure-functions/functions-premium-plan.md) can't use custom or automatic backup functionality in App Service. In these dynamic scale plans, function app content is maintained in Azure Storage. Use [Azure Storage redundancy](../../storage/common/storage-redundancy.md) options to ensure your storage account meets its availability and durability targets during an outage.<br><br>You can also [download your existing function app project as a .zip file](../../azure-functions/deployment-zip-push.md) from the Azure portal. | We strongly encourage you to [plan for reliability in your function apps](../../reliability/reliability-functions.md).|
Copy file name to clipboardExpand all lines: articles/app-service/manage-backup.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.author: msangapu
11
11
12
12
# Back up and restore your app in Azure App Service
13
13
14
-
In [Azure App Service](overview.md), you can easily restore app backups. You can also make on-demand custom backups or configure scheduled custom backups. You can restore a backup by overwriting an existing app by restoring to a new app or slot. This article shows you how to restore a backup and make custom backups.
14
+
In [Azure App Service](overview.md), you can easily restore app backups. You can also make on-demand custom backups or configure scheduled custom backups. You can restore a backup by overwriting an existing app or by restoring to a new app or slot. This article shows you how to restore a backup and make custom backups.
15
15
16
16
Back up and restore is supported in the **Basic**, **Standard**, **Premium**, and **Isolated** tiers. For the **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).
17
17
@@ -20,7 +20,7 @@ Back up and restore is supported in the **Basic**, **Standard**, **Premium**, an
20
20
>
21
21
> - Automatic backups can be restored to a target app within the App Service Environment itself, not in another App Service Environment.
22
22
> - Custom backups can be restored to a target app in another App Service Environment, such as from App Service Environment v2 to App Service Environment v3.
23
-
> - Backups can be restored to target app of the same OS platform as the source app.
23
+
> - Backups can be restored to a target app of the same OS platform as the source app.
0 commit comments