Skip to content

Commit 018d71e

Browse files
committedMay 9, 2022
new docs for backup UI
1 parent 64b6783 commit 018d71e

13 files changed

+222
-299
lines changed
 

‎.openpublishing.publish.config.json

+1
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,7 @@
884884
".openpublishing.redirection.defender-for-iot.json",
885885
".openpublishing.redirection.healthcare-apis.json",
886886
".openpublishing.redirection.iot-hub.json",
887+
".openpublishing.redirection.app-service.json",
887888
".openpublishing.redirection.key-vault.json",
888889
".openpublishing.redirection.media-services.json",
889890
".openpublishing.redirection.security-benchmark.json",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/app-service-web/web-sites-restore.md",
5+
"redirect_url": "/azure/app-service/manage-backup",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/app-service/web-sites-restore.md",
10+
"redirect_url": "/azure/app-service/manage-backup",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/app-service/app-service-web-restore-snapshots.md",
15+
"redirect_url": "/azure/app-service/manage-backup",
16+
"redirect_document_id": false
17+
}
18+
]
19+
}

‎.openpublishing.redirection.json

-5
Original file line numberDiff line numberDiff line change
@@ -4933,11 +4933,6 @@
49334933
"redirect_url": "/azure/app-service/web-sites-monitor",
49344934
"redirect_document_id": false
49354935
},
4936-
{
4937-
"source_path_from_root": "/articles/app-service-web/web-sites-restore.md",
4938-
"redirect_url": "/azure/app-service/web-sites-restore",
4939-
"redirect_document_id": false
4940-
},
49414936
{
49424937
"source_path_from_root": "/articles/app-service-web/web-sites-traffic-manager.md",
49434938
"redirect_url": "/azure/app-service/web-sites-traffic-manager",

‎articles/app-service/app-service-web-restore-snapshots.md

-117
This file was deleted.

‎articles/app-service/environment/migration-alternatives.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ App Service Environment v3 uses Isolated v2 App Service plans that are priced an
3737

3838
## Back up and restore
3939

40-
The [back up](../manage-backup.md) and [restore](../web-sites-restore.md) feature allows you to keep your app configuration, file content, and database connected to your app when migrating to your new environment. Make sure you review the [requirements and restrictions](../manage-backup.md#requirements-and-restrictions) of this feature.
40+
The [back up](../manage-backup.md) and [restore](../manage-backup.md) feature allows you to keep your app configuration, file content, and database connected to your app when migrating to your new environment. Make sure you review the [requirements and restrictions](../manage-backup.md#requirements-and-restrictions) of this feature.
4141

42-
The step-by-step instructions in the current documentation for [back up](../manage-backup.md) and [restore](../web-sites-restore.md) should be sufficient to allow you to use this feature. When restoring, the **Storage** option lets you select any backup ZIP file from any existing Azure Storage account container in your subscription. A sample of a restore configuration is given in the following screenshot.
42+
The step-by-step instructions in the current documentation for [back up](../manage-backup.md) and [restore](../manage-backup.md) should be sufficient to allow you to use this feature. When restoring, the **Storage** option lets you select any backup ZIP file from any existing Azure Storage account container in your subscription. A sample of a restore configuration is given in the following screenshot.
4343

4444
![back up and restore sample](./media/migration/back-up-restore-sample.png)
4545

‎articles/app-service/manage-backup.md

+197-73
Large diffs are not rendered by default.

‎articles/app-service/manage-move-across-regions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Certain resources, such as imported certificates or hybrid connections, contain
4343

4444
1. [Create a back up of the source app](manage-backup.md).
4545
1. [Create an app in a new App Service plan, in the target region](app-service-plan-manage.md#create-an-app-service-plan).
46-
2. [Restore the back up in the target app](web-sites-restore.md)
46+
2. [Restore the back up in the target app](manage-backup.md)
4747
2. If you use a custom domain, [bind it preemptively to the target app](manage-custom-dns-migrate-domain.md#bind-the-domain-name-preemptively) with `awverify.` and [enable the domain in the target app](manage-custom-dns-migrate-domain.md#enable-the-domain-for-your-app).
4848
3. Configure everything else in your target app to be the same as the source app and verify your configuration.
4949
4. When you're ready for the custom domain to point to the target app, [remap the domain name](manage-custom-dns-migrate-domain.md#remap-the-active-dns-name).
Loading
Loading
Loading

‎articles/app-service/toc.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,8 @@
321321
items:
322322
- name: Manage the hosting plan
323323
href: app-service-plan-manage.md
324-
- name: Back up an app
324+
- name: Backup and restore
325325
href: manage-backup.md
326-
- name: Restore a backup
327-
href: web-sites-restore.md
328-
- name: Restore a snapshot
329-
href: app-service-web-restore-snapshots.md
330326
- name: Clone an app
331327
href: app-service-web-app-cloning.md
332328
- name: Restore deleted App Service

‎articles/app-service/web-sites-restore.md

-95
This file was deleted.

‎articles/cognitive-services/QnAMaker/How-To/configure-qna-maker-resources.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The high-level idea as represented above is as follows:
9797

9898
1. Set up two parallel [QnA Maker services](set-up-qnamaker-service-azure.md) in [Azure paired regions](../../../availability-zones/cross-region-replication-azure.md).
9999

100-
1. [Backup](../../../app-service/manage-backup.md) your primary QnA Maker App service and [restore](../../../app-service/web-sites-restore.md) it in the secondary setup. This will ensure that both setups work with the same hostname and keys.
100+
1. [Backup](../../../app-service/manage-backup.md) your primary QnA Maker App service and [restore](../../../app-service/manage-backup.md) it in the secondary setup. This will ensure that both setups work with the same hostname and keys.
101101

102102
1. Keep the primary and secondary Azure search indexes in sync. Use the GitHub sample [here](https://github.com/pchoudhari/QnAMakerBackupRestore) to see how to backup-restore Azure indexes.
103103

0 commit comments

Comments
 (0)
Please sign in to comment.