Skip to content

Commit 1aa4d25

Browse files
authored
Merge pull request #125936 from Daniellezha/patch-8
Update manage-backup.md
2 parents 48d99de + 45a8642 commit 1aa4d25

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

articles/app-service/manage-backup.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -359,18 +359,22 @@ You can back up to a firewall-protected storage account if it's part of the same
359359
360360
### How do I restore to an app in a different subscription?
361361
362-
1. Make a custom backup to an Azure Storage container.
363-
1. [Download the backup ZIP file](../storage/blobs/storage-quickstart-blobs-portal.md) to your local machine.
364-
1. On the **Backups** page for your target app, select **Restore** in the top menu.
365-
1. In **Backup details**, select **Storage** in **Source**.
366-
1. Select the preferred storage account.
367-
1. In **Zip file**, select **Upload file**.
368-
1. In **Name**, select **Browse** and select the downloaded ZIP file.
369-
1. Configure the rest of the sections as described in [Restore a backup](#restore-a-backup).
362+
1. Make a custom backup of the source App to an **Azure Storage container**.
363+
2. [Download the backup ZIP file](../storage/blobs/storage-quickstart-blobs-portal.md) and the **XML metadata file** to your local machine.
364+
3. Upload **both the ZIP and XML files** to the target storage account.
365+
4. In the **Backups** page of your target app, click **Restore** in the top menu.
366+
5. In the **Backup details** section, choose **Storage** as the **Source**. Select the **storage account** where you uploaded the backup files.
367+
6. Click **Use file in storage account** and select the **ZIP file** to restore.
368+
7. Configure the remaining settings as outlined in the [Restore a backup](#restore-a-backup). Confirm and start the restore process.
370369
371370
### How do I restore to an app in the same subscription but in a different region?
372371
373-
The steps are the same as in [How do I restore to an app in a different subscription?](#how-do-i-restore-to-an-app-in-a-different-subscription).
372+
You can restore an app to a different region within the same subscription. The process follows the same steps outlined in [Restore a backup](#restore-a-backup).
373+
374+
#### Key considerations
375+
Ensure that the backup storage for the source app is accessible by the target app.
376+
The restoration process in the Azure portal allows selecting an app in a different region as long as it remains within the same subscription.
377+
374378
375379
### Where are the automatic backups stored?
376380

0 commit comments

Comments
 (0)