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-use-azure-app-service.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: traffic-manager
5
5
author: greg-lindsay
6
6
ms.service: traffic-manager
7
7
ms.topic: how-to
8
-
ms.date: 05/20/2024
8
+
ms.date: 07/17/2024
9
9
ms.author: greglin
10
10
ms.custom: template-how-to
11
11
---
@@ -32,6 +32,9 @@ By using Azure Traffic Manager with Azure App Service, you can ensure that your
32
32
## Process overview: Steps to use Azure Traffic Manager with Azure App Service
33
33
34
34
1. Create an Azure App Service: Start by creating an Azure App Service. This will host your web, mobile, or API application.
35
+
36
+
37
+
35
38
2. Create an Azure Traffic Manager Profile: In the Azure portal, create a new Traffic Manager profile. Choose the routing method that best suits your needs (Priority, Weighted, Performance, Geographic).
36
39
3. Add Endpoints to Your Traffic Manager Profile: Add your Azure App Service as an endpoint in your Traffic Manager profile. Remember, you can only specify one App Service endpoint per region in a profile.
37
40
4. Configure Endpoint Weights or Priorities: If you’re using the Weighted or Priority routing methods, configure the weights or priorities of your endpoints.
## Process overview: How to use Azure App Gateway with Azure Traffic Manager
25
25
26
-
1.[Create an Azure Traffic Manager profile](quickstart-create-traffic-manager-profile.md): Start by creating an Azure Traffic Manager profile. Configure it to use the desired traffic routing method (priority, weighted, performance, or geographic).
26
+
1.[Create an Azure Traffic Manager profile](quickstart-create-traffic-manager-profile.md): Start by creating an Azure Traffic Manager profile. Configure it to use the desired traffic routing method (priority, weighted, performance, or geographic).
27
27
28
-

28
+
<imgsrc="./media/traffic-manager-use-with-appgw/create-profile.png"alt="A screenshot of creating a traffic manager profile."width="60%">
29
+
2.[Create an Azure Application Gateway](../application-gateway/quick-create-portal.md): Next, create an Azure Application Gateway. Configure it to use the desired backend pool and routing rules.
29
30
30
-
2. [Create an Azure Application Gateway](../application-gateway/quick-create-portal.md): Next, create an Azure Application Gateway. Configure it to use the desired backend pool and routing rules.
31
+

32
+
3. Using the Azure Application Gateway [frontend public IP address](../application-gateway/application-gateway-components.md#frontend-ip-addresses), [add an endpoint](quickstart-create-traffic-manager-profile.md#add-traffic-manager-endpoints) to the Azure Traffic Manager profile.
31
33
32
-

34
+

33
35
34
-
3. Using the Azure Application Gateway [frontend public IP address](../application-gateway-components.md#frontend-ip-addresses), [add an endpoint](quickstart-create-traffic-manager-profile.md#add-traffic-manager-endpoints) to the Azure Traffic Manager profile.
36
+

37
+
4. Test Your Setup: Finally, test the configuration by accessing the Azure Traffic Manager DNS name from a web browser. This will help ensure that traffic is being correctly routed and load balanced.
35
38
36
-

39
+

37
40
38
-

39
-
40
-
4. Test Your Setup: Finally, test the configuration by accessing the Azure Traffic Manager DNS name from a web browser. This will help ensure that traffic is being correctly routed and load balanced.
41
-
42
-

43
-
44
-

41
+

45
42
46
43
By using Azure Traffic Manager with Azure Application Gateway, you can achieve high availability and scalability for your web applications across multiple regions. This combination of services can help you to improve application performance, increase application availability, scale your application, and secure your application.
0 commit comments