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/reliability/reliability-dns.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ This article focuses specifically on Azure DNS disaster recovery planning.
50
50
51
51
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.
52
52
53
-

53
+

54
54
55
55
*Figure - Manual failover using Azure DNS*
56
56
@@ -65,13 +65,13 @@ The assumptions made for the solution are:
65
65
66
66
1. Create a DNS zone (for example, www\.contoso.com) as shown below:
67
67
68
-

68
+

69
69
70
70
*Figure - Create a DNS zone in Azure*
71
71
72
72
1. Within this zone, create three records (for example - www\.contoso.com, prod.contoso.com and dr.consoto.com) as show below.
73
73
74
-

74
+

75
75
76
76
*Figure - Create DNS zone records in Azure*
77
77
@@ -80,7 +80,7 @@ The assumptions made for the solution are:
80
80
81
81
1. Once failure is detected, change the record value to point to dr.contoso.com as shown below:
82
82
83
-

83
+

84
84
85
85
*Figure - Update the CNAME record in Azure*
86
86
@@ -100,4 +100,4 @@ The assumptions made for the solution are:
100
100
101
101
- [Reliability in Azure](/azure/reliability/availability-zones-overview)
102
102
- Learn more about [Azure Traffic Manager](../traffic-manager/traffic-manager-overview.md).
103
-
- Learn more about [Azure DNS](../dns/dns-overview.md).
103
+
- Learn more about [Azure DNS](../dns/dns-overview.md).
0 commit comments