Skip to content

Commit bbffe71

Browse files
committed
add move procedure
1 parent 6101ec3 commit bbffe71

File tree

2 files changed

+38
-25
lines changed

2 files changed

+38
-25
lines changed

articles/traffic-manager/traffic-manager-FAQs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: traffic-manager
77
ms.topic: conceptual
88
ms.workload: infrastructure-services
9-
ms.date: 08/14/2023
9+
ms.date: 10/02/2023
1010
ms.author: greglin
1111
---
1212

@@ -335,6 +335,8 @@ Typically, Traffic Manager is used to direct traffic to applications deployed in
335335

336336
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.
337337

338+
For more information, see [To move an endpoint](traffic-manager-manage-endpoints.md#to-move-an-endpoint).
339+
338340
## Traffic Manager endpoint monitoring
339341

340342
### Is Traffic Manager resilient to Azure region failures?

articles/traffic-manager/traffic-manager-manage-endpoints.md

Lines changed: 35 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ author: greg-lindsay
66
ms.service: traffic-manager
77
ms.topic: how-to
88
ms.workload: infrastructure-services
9-
ms.date: 04/24/2023
9+
ms.date: 10/02/2023
1010
ms.author: greglin
1111
ms.custom: template-how-to
1212
---
1313

14-
# Add, disable, enable, or delete endpoints
14+
# Add, disable, enable, delete, or move endpoints
1515

1616
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.
1717

@@ -22,18 +22,18 @@ You can also disable individual endpoints that are part of a Traffic Manager pro
2222
2323
## To add a cloud service or an App service endpoint to a Traffic Manager profile
2424

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**.
2929
5. In the **Add endpoint** blade, complete as follows:
30-
1. For **Type**, click **Azure endpoint**.
30+
1. For **Type**, select **Azure endpoint**.
3131
2. Provide a **Name** by which you want to recognize this endpoint.
3232
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.
3434
5. For **Priority**, select as **1**. This results in all traffic going to this endpoint if it is healthy.
3535
6. Keep **Add as disabled** unchecked.
36-
7. Click **OK**
36+
7. Select **OK**
3737
6. Repeat steps 4 and 5 to add the next Azure endpoint. Make sure to add it with its **Priority** value set at **2**.
3838
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**.
3939

@@ -42,29 +42,40 @@ You can also disable individual endpoints that are part of a Traffic Manager pro
4242
4343
## To disable an endpoint
4444

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**.
5050
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.
5151

5252
## To enable an endpoint
5353

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**.
5959
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.
6060

6161
## To delete an endpoint
6262

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).
6879

6980
## Next steps
7081

0 commit comments

Comments
 (0)