Skip to content

Commit ebaa7be

Browse files
Merge pull request #248854 from anaharris-ms/dr-rmv-nav
Reliablity: DR - Improvement DR for TOC and Content
2 parents 6efcd83 + dfa56cd commit ebaa7be

File tree

54 files changed

+1728
-739
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+1728
-739
lines changed

.openpublishing.redirection.json

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24482,9 +24482,9 @@
2448224482
"redirect_document_id": false
2448324483
},
2448424484
{
24485-
"source_path": "articles/azure-cache-for-redis/cache-how-to-functions.md",
24486-
"redirect_url": "/azure/azure-functions/functions-bindings-cache",
24487-
"redirect_document_id": false
24485+
"source_path": "articles/azure-cache-for-redis/cache-how-to-functions.md",
24486+
"redirect_url": "/azure/azure-functions/functions-bindings-cache",
24487+
"redirect_document_id": false
2448824488
},
2448924489
{
2449024490
"source_path_from_root": "/articles/active-directory/external-identities/customers/how-to-single-page-app-vanillajs-configure-authentication.md",
@@ -24516,6 +24516,21 @@
2451624516
"redirect_url": "/azure/bastion/bastion-connect-vm-ssh-linux",
2451724517
"redirect_document_id": false
2451824518
},
24519+
{
24520+
"source_path_from_root": "/articles/app-service/overview-disaster-recovery.md",
24521+
"redirect_url": "/azure/reliability/reliability-app-service",
24522+
"redirect_document_id": false
24523+
},
24524+
{
24525+
"source_path_from_root": "/articles/azure-functions/functions-geo-disaster-recovery.md",
24526+
"redirect_url": "/azure/reliability/reliability-functions",
24527+
"redirect_document_id": false
24528+
},
24529+
{
24530+
"source_path_from_root": "/articles/hdinsight/hdinsight-business-continuity.md",
24531+
"redirect_url": "/azure/reliability/reliability-hdinsight",
24532+
"redirect_document_id": false
24533+
},
2451924534
{
2452024535
"source_path_from_root": "/articles/reliability/reliability-postgre-flexible.md",
2452124536
"redirect_url": "/azure/reliability/reliability-postgresql-flexible-server",
@@ -24536,8 +24551,5 @@
2453624551
"redirect_url": "/azure/orbital/overview",
2453724552
"redirect_document_id": false
2453824553
}
24539-
24540-
24541-
2454224554
]
2454324555
}

articles/app-service/breadcrumb/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
items:
12
- name: Azure
23
tocHref: /azure/
34
topicHref: /azure/index
45
items:
56
- name: App Service
67
tocHref: /azure/app-service/
78
topicHref: /azure/app-service/index
9+
- name: App Service
10+
tocHref: /azure/reliability/
11+
topicHref: /azure/app-service/index
812
items:
913
- name: Web Apps
1014
tocHref: /azure/active-directory/fundamentals/

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

Lines changed: 0 additions & 162 deletions
This file was deleted.

articles/app-service/toc.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
href: index.yml
33
- name: Get started
44
items:
5-
- name: Getting started
6-
href: getting-started.md
7-
- name: About App Service
8-
href: overview.md
9-
- name: About App Service Environments
10-
href: environment/overview.md
11-
- name: Compare web hosting options
12-
href: /azure/architecture/guide/technology-choices/compute-decision-tree
5+
- name: Getting started
6+
href: getting-started.md
7+
- name: About App Service
8+
href: overview.md
9+
- name: About App Service Environments
10+
href: environment/overview.md
11+
- name: Compare web hosting options
12+
href: /azure/architecture/guide/technology-choices/compute-decision-tree
1313
- name: Quickstarts
1414
expanded: true
1515
items:
@@ -383,13 +383,13 @@
383383
href: app-service-sql-github-actions.md
384384
- name: Deploy a multi-container WordPress app
385385
href: tutorial-multi-container-app.md
386-
- name: Resiliency
386+
- name: Reliability
387387
items:
388-
- name: About availability zones
389-
href: ../availability-zones/migrate-app-service.md
390-
- name: About disaster recovery
391-
href: overview-disaster-recovery.md
392-
- name: About DR backup region
388+
- name: Reliability in Azure App Service
389+
href: ../reliability/reliability-app-service.md?toc=/azure/app-service/toc.json&bc=/azure/app-service/breadcrumb/toc.json
390+
- name: Migrate to availability zones
391+
href: ../reliability/migrate-app-service.md?toc=/azure/app-service/toc.json&bc=/azure/app-service/breadcrumb/toc.json
392+
- name: Move an App Service app to another region
393393
href: manage-disaster-recovery.md
394394
- name: Samples
395395
items:

articles/app-service/tutorial-multi-region-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To complete this tutorial:
4545

4646
## Create two instances of a web app
4747

48-
You'll need two instances of a web app that run in different Azure regions for this tutorial. You'll use the [region pair](../availability-zones/cross-region-replication-azure.md#azure-cross-region-replication-pairings-for-all-geographies) East US/West US as your two regions and create two empty web apps. Feel free to choose you're own regions if needed.
48+
You'll need two instances of a web app that run in different Azure regions for this tutorial. You'll use the [region pair](../availability-zones/cross-region-replication-azure.md#azure-paired-regions) East US/West US as your two regions and create two empty web apps. Feel free to choose you're own regions if needed.
4949

5050
To make management and clean-up simpler, you'll use a single resource group for all resources in this tutorial. Consider using separate resource groups for each region/resource to further isolate your resources in a disaster recovery situation.
5151

articles/azure-fluid-relay/concepts/data-storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A Container is the atomic unit of storage in the Azure Fluid Relay service and r
1212

1313
You have control of the Azure region where container data is stored. During the provisioning of the Azure Fluid Relay resource, you can select the region where you want that data to be stored at-rest. All containers created in that Azure Fluid Relay resource will be stored in that region. Once selected, the region can't be changed. You'll need to create a new Azure Fluid Relay resource in another region to store data in a different region.
1414

15-
To deliver a highly available service, the container data is replicated to another region. This data replication helps in the cases where disaster recovery is needed in face of a full regional outage. Internally, Azure Fluid Relay uses Azure Blob Storage cross-region replication to achieve that. The region where data is replicated is defined by the Azure regional pairs listed on the [Cross-region replication in Azure](../../availability-zones/cross-region-replication-azure.md#azure-cross-region-replication-pairings-for-all-geographies) page.
15+
To deliver a highly available service, the container data is replicated to another region. This data replication helps in the cases where disaster recovery is needed in face of a full regional outage. Internally, Azure Fluid Relay uses Azure Blob Storage cross-region replication to achieve that. The region where data is replicated is defined by the Azure regional pairs listed on the [Cross-region replication in Azure](../../availability-zones/cross-region-replication-azure.md#azure-paired-regions) page.
1616

1717
## Single region offering
1818

articles/azure-functions/TOC.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,13 +354,11 @@
354354
href: /security/benchmark/azure/baselines/functions-security-baseline?toc=/azure/azure-functions/TOC.json
355355
- name: Reliability
356356
items:
357-
- name: Reliability overview
357+
- name: Availability zones and disaster recovery
358358
href: ../reliability/reliability-functions.md?toc=/azure/azure-functions/TOC.json
359-
displayName: availability zones, high-availability, zone redundancy
359+
displayName: availability zones, high-availability, zone redundancy, disaster recovery
360360
- name: Migrate to a zone-redundant plan
361-
href: ../reliability/migrate-functions.md?toc=%2fazure%2fazure-functions%2ftoc.json
362-
- name: Geo-disaster recovery
363-
href: functions-geo-disaster-recovery.md
361+
href: ../reliability/migrate-functions.md?toc=%2fazure%2fazure-functions%2ftoc.json
364362
- name: Monitor function executions
365363
href: functions-monitoring.md
366364
displayName: App Insights, Application Insights, logs, logging

articles/azure-functions/functions-geo-disaster-recovery.md

Lines changed: 0 additions & 64 deletions
This file was deleted.

articles/azure-monitor/essentials/data-collection-rule-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Data collection rules are available in all public regions where Log Analytics wo
6161
**Single region data residency** is a preview feature to enable storing customer data in a single region and is currently only available in the Southeast Asia Region (Singapore) of the Asia Pacific Geo and the Brazil South (Sao Paulo State) Region of the Brazil Geo. Single-region residency is enabled by default in these regions.
6262

6363
## Data resiliency and high availability
64-
A rule gets created and stored in a particular region and is backed up to the [paired-region](../../availability-zones/cross-region-replication-azure.md#azure-cross-region-replication-pairings-for-all-geographies) within the same geography. The service is deployed to all three [availability zones](../../availability-zones/az-overview.md#availability-zones) within the region. For this reason, it's a *zone-redundant service*, which further increases availability.
64+
A rule gets created and stored in a particular region and is backed up to the [paired-region](../../availability-zones/cross-region-replication-azure.md#azure-paired-regions) within the same geography. The service is deployed to all three [availability zones](../../availability-zones/az-overview.md#availability-zones) within the region. For this reason, it's a *zone-redundant service*, which further increases availability.
6565

6666
## Next steps
6767

articles/azure-netapp-files/cross-region-replication-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Azure NetApp Files replication functionality provides data protection throug
2222

2323
## <a name="supported-region-pairs"></a>Supported cross-region replication pairs
2424

25-
Azure NetApp Files volume replication is supported between various [Azure regional pairs](../availability-zones/cross-region-replication-azure.md#azure-cross-region-replication-pairings-for-all-geographies) and non-standard pairs. Azure NetApp Files volume replication is currently available between the following regions. You can replicate Azure NetApp Files volumes from Regional Pair A to Regional Pair B, and vice versa.
25+
Azure NetApp Files volume replication is supported between various [Azure regional pairs](../availability-zones/cross-region-replication-azure.md#azure-paired-regions) and non-standard pairs. Azure NetApp Files volume replication is currently available between the following regions. You can replicate Azure NetApp Files volumes from Regional Pair A to Regional Pair B, and vice versa.
2626

2727
### Azure regional pairs
2828

0 commit comments

Comments
 (0)