Skip to content

Commit c756b1b

Browse files
committed
edit
1 parent cbf99fe commit c756b1b

File tree

5 files changed

+17
-170
lines changed

5 files changed

+17
-170
lines changed

.openpublishing.redirection.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11803,6 +11803,13 @@
1180311803
"source_path_from_root": "/articles/azure-health-insights/response-info.md",
1180411804
"redirect_url": "/azure/azure-health-insights/overview",
1180511805
"redirect_document_id": false
11806+
},
11807+
{
11808+
"source_path_from_root": "/articles/networking/disaster-recovery-dns-traffic-manager.md",
11809+
"redirect_url": "/azure/reliability/reliability-traffic-manager.md",
11810+
"redirect_document_id": false
1180611811
}
11812+
11813+
1180711814
]
1180811815
}

articles/networking/TOC.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@
2020
href: /azure/architecture/reference-architectures/dmz/nva-ha
2121
- name: Combine load balancing methods
2222
href: ../traffic-manager/traffic-manager-load-balancing-azure.md?toc=%2fazure%2fnetworking%2ftoc.json
23+
- name: Reliability
24+
items:
25+
- name: Reliability in Azure DNS
26+
href: ../reliability/reliability-dns.md?toc=%2fazure%2fnetworking%2ftoc.json
27+
- name: Reliability in Traffic Manager
28+
href: ../reliability/reliability-traffic-manager.md?toc=%2fazure%2fnetworking%2ftoc.json
2329
- name: Disaster recovery using Azure DNS and Traffic Manager
2430
href: disaster-recovery-dns-traffic-manager.md
2531
- name: Choose a secure network topology

articles/networking/disaster-recovery-dns-traffic-manager.md

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

articles/reliability/includes/reliability-disaster-recovery-description-include.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@
1010
---
1111

1212

13-
Disaster recovery (DR) is about recovering from high-impact events, such as natural disasters or failed deployments that result in downtime and data loss. Regardless of the cause, the best remedy for a disaster is a well-defined and tested DR plan and an application design that actively supports DR.
13+
Disaster recovery (DR) is about recovering from high-impact events, such as natural disasters or failed deployments that result in downtime and data loss. Regardless of the cause, the best remedy for a disaster is a well-defined and tested DR plan and an application design that actively supports DR. Before you begin to think about creating your disaster recovery plan, see [Recommendations for designing a disaster recovery strategy](/azure/well-architected/reliability/disaster-recovery).
14+
1415

1516
When it comes to DR, Microsoft uses the [shared responsibility model](../business-continuity-management-program.md#shared-responsibility-model). In a shared responsibility model, Microsoft ensures that the baseline infrastructure and platform services are available. At the same time, many Azure services don't automatically replicate data or fall back from a failed region to cross-replicate to another enabled region. For those services, you are responsible for setting up a disaster recovery plan that works for your workload. Most services that run on Azure platform as a service (PaaS) offerings provide features and guidance to support DR and you can use [service-specific features to support fast recovery](../reliability-guidance-overview.md) to help develop your DR plan.
1617

17-
When you plan to deploy your application for DR, it's helpful to understand Azure regions and geographies. For more information, see [Azure cross-region replication](../cross-region-replication-azure.md).
18+
1819

1920

0 commit comments

Comments
 (0)