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-FAQs.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
6
6
ms.service: traffic-manager
7
7
ms.topic: conceptual
8
8
ms.workload: infrastructure-services
9
-
ms.date: 08/14/2023
9
+
ms.date: 10/02/2023
10
10
ms.author: greglin
11
11
---
12
12
@@ -335,6 +335,8 @@ Typically, Traffic Manager is used to direct traffic to applications deployed in
335
335
336
336
Azure endpoints that are associated with a Traffic Manager profile are tracked using their resource IDs. When an Azure resource that is being used as an endpoint (for example, Public IP, Classic Cloud Service, WebApp, or another Traffic Manager profile used in a nested manner) is moved to a different resource group or subscription, its resource ID changes. In this scenario, currently, you must update the Traffic Manager profile by first deleting and then adding back the endpoints to the profile.
337
337
338
+
For more information, see [To move an endpoint](traffic-manager-manage-endpoints.md#to-move-an-endpoint).
339
+
338
340
## Traffic Manager endpoint monitoring
339
341
340
342
### Is Traffic Manager resilient to Azure region failures?
Copy file name to clipboardExpand all lines: articles/traffic-manager/traffic-manager-manage-endpoints.md
+35-24Lines changed: 35 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ author: greg-lindsay
6
6
ms.service: traffic-manager
7
7
ms.topic: how-to
8
8
ms.workload: infrastructure-services
9
-
ms.date: 04/24/2023
9
+
ms.date: 10/02/2023
10
10
ms.author: greglin
11
11
ms.custom: template-how-to
12
12
---
13
13
14
-
# Add, disable, enable, or delete endpoints
14
+
# Add, disable, enable, delete, or move endpoints
15
15
16
16
The Web Apps feature in Azure App Service already provides failover and round-robin traffic routing functionality for websites within a datacenter, regardless of the website mode. Azure Traffic Manager allows you to specify failover and round-robin traffic routing for websites and cloud services in different datacenters. The first step necessary to provide that functionality is to add the cloud service or website endpoint to Traffic Manager.
17
17
@@ -22,18 +22,18 @@ You can also disable individual endpoints that are part of a Traffic Manager pro
22
22
23
23
## To add a cloud service or an App service endpoint to a Traffic Manager profile
24
24
25
-
1.From a browser, sign in to the [Azure portal](https://portal.azure.com).
26
-
2. In the portal’s search bar, search for the **Traffic Manager profile** name that you want to modify, and then click the Traffic Manager profile in the results that the displayed.
27
-
3. In the **Traffic Manager profile** blade, in the **Settings** section, click**Endpoints**.
28
-
4. In the **Endpoints** blade that is displayed, click**Add**.
25
+
1.Using a web browser, sign in to the [Azure portal](https://portal.azure.com).
26
+
2. In the portal’s search bar, search for the **Traffic Manager profile** name that you want to modify, and then select the Traffic Manager profile in the results that the displayed.
27
+
3. In the **Traffic Manager profile** blade, in the **Settings** section, select**Endpoints**.
28
+
4. In the **Endpoints** blade that is displayed, select**Add**.
29
29
5. In the **Add endpoint** blade, complete as follows:
30
-
1. For **Type**, click**Azure endpoint**.
30
+
1. For **Type**, select**Azure endpoint**.
31
31
2. Provide a **Name** by which you want to recognize this endpoint.
32
32
3. For **Target resource type**, from the drop-down, choose the appropriate resource type.
33
-
4. For **Target resource**, click the **Choose...** selector to list resources under the same subscription in the **Resources blade**. In the **Resource** blade that is displayed, pick the service that you want to add as the first endpoint.
33
+
4. For **Target resource**, select the **Choose...** selector to list resources under the same subscription in the **Resources blade**. In the **Resource** blade that is displayed, pick the service that you want to add as the first endpoint.
34
34
5. For **Priority**, select as **1**. This results in all traffic going to this endpoint if it is healthy.
35
35
6. Keep **Add as disabled** unchecked.
36
-
7.Click**OK**
36
+
7.Select**OK**
37
37
6. Repeat steps 4 and 5 to add the next Azure endpoint. Make sure to add it with its **Priority** value set at **2**.
38
38
7. When the addition of both endpoints is complete, they are displayed in the **Traffic Manager profile** blade along with their monitoring status as **Online**.
39
39
@@ -42,29 +42,40 @@ You can also disable individual endpoints that are part of a Traffic Manager pro
42
42
43
43
## To disable an endpoint
44
44
45
-
1.From a browser, sign in to the [Azure portal](https://portal.azure.com).
46
-
2. In the portal’s search bar, search for the **Traffic Manager profile** name that you want to modify, and then click the Traffic Manager profile in the results that are displayed.
47
-
3. In the **Traffic Manager profile** blade, in the **Settings** section, click**Endpoints**.
48
-
4.Click the endpoint that you want to disable.
49
-
5. In the **Endpoint** blade, change the endpoint status to **Disabled**, and then click**Save**.
45
+
1.Using a web browser, sign in to the [Azure portal](https://portal.azure.com).
46
+
2. In the portal’s search bar, search for the **Traffic Manager profile** name that you want to modify, and then select the Traffic Manager profile in the results that are displayed.
47
+
3. In the **Traffic Manager profile** blade, in the **Settings** section, select**Endpoints**.
48
+
4.Select the endpoint that you want to disable.
49
+
5. In the **Endpoint** blade, change the endpoint status to **Disabled**, and then select**Save**.
50
50
6. Clients continue to send traffic to the endpoint for the duration of Time-to-Live (TTL). You can change the TTL on the Configuration page of the Traffic Manager profile.
51
51
52
52
## To enable an endpoint
53
53
54
-
1.From a browser, sign in to the [Azure portal](https://portal.azure.com).
55
-
2. In the portal’s search bar, search for the **Traffic Manager profile** name that you want to modify, and then click the Traffic Manager profile in the results that are displayed.
56
-
3. In the **Traffic Manager profile** blade, in the **Settings** section, click**Endpoints**.
57
-
4.Click the endpoint that you want to enable.
58
-
5. In the **Endpoint** blade, change the endpoint status to **Enabled**, and then click**Save**.
54
+
1.Using a web browser, sign in to the [Azure portal](https://portal.azure.com).
55
+
2. In the portal’s search bar, search for the **Traffic Manager profile** name that you want to modify, and then select the Traffic Manager profile in the results that are displayed.
56
+
3. In the **Traffic Manager profile** blade, in the **Settings** section, select**Endpoints**.
57
+
4.Select the endpoint that you want to enable.
58
+
5. In the **Endpoint** blade, change the endpoint status to **Enabled**, and then select**Save**.
59
59
6. Clients continue to send traffic to the endpoint for the duration of Time-to-Live (TTL). You can change the TTL on the Configuration page of the Traffic Manager profile.
60
60
61
61
## To delete an endpoint
62
62
63
-
1. From a browser, sign in to the [Azure portal](https://portal.azure.com).
64
-
2. In the portal’s search bar, search for the **Traffic Manager profile** name that you want to modify, and then click the Traffic Manager profile in the results that are displayed.
65
-
3. In the **Traffic Manager profile** blade, in the **Settings** section, click **Endpoints**.
66
-
4. Click the endpoint that you want to delete.
67
-
5. In the **Endpoint** blade, click **Delete**
63
+
1. Using a web browser, sign in to the [Azure portal](https://portal.azure.com).
64
+
2. In the portal’s search bar, search for the **Traffic Manager profile** name that you want to modify, and then select the Traffic Manager profile in the results that are displayed.
65
+
3. In the **Traffic Manager profile** blade, in the **Settings** section, select **Endpoints**.
66
+
4. Select the endpoint that you want to delete.
67
+
5. In the **Endpoint** blade, select **Delete**
68
+
69
+
## To move an endpoint
70
+
71
+
1. Using a web browser, sign in to the [Azure portal](https://portal.azure.com).
72
+
2. In the portal’s search bar, search for the Traffic Manager profile name that you want to modify, and then select the Traffic Manager profile in the results that are displayed.
73
+
3. Inside the resource's blade, select the **Move** option. Follow the instructions to move the resource to the desired subscription or resource group.
74
+
4. When the resource has been successfully moved, return to the Azure Traffic Manager Profile that had the resource as an endpoint.
75
+
5. Locate and select the old endpoint that was previously linked to the resource you moved. Select **Delete** to remove this old endpoint from the ATM profile.
76
+
6. Select the the **Add** or **Create** button to create and configure the new endpoint. The new endpoint points to the recently moved Azure resource.
77
+
78
+
Also see [How do I move my Traffic Manager profile's Azure endpoints to a different resource group or subscription?](traffic-manager-FAQs.md#how-do-i-move-my-traffic-manager-profiles-azure-endpoints-to-a-different-resource-group-or-subscription).
0 commit comments