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
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -359,18 +359,22 @@ You can back up to a firewall-protected storage account if it's part of the same
359
359
360
360
### How do I restore to an app in a different subscription?
361
361
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.
370
369
371
370
### How do I restore to an app in the same subscription but in a different region?
372
371
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.
0 commit comments