Skip to content

Commit 878e5d9

Browse files
committed
add table
1 parent 261fa70 commit 878e5d9

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
author: msangapu-msft
3+
ms.author: msangapu
4+
ms.topic: include
5+
ms.date: 04/25/2023
6+
---
7+
8+
## Backup & restore vs. disaster recovery
9+
10+
| Platform | Backup & Restore guidance | Disaster recovery guidance |
11+
|------|-----|-----|
12+
|App Service Web Apps (Free & Shared Pricing Tier)|If you have web applications deployed to the Free or Shared tier and require access to Backup and Restore capabilities for these web apps , scale up to Basic tier or higher.|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. <br><br>*** Beginning 31 March 2025, we'll no longer place Azure App Service web applications in disaster recovery mode in the event of a disaster in an Azure region as explained in the document here Recover from region-wide failure - Azure App Service . We strongly encourage you to implement commonly used disaster recovery techniques to prevent loss of functionality or data for your web apps if there's a regional disaster.|
13+
|App Service Web Apps(Basic\Standard\Premium Pricing Tier)|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>Please refer to Backup and restore your app in Azure App Service 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. <br><br>*** Beginning 31 March 2025, we'll no longer place Azure App Service web applications in disaster recovery mode in the event of a disaster in an Azure region as explained in the document here Recover from region-wide failure - Azure App Service . We strongly encourage you to implement commonly used disaster recovery techniques to prevent loss of functionality or data for your web apps if there's a regional disaster.|
14+
|App Service Environment Web Apps (V2\V3)|In Azure App Service Environment, You can make on-demand custom backups or utilize automatic backups. <br><br>For App service environments :<br>- Automatic backups can be restored to a target app within the ASE itself, not in another ASE.<br>- Custom backups can be restored to a target app in another ASE, such as from a V2 ASE to a V3 ASE.<br>- Backups can be restored to target app of the same OS platform as the source app.<br><br>Please refer to Backup and restore your app in Azure App Service for more info.| We strongly encourage you to implement disaster recovery guidance for web apps deployed to App Service Environment using commonly used disaster recovery techniques |
15+
|Azure Functions Dedicated (App Service)|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>Please refer to Backup and restore your app in Azure App Service for more info.| Current guidance regarding how to bring Azure Functions app (dedicated) resources back online in a different Azure region during a regional disaster is available at Recover from region-wide failure - Azure App Service.<br><br>*** Beginning 31 March 2025, we'll no longer place Azure function app (dedicated) in disaster recovery mode in the event of a disaster in an Azure region as explained in the document here Recover from region-wide failure - Azure App Service . We strongly encourage you to implement Azure Functions geo-disaster recovery guidance available at Azure Functions geo-disaster recovery and reliability.<br><br>Additionally you may also refer to commonly used disaster recovery techniques for Azure Functions dedicated.|
16+
|Azure Functions Consumption & Premium|Azure functions deployed to consumption & premium plans do not provide access to custom and automatic backups. Please note that content for your function app is stored in an Azure storage account and you may utilize Azure Storage redundancy options to ensure that your function app storage account meets its availability and durability targets even in case of an outage.<br><br>If you created your functions by using the editor in the Azure portal, you can also download your existing function app project as a .zip file using guidance provided here https://learn.microsoft.com/en-us/azure/azure-functions/deployment-zip-push#download-your-function-app-files|We strongly encourage you to implement Azure Functions geo-disaster recovery guidance available at Azure Functions geo-disaster recovery and reliability. |

articles/app-service/manage-backup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Backup and restore are supported in **Basic**, **Standard**, **Premium**, and **
2121
> - Custom backups can be restored to a target app in another ASE, such as from a V2 ASE to a V3 ASE.
2222
> - Backups can be restored to target app of the same OS platform as the source app.
2323
24+
[!INCLUDE [backup-restore-vs-disaster-recovery](./includes/backup-restore-disaster-recovery.md)]
25+
2426
## Automatic vs custom backups
2527

2628
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.

articles/app-service/overview-disaster-recovery.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ Steps to create a passive-cold region without GRS and GZRS are summarized as fol
153153
- Aside from Azure Front Door, which is proposed in this article, Azure provides other load balancing options, such as Azure Traffic Manager. For a comparison of the various options, see [Load-balancing options - Azure Architecture Center](/azure/architecture/guide/technology-choices/load-balancing-overview).
154154
- It's also recommended to set up monitoring and alerts for your web apps to for timely notifications during a disaster. For more information, see [Application Insights availability tests](../azure-monitor/app/availability-overview.md).
155155
156+
[!INCLUDE [backup-restore-vs-disaster-recovery](./includes/backup-restore-disaster-recovery.md)]
157+
156158
## Next steps
157159
158160
[Tutorial: Create a highly available multi-region app in Azure App Service](tutorial-multi-region-app.md)

0 commit comments

Comments
 (0)