Skip to content

Commit f781b76

Browse files
committed
edit
1 parent 765310e commit f781b76

File tree

4 files changed

+18
-20
lines changed

4 files changed

+18
-20
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11806,7 +11806,7 @@
1180611806
},
1180711807
{
1180811808
"source_path_from_root": "/articles/networking/disaster-recovery-dns-traffic-manager.md",
11809-
"redirect_url": "/azure/reliability/reliability-traffic-manager.md",
11809+
"redirect_url": "/azure/reliability/reliability-traffic-manager",
1181011810
"redirect_document_id": false
1181111811
}
1181211812

articles/networking/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
href: ../reliability/reliability-dns.md?toc=%2fazure%2fnetworking%2ftoc.json
2727
- name: Reliability in Traffic Manager
2828
href: ../reliability/reliability-traffic-manager.md?toc=%2fazure%2fnetworking%2ftoc.json
29-
- name: Disaster recovery using Azure DNS and Traffic Manager
30-
href: disaster-recovery-dns-traffic-manager.md
3129
- name: Choose a secure network topology
3230
href: secure-network-topology.md
3331
- name: Choose a secure application delivery service

articles/reliability/reliability-dns.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about reliability in Azure DNS.
44
author: anaharris-ms
55
ms.author: anaharris
66
ms.topic: overview
7-
ms.custom: subject-reliability, references.regions
7+
ms.custom: subject-reliability, references-regions
88
ms.service: traffic-manager
99
ms.date: 02/02/2024
1010
---
@@ -50,7 +50,7 @@ This article focuses specifically on Azure DNS disaster recovery planning.
5050

5151
The Azure DNS manual failover solution for disaster recovery uses the standard DNS mechanism to fail over to the backup site. The manual option via Azure DNS works best when used in conjunction with the cold standby or the pilot light approach.
5252

53-
![Manual failover using Azure DNS](../networking/media/disaster-recovery-dns-traffic-manager/manual-failover-using-dns.png)
53+
![Diagram of manual failover using Azure DNS](../networking/media/disaster-recovery-dns-traffic-manager/manual-failover-using-dns.png)
5454

5555
*Figure - Manual failover using Azure DNS*
5656

@@ -65,13 +65,13 @@ The assumptions made for the solution are:
6565

6666
1. Create a DNS zone (for example, www\.contoso.com) as shown below:
6767

68-
![Create a DNS zone in Azure](../networking/media/disaster-recovery-dns-traffic-manager/create-dns-zone.png)
68+
![Screenshot of creating a DNS zone in Azure](../networking/media/disaster-recovery-dns-traffic-manager/create-dns-zone.png)
6969

7070
*Figure - Create a DNS zone in Azure*
7171

7272
1. Within this zone, create three records (for example - www\.contoso.com, prod.contoso.com and dr.consoto.com) as show below.
7373

74-
![Create DNS zone records](../networking/media/disaster-recovery-dns-traffic-manager/create-dns-zone-records.png)
74+
![Screenshot of creating DNS zone records](../networking/media/disaster-recovery-dns-traffic-manager/create-dns-zone-records.png)
7575

7676
*Figure - Create DNS zone records in Azure*
7777

@@ -80,7 +80,7 @@ The assumptions made for the solution are:
8080

8181
1. Once failure is detected, change the record value to point to dr.contoso.com as shown below:
8282

83-
![Update CNAME record](../networking/media/disaster-recovery-dns-traffic-manager/update-cname-record.png)
83+
![Screenshot of updating CNAME record](../networking/media/disaster-recovery-dns-traffic-manager/update-cname-record.png)
8484

8585
*Figure - Update the CNAME record in Azure*
8686

@@ -93,7 +93,7 @@ The assumptions made for the solution are:
9393
--record-set-name www \
9494
--cname dr.contoso.com
9595
```
96-
This step can be executed manually or via automation. It can be done manually via the console or by the Azure CLI. The Azure SDK and API can be used to automate the CNAME update so that no manual intervention is required. Automation can be built via Azure functions or within a third-party monitoring application or even from on- premises.
96+
This step can be executed manually or via automation. It can be done manually via the console or by the Azure CLI. The Azure SDK and API can be used to automate the CNAME update so that no manual intervention is required. Automation can be built via Azure functions or within a third-party monitoring application or even from on-premises.
9797
9898
9999
## Next steps

articles/reliability/reliability-traffic-manager.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about reliability in Azure Traffic Manager.
44
author: anaharris-ms
55
ms.author: anaharris
66
ms.topic: overview
7-
ms.custom: subject-reliability, references.regions
7+
ms.custom: subject-reliability, references-regions
88
ms.service: traffic-manager
99
ms.date: 02/02/2024
1010
---
@@ -26,7 +26,7 @@ This article contains [specific reliability recommendations for Azure Traffic M
2626
| Category | Priority |Recommendation |
2727
|---------------|--------|---|
2828
| [**Availability**](#availability) |:::image type="icon" source="media/icon-recommendation-high.svg":::| [Traffic Manager Monitor status should be Online](#-traffic-manager-monitor-status-should-be-online) |
29-
| |:::image type="icon" source="media/icon-recommendation-high.svg":::| [TTraffic manager profiles should have more than one endpoint](#-traffic-manager-profiles-should-have-more-than-one-endpoint) |
29+
| |:::image type="icon" source="media/icon-recommendation-high.svg":::| [Traffic manager profiles should have more than one endpoint](#-traffic-manager-profiles-should-have-more-than-one-endpoint) |
3030
|[**System efficiency**](#system-efficiency)|:::image type="icon" source="media/icon-recommendation-medium.svg"::: |[TTL value of user profiles should be in 60 seconds](#-ttl-value-of-user-profiles-should-be-in-60-seconds) |
3131
|[**Disaster recovery**](#disaster-recovery)|:::image type="icon" source="media/icon-recommendation-medium.svg"::: |[Configure at least one endpoint within another region](#-configure-at-least-one-endpoint-within-another-region) |
3232
||:::image type="icon" source="media/icon-recommendation-medium.svg"::: |[Ensure endpoint configured to “(All World)” for geographic profiles](#-ensure-endpoint-configured-to-all-world-for-geographic-profiles) |
@@ -44,7 +44,7 @@ To troubleshoot a degraded state on Azure Traffic Manager, see [Troubleshooting
4444

4545
#### :::image type="icon" source="media/icon-recommendation-high.svg"::: **Traffic manager profiles should have more than one endpoint**
4646

47-
When configuring the Azure traffic manager, you should provision minimum of two endpoints to fail-over the workload to a another instance.
47+
When configuring the Azure traffic manager, you should provision minimum of two endpoints to fail-over the workload to another instance.
4848

4949
To learn about Traffic Manager endpoint types, see [Traffic Manager endpoints](/azure/traffic-manager/traffic-manager-endpoint-types).
5050

@@ -103,7 +103,7 @@ When you have complex architectures and multiple sets of resources capable of pe
103103

104104
In the following example, both the primary region and the secondary region have a full deployment. This deployment includes the cloud services and a synchronized database.
105105

106-
![Automatic failover using Azure Traffic Manager](../networking/media/disaster-recovery-dns-traffic-manager/automatic-failover-using-traffic-manager.png)
106+
![Diagram of automatic failover using Azure Traffic Manager](../networking/media/disaster-recovery-dns-traffic-manager/automatic-failover-using-traffic-manager.png)
107107

108108
*Figure - Automatic failover using Azure Traffic Manager*
109109

@@ -120,19 +120,19 @@ This scenario is ideal for the use of Azure Traffic Manager that has inbuilt pro
120120
**To configure the failover with Azure Traffic Manager:**
121121

122122
1. Create a new Azure Traffic Manager profile
123-
Create a new Azure Traffic manager profile with the name contoso123 and select the Routing method as Priority.
124-
If you have a pre-existing resource group that you want to associate with, then you can select an existing resource group, otherwise, create a new resource group.
125-
126-
![Create Traffic Manager profile](../networking/media/disaster-recovery-dns-traffic-manager/create-traffic-manager-profile.png)
123+
Create a new Azure Traffic manager profile with the name contoso123 and select the Routing method as Priority.
124+
If you have a pre-existing resource group that you want to associate with, then you can select an existing resource group, otherwise, create a new resource group.
125+
126+
![Screenshot of creating Traffic Manager profile](../networking/media/disaster-recovery-dns-traffic-manager/create-traffic-manager-profile.png)
127127

128128
*Figure - Create a Traffic Manager profile*
129-
129+
130130
1. Create endpoints within the Traffic Manager profile
131131

132132
In this step, you create endpoints that point to the production and disaster recovery sites. Here, choose the **Type** as an external endpoint, but if the resource is hosted in Azure, then you can choose **Azure endpoint** as well. If you choose **Azure endpoint**, then select a **Target resource** that is either an **App Service** or a **Public IP** that is allocated by Azure. The priority is set as **1** since it's the primary service for Region 1.
133133
Similarly, create the disaster recovery endpoint within Traffic Manager as well.
134134

135-
![Create disaster recovery endpoints](../networking/media/disaster-recovery-dns-traffic-manager/create-disaster-recovery-endpoint.png)
135+
![Screenshot of creating disaster recovery endpoints](../networking/media/disaster-recovery-dns-traffic-manager/create-disaster-recovery-endpoint.png)
136136

137137
*Figure - Create disaster recovery endpoints*
138138

@@ -144,7 +144,7 @@ If you have a pre-existing resource group that you want to associate with, then
144144
If the Retry is set to 1 and TTL is set to 10 secs, then the time for failover 10 + 1 * 10 = 20 seconds. Set the Retry to a value greater than **1** to eliminate chances of failovers due to false positives or any minor network blips.
145145

146146

147-
![Set up health check](../networking/media/disaster-recovery-dns-traffic-manager/set-up-health-check.png)
147+
![Screenshot of setting up health check](../networking/media/disaster-recovery-dns-traffic-manager/set-up-health-check.png)
148148

149149
*Figure - Set up health check and failover configuration*
150150

0 commit comments

Comments
 (0)