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/traffic-manager/traffic-manager-endpoint-types.md
+20-22Lines changed: 20 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,25 @@
1
1
---
2
-
title: Traffic Manager Endpoint Types | Microsoft Docs
3
-
description: This article explains different types of endpoints that can be used with Azure Traffic Manager
2
+
title: Traffic Manager Endpoint Types
3
+
description: Learn about the different types of endpoints that can be used with Azure Traffic Manager.
4
4
services: traffic-manager
5
-
documentationcenter: ''
6
5
author: greg-lindsay
7
-
8
6
ms.service: traffic-manager
9
-
ms.topic: article
10
-
ms.tgt_pltfrm: na
7
+
ms.topic: conceptual
11
8
ms.workload: infrastructure-services
12
-
ms.date: 01/21/2021
9
+
ms.date: 03/30/2023
13
10
ms.author: greglin
11
+
ms.custom: template-concept, engagement-fy23
14
12
---
15
13
16
14
# Traffic Manager endpoints
17
15
18
-
Microsoft Azure Traffic Manager allows you to control how network traffic is distributed to application deployments running in different datacenters. You configure each application deployment as an 'endpoint' in Traffic Manager. When Traffic Manager receives a DNS request, it chooses an available endpoint to return in the DNS response. Traffic manager bases the choice on the current endpoint status and the traffic-routing method. For more information, see [How Traffic Manager Works](traffic-manager-how-it-works.md).
16
+
Azure Traffic Manager allows you to control how network traffic is distributed to application deployments running in different datacenters. You configure each application deployment as an 'endpoint' in Traffic Manager. When Traffic Manager receives a DNS request, it chooses an available endpoint to return in the DNS response. Traffic manager bases the choice on the current endpoint status and the traffic-routing method. For more information, see [How Traffic Manager works](traffic-manager-how-it-works.md).
19
17
20
18
There are three types of endpoint supported by Traffic Manager:
21
19
22
-
***Azure endpoints** are used for services hosted in Azure.
23
-
***External endpoints** are used for IPv4/IPv6 addresses, FQDNs, or for services hosted outside Azure. Theses services can either be on-premises or with a different hosting provider.
24
-
***Nested endpoints** are used to combine Traffic Manager profiles to create more flexible traffic-routing schemes to support the needs of larger, more complex deployments.
20
+
*[**Azure endpoints**](#azure-endpoints) are used for services hosted in Azure.
21
+
*[**External endpoints**](#external-endpoints) are used for IPv4/IPv6 addresses, FQDNs, or for services hosted outside Azure. Theses services can either be on-premises or with a different hosting provider.
22
+
*[**Nested endpoints**](#nested-endpoints) are used to combine Traffic Manager profiles to create more flexible traffic-routing schemes to support the needs of larger, more complex deployments.
25
23
26
24
There's no restriction on how endpoints of different types are combined in a single Traffic Manager profile. Each profile can contain any mix of endpoint types.
27
25
@@ -42,37 +40,37 @@ When using Azure endpoints, Traffic Manager detects when a Web App is stopped an
42
40
43
41
## External endpoints
44
42
45
-
External endpoints are used for either IPv4/IPv6 addresses, FQDNs, or for services outside of Azure. Use of IPv4/IPv6 address endpoints allows traffic manager to check the health of endpoints without requiring a DNS name for them. As a result, Traffic Manager can respond to queries with A/AAAA records when returning that endpoint in a response. Services outside of Azure can include a service hosted on-premises or with a different provider. External endpoints can be used individually or combined with Azure Endpoints in the same Traffic Manager profile. The exception is for endpoints that are specified as IPv4 or IPv6 addresses, which can only be external endpoints. Combining Azure endpoints with External endpoints enables various scenarios:
43
+
External endpoints are used for either IPv4/IPv6 addresses, FQDNs, or for services outside of Azure. Use of IPv4/IPv6 address endpoints allows Traffic Manager to check the health of endpoints without requiring a DNS name for them. As a result, Traffic Manager can respond to queries with A/AAAA records when returning that endpoint in a response. Services outside of Azure can include a service hosted on-premises or with a different provider. External endpoints can be used individually or combined with Azure Endpoints in the same Traffic Manager profile. The exception is for endpoints that are specified as IPv4 or IPv6 addresses, which can only be external endpoints. Combining Azure endpoints with External endpoints enables various scenarios:
46
44
47
45
* Provide increased redundancy for an existing on-premises application in either an active-active or active-passive failover model using Azure.
48
46
* Route traffic to endpoints that don't have a DNS name associated with them. Also reduces the overall DNS lookup latency by removing the need to run a second DNS query to get an IP address of a DNS name returned.
49
-
* Reduce application latency for users around the world, extend an existing on-premises application to other geographic locations in Azure. For more information, see [Traffic Manager 'Performance' traffic routing](traffic-manager-routing-methods.md#performance).
47
+
* Reduce application latency for users around the world, extend an existing on-premises application to other geographic locations in Azure. For more information, see [Performance traffic routing](traffic-manager-routing-methods.md#performance).
50
48
* Provide more capacity for an existing on-premises application, either continuously or as a 'burst-to-cloud' solution to meet a spike in demand using Azure.
51
49
52
-
In some cases, it's useful to use External endpoints to reference Azure services. See the [FAQ](traffic-manager-faqs.md#traffic-manager-endpoints) for examples. Health checks are billed at the Azure endpoints rate, not the External endpoints rate. Unlike Azure endpoints, if you stop or delete the underlying service the health check billing continues. The billing will stop once you disable or delete the endpoint in Traffic Manager.
50
+
In some cases, it's useful to use External endpoints to reference Azure services. See the [FAQ](traffic-manager-faqs.md#traffic-manager-endpoints) for examples. Health checks are billed at the Azure endpoints rate, not the External endpoints rate. Unlike Azure endpoints, if you stop or delete the underlying service, the health check billing continues. The billing stops once you disable or delete the endpoint in Traffic Manager.
53
51
54
52
## Nested endpoints
55
53
56
-
Nested endpoints combine multiple Traffic Manager profiles to create flexible traffic-routing schemes to support the needs of larger and complex deployments. With Nested endpoints, a 'child' profile is added as an endpoint to a 'parent' profile. Both the child and parent profiles can contain other endpoints of any type, including other nested profiles.
54
+
Nested endpoints combine multiple Traffic Manager profiles to create flexible traffic-routing schemes to support the needs of larger and complex deployments. With Nested endpoints, a ***child*** profile is added as an endpoint to a ***parent*** profile. Both the child and parent profiles can contain other endpoints of any type, including other nested profiles.
57
55
58
-
For more information, see [nested Traffic Manager profiles](traffic-manager-nested-profiles.md).
56
+
For more information, see [Nested Traffic Manager profiles](traffic-manager-nested-profiles.md).
59
57
60
58
## Web Apps as endpoints
61
59
62
60
Some more considerations apply when configuring Web Apps as endpoints in Traffic Manager:
63
61
64
-
1. Only Web Apps at the 'Standard' SKU or above are eligible for use with Traffic Manager. Attempts to add a Web App of a lower SKU fail. Downgrading the SKU of an existing Web App results in Traffic Manager no longer sending traffic to that Web App. For more information on supported plans, see the [App Service Plans](https://azure.microsoft.com/pricing/details/app-service/plans/)
65
-
2. When an endpoint receives an HTTP request, it uses the 'host' header in the request to determine which Web App should service the request. The host header contains the DNS name used to start the request, for example 'contosoapp.azurewebsites.net'. To use a different DNS name with your Web App, the DNS name must be registered as a custom domain name for the App. When adding a Web App endpoint as an Azure endpoint, the Traffic Manager profile DNS name is automatically registered for the App. This registration is automatically removed when the endpoint is deleted.
62
+
1. Only Web Apps at the Standard SKU or higher are eligible for use with Traffic Manager. Attempts to add a Web App of a lower SKU fail. Downgrading the SKU of an existing Web App results in Traffic Manager no longer sending traffic to that Web App. For more information on supported plans, see the [App Service Plans](https://azure.microsoft.com/pricing/details/app-service/plans/).
63
+
2. When an endpoint receives an HTTP request, it uses the *host* header in the request to determine which Web App should service the request. The host header contains the DNS name used to start the request, for example `contosoapp.azurewebsites.net`. To use a different DNS name with your Web App, the DNS name must be registered as a custom domain name for the App. When adding a Web App endpoint as an Azure endpoint, the Traffic Manager profile DNS name is automatically registered for the App. This registration is automatically removed when the endpoint is deleted.
66
64
3. Each Traffic Manager profile can have at most one Web App endpoint from each Azure region. To work around for this constraint, you can configure a Web App as an External endpoint. For more information, see the [FAQ](traffic-manager-faqs.md#traffic-manager-endpoints).
67
65
68
66
## Enabling and disabling endpoints
69
67
70
68
Disabling an endpoint in Traffic Manager can be useful to temporarily remove traffic from an endpoint that is in maintenance mode or being redeployed. Once the endpoint is running again, it can be re-enabled.
71
69
72
-
You can enable or disable endpoints via the Traffic Manager portal, PowerShell, CLI, or REST API.
70
+
You can enable or disable Traffic Manager endpoints using the Azure portal, PowerShell, CLI, or REST API.
73
71
74
72
> [!NOTE]
75
-
> Disabling an Azure endpoint has nothing to do with its deployment state in Azure. An Azure service (such as a VM or Web App remains running and able to receive traffic even when disabled in Traffic Manager. Traffic can be addressed directly to the service instance rather than via the Traffic Manager profile DNS name. For more information, see [how Traffic Manager works](traffic-manager-how-it-works.md).
73
+
> Disabling an Azure endpoint has nothing to do with its deployment state in Azure. An Azure service (such as a VM or Web App) remains running and able to receive traffic even when disabled in Traffic Manager. Traffic can be addressed directly to the service instance rather than via the Traffic Manager profile DNS name. For more information, see [How Traffic Manager works](traffic-manager-how-it-works.md).
76
74
77
75
The current eligibility of each endpoint to receive traffic depends on the following factors:
78
76
@@ -85,9 +83,9 @@ For details, see [Traffic Manager endpoint monitoring](traffic-manager-monitorin
85
83
> [!NOTE]
86
84
> Since Traffic Manager works at the DNS level, it is unable to influence existing connections to any endpoint. When an endpoint is unavailable, Traffic Manager directs new connections to another available endpoint. However, the host behind the disabled or unhealthy endpoint may continue to receive traffic via existing connections until those sessions are terminated. Applications should limit the session duration to allow traffic to drain from existing connections.
87
85
88
-
If all endpoints in a profile get disabled, or if the profile itself get disabled, then Traffic Manager sends an 'NXDOMAIN' response to a new DNS query.
86
+
If all endpoints in a profile get disabled, or if the profile itself get disabled, then Traffic Manager sends an `NXDOMAIN` response to a new DNS query.
89
87
90
-
## FAQs
88
+
## FAQ
91
89
92
90
*[Can I use Traffic Manager with endpoints from multiple subscriptions?](./traffic-manager-faqs.md#can-i-use-traffic-manager-with-endpoints-from-multiple-subscriptions)
0 commit comments