Skip to content

Commit a803a55

Browse files
Merge pull request #235990 from AbdullahBell/TM-config-priority-traffic-freshness
Traffic Manager: Freshness: Tutorial: Configure priority traffic routing method in Traffic Manager
2 parents 1552d67 + c3f7a9f commit a803a55

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
-8.74 KB
Loading
-45.3 KB
Loading

articles/traffic-manager/traffic-manager-configure-priority-routing-method.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
ms.service: traffic-manager
77
ms.topic: tutorial
88
ms.workload: infrastructure-services
9-
ms.date: 10/16/2020
9+
ms.date: 04/26/2023
1010
ms.author: greglin
1111
ms.custom: template-tutorial
1212
---
@@ -26,7 +26,9 @@ In this tutorial, you learn how to:
2626
2727
## Prerequisites
2828

29-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
29+
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
30+
31+
* For the *Add an endpoint* section we will connect to an app service. To learn more, see [Create an App Service app](../app-service/overview.md)
3032

3133
## To configure the priority traffic routing method
3234
1. From a browser, sign in to the [Azure portal](https://portal.azure.com).
@@ -35,7 +37,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3537

3638
:::image type="content" source="./media/traffic-manager-priority-routing-method/create-traffic-manager-priority-profile.png" alt-text="Create a Traffic Manager priority profile":::
3739

38-
1. In the *Create Traffic Manager profile* page define the following settings:
40+
1. In the Create Traffic Manager profile page, define the following settings:
3941

4042
| Setting | Value |
4143
| --- | --- |
@@ -73,7 +75,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
7375

7476
:::image type="content" source="./media/traffic-manager-priority-routing-method/add-endpoint.png" alt-text="Add priority 1 endpoint":::
7577

76-
1. On the **Endpoints** page, review the priority order for your endpoints. When you select the **Priority** traffic routing method, the order of the selected endpoints matters. Verify the priority order of endpoints. The primary endpoint is on top. Double-check on the order it's displayed. All requests will be routed to the first endpoint and if Traffic Manager detects it be unhealthy, the traffic automatically fails over to the next endpoint.
78+
1. On the **Endpoints** page, review the priority order for your endpoints. When you select the **Priority** traffic routing method, the order of the selected endpoints matters. Verify the priority order of endpoints. The primary endpoint is on top. Double-check on the order it's displayed. All requests will be routed to the first endpoint and if Traffic Manager detects it 's unhealthy, the traffic automatically fails over to the next endpoint.
7779

7880
:::image type="content" source="./media/traffic-manager-priority-routing-method/endpoints-list.png" alt-text="List of priority endpoints":::
7981

@@ -85,7 +87,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
8587

8688
:::image type="content" source="./media/traffic-manager-priority-routing-method/search-traffic-manager-profile.png" alt-text="Search Traffic Manager profile":::
8789

88-
1. The **Traffic Manager profile** overview page displays the DNS name of your newly created Traffic Manager profile. This can be used by any clients (for example, by navigating to it using a web browser) to get routed to the right endpoint as determined by the routing type. In this case, all requests get routed to the first endpoint and if Traffic Manager detects it be unhealthy, the traffic automatically fails over to the next endpoint.
90+
1. The **Traffic Manager profile** overview page displays the DNS name of your newly created Traffic Manager profile. This can be used by any clients (for example, by navigating to it using a web browser) to get routed to the right endpoint as determined by the routing type. In this case, all requests get routed to the first endpoint and if Traffic Manager detects it 's unhealthy, the traffic automatically fails over to the next endpoint.
8991

9092
:::image type="content" source="./media/traffic-manager-priority-routing-method/traffic-manager-profile-dns-name.png" alt-text="Traffic Manager DNS name":::
9193

0 commit comments

Comments
 (0)