Skip to content

Commit 507b5e4

Browse files
Add periods to alt te
1 parent 5b7e4ab commit 507b5e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/reliability/reliability-traffic-manager.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
![Diagram of 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

@@ -123,7 +123,7 @@ This scenario is ideal for the use of Azure Traffic Manager that has inbuilt pro
123123
Create a new Azure Traffic manager profile with the name contoso123 and select the Routing method as Priority.
124124
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.
125125

126-
![Screenshot of creating Traffic Manager profile](../networking/media/disaster-recovery-dns-traffic-manager/create-traffic-manager-profile.png)
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*
129129

@@ -132,7 +132,7 @@ This scenario is ideal for the use of Azure Traffic Manager that has inbuilt pro
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-
![Screenshot of creating 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 @@ This scenario is ideal for the use of Azure Traffic Manager that has inbuilt pro
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-
![Screenshot of setting 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

@@ -153,4 +153,4 @@ This scenario is ideal for the use of Azure Traffic Manager that has inbuilt pro
153153
- [Reliability in Azure](/azure/reliability/availability-zones-overview)
154154

155155
- Learn more about [Azure Traffic Manager](../traffic-manager/traffic-manager-overview.md).
156-
- Learn more about [Azure DNS](../dns/dns-overview.md).
156+
- Learn more about [Azure DNS](../dns/dns-overview.md).

0 commit comments

Comments
 (0)