Skip to content

Commit cbf99fe

Browse files
committed
edit
1 parent e974c60 commit cbf99fe

File tree

1 file changed

+59
-1
lines changed

1 file changed

+59
-1
lines changed

articles/reliability/reliability-traffic-manager.md

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,65 @@ ms.date: 02/02/2024
1212

1313
# Reliability in Azure Traffic Manager
1414

15-
This article contains detailed information on [cross-region disaster recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity) support for Azure Traffic Manager.
15+
This article contains [specific reliability recommendations for Azure Traffic Manager](#reliability-recommendations) as well as [cross-region disaster recovery and business continuity](#cross-region-disaster-recovery-and-business-continuity) support for Azure Traffic Manager.
16+
17+
18+
For a more detailed overview of reliability principles in Azure, see [Azure reliability](/azure/architecture/framework/resiliency/overview).
19+
20+
## Reliability recommendations
21+
22+
[!INCLUDE [Reliability recommendations](includes/reliability-recommendations-include.md)]
23+
24+
### Reliability recommendations summary
25+
26+
| Category | Priority |Recommendation |
27+
|---------------|--------|---|
28+
| [**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) |
30+
|[**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) |
31+
|[**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) |
32+
||:::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) |
33+
34+
35+
### Availability
36+
37+
#### :::image type="icon" source="media/icon-recommendation-high.svg"::: **Traffic Manager Monitor Status should be Online**
38+
39+
Monitor status should be online to provide failover for the application workload. If the health of your Traffic Manager displays a **Degraded** status, then the status of one or more endpoints may also be **Degraded**.
40+
41+
For more information Traffic Manager endpoint monitoring, see [Traffic Manager endpoint monitoring](/azure/traffic-manager/traffic-manager-monitoring).
42+
43+
To troubleshoot a degraded state on Azure Traffic Manager, see [Troubleshooting degraded state on Azure Traffic Manager](/azure/traffic-manager/traffic-manager-troubleshooting-degraded).
44+
45+
#### :::image type="icon" source="media/icon-recommendation-high.svg"::: **Traffic manager profiles should have more than one endpoint**
46+
47+
When configuring the Azure traffic manager, you should provision minimum of two endpoints to fail-over the workload to a another instance.
48+
49+
To learn about Traffic Manager endpoint types, see [Traffic Manager endpoints](/azure/traffic-manager/traffic-manager-endpoint-types).
50+
51+
### System Efficiency
52+
53+
#### :::image type="icon" source="media/icon-recommendation-medium.svg"::: **TTL value of user profiles should be in 60 seconds**
54+
55+
Time to Live (TTL) affects how recent of a response a client will get when it makes a request to Azure Traffic Manager. Reducing the TTL value means that the client will be routed to a functioning endpoint faster in the case of a failover. Configure your TTL to 60 seconds to route traffic to a health endpoint as quickly as possible.
56+
57+
For more information on configuring DNS TTL, see [Configure DNS Time to Live](/azure/advisor/advisor-reference-performance-recommendations#configure-dns-time-to-live-to-60-seconds).
58+
59+
### Disaster recovery
60+
61+
#### :::image type="icon" source="media/icon-recommendation-medium.svg"::: **Configure at least one endpoint within another region**
62+
63+
Profiles should have more than one endpoint to ensure availability if one of the endpoints fails. It is also recommended that endpoints be in different regions.
64+
65+
To learn about Traffic Manager endpoint types, see [Traffic Manager endpoints](/azure/traffic-manager/traffic-manager-endpoint-types).
66+
67+
68+
#### :::image type="icon" source="media/icon-recommendation-medium.svg"::: **Ensure endpoint configured to “(All World)” for geographic profiles**
69+
70+
For geographic routing, traffic is routed to endpoints based on defined regions. When a region fails, there is no pre-defined failover. Having an endpoint where the Regional Grouping is configured to “All (World)” for geographic profiles will avoid traffic black holing and guarantee service remains available.
71+
72+
To learn how to add and configure an endpoint, see [Add, disable, enable, delete, or move endpoints](/azure/traffic-manager/traffic-manager-manage-endpoints).
73+
1674

1775
## Cross-region disaster recovery and business continuity
1876

0 commit comments

Comments
 (0)