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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,9 @@ Azure App Service is a fully managed platform as a service (PaaS) offering that
16
16
17
17
## Scenarios for using Azure Traffic Manager with Azure App Service
18
18
19
-
1. High availability: Azure Traffic Manager can help ensure that your app is always available by directing traffic to a healthy instance of your app in the event of an outage or other issue.
20
-
2. Geographic distribution: If you have apps in different geographic locations, you can use Azure Traffic Manager to direct users to the closest app in terms of the lowest network latency.
21
-
3. Load balancing: Azure Traffic Manager can distribute traffic across a set of apps, either evenly or according to weights, which you define.
19
+
*High availability: Azure Traffic Manager can help ensure that your app is always available by directing traffic to a healthy instance of your app in the event of an outage or other issue.
20
+
*Geographic distribution: If you have apps in different geographic locations, you can use Azure Traffic Manager to direct users to the closest app in terms of the lowest network latency.
21
+
*Load balancing: Azure Traffic Manager can distribute traffic across a set of apps, either evenly or according to weights, which you define.
22
22
23
23
By using Azure Traffic Manager with Azure App Service, you can ensure that your app is always available, provide better user experience by directing users to the closest app, and distribute traffic across a set of apps.
24
24
@@ -36,7 +36,7 @@ By using Azure Traffic Manager with Azure App Service, you can ensure that your
36
36

37
37
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).
38
38
39
-
<br><img src="./media/traffic-manager-use-with-appgw/create-profile.png" alt="A screenshot of creating a traffic manager profile." width="60%">
39
+
<br><img src="./media/traffic-manager-use-with-app-gateway/create-profile.png" alt="A screenshot of creating a traffic manager profile." width="60%">
40
40
3. [Add an endpoint](quickstart-create-traffic-manager-profile.md#add-traffic-manager-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.
41
41
42
42

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
-
<br><imgsrc="./media/traffic-manager-use-with-appgw/create-profile.png"alt="A screenshot of creating a traffic manager profile."width="60%">
28
+
<br><imgsrc="./media/traffic-manager-use-with-app-gateway/create-profile.png"alt="A screenshot of creating a traffic manager profile."width="60%">
29
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.
30
30
31
-

31
+

32
32
3. Copy the Azure Application Gateway [frontend public IP address](../application-gateway/application-gateway-components.md#frontend-ip-addresses) and then use this IP address to [add an endpoint](quickstart-create-traffic-manager-profile.md#add-traffic-manager-endpoints) to your Azure Traffic Manager profile.
33
33
34
-

34
+

35
35
36
-

36
+

37
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 is load balanced. In the following example, the application gateway backend target is a web server.
38
38
39
-

39
+

40
40
41
-

41
+

42
42
43
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