Skip to content

Commit ca0bdfd

Browse files
Merge pull request #233023 from msangapu-msft/patch-38
Update manage-disaster-recovery.md
2 parents 32ced71 + ccb9972 commit ca0bdfd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,22 @@ title: Recover from region-wide failure
33
description: Learn how Azure App Service helps you maintain business continuity and disaster recovery (BCDR) capabilities. Recover your app from a region-wide failure in Azure.
44

55
ms.topic: how-to
6-
ms.date: 06/09/2020
6+
ms.date: 03/31/2023
77
ms.custom: "UpdateFrequency3, subject-moving-resources"
88

99
#Customer intent: As an Azure service administrator, I want to recover my App Service app from a region-wide failure in Azure.
1010
---
11-
1211
# Move an App Service app to another region
1312

13+
> [!IMPORTANT]
14+
> **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.** We strongly 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.
15+
1416
This article describes how to bring App Service resources back online in a different Azure region during a disaster that impacts an entire Azure region. When a disaster brings an entire Azure region offline, all App Service apps hosted in that region are placed in disaster recovery mode. Features are available to help you restore the app to a different region or recover files from the impacted app.
1517

1618
App Service resources are region-specific and can't be moved across regions. You must restore the app to a new app in a different region, and then create mirroring configurations or resources for the new app.
1719

20+
21+
1822
## Prerequisites
1923

2024
- None. [Restoring an automatic backup](manage-backup.md#restore-a-backup) usually requires **Standard** or **Premium** tier, but in disaster recovery mode, it's automatically enabled for your impacted app, regardless which tier the impacted app is in.
@@ -85,4 +89,4 @@ If you only want to recover the files from the impacted app without restoring it
8589
![Screenshot of a FileZilla file hierarchy. The wwwroot folder is highlighted, and its shortcut menu is visible. In that menu, Download is highlighted.](media/manage-disaster-recovery/download-content.png)
8690

8791
## Next steps
88-
[Backup and restore](manage-backup.md)
92+
[Backup and restore](manage-backup.md)

0 commit comments

Comments
 (0)