Skip to content

Commit 6348686

Browse files
committed
add screenshots
1 parent e6cea63 commit 6348686

File tree

7 files changed

+15
-13
lines changed

7 files changed

+15
-13
lines changed
154 KB
Loading
93.6 KB
Loading
102 KB
Loading
44.7 KB
Loading
131 KB
Loading
15 KB
Loading

articles/traffic-manager/traffic-manager-use-with-application-gateway.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: traffic-manager
55
author: greg-lindsay
66
ms.service: traffic-manager
77
ms.topic: how-to
8-
ms.date: 07/10/2024
8+
ms.date: 07/17/2024
99
ms.author: greglin
1010
ms.custom: template-how-to
1111
---
@@ -23,23 +23,25 @@ Azure Traffic Manager and [Azure Application Gateway](../application-gateway/ove
2323

2424
## Process overview: How to use Azure App Gateway with Azure Traffic Manager
2525

26-
1. Create an Azure Traffic Manager profile: Start by creating an Azure Traffic Manager profile. Configure it to use the desired traffic routing method (priority, weighted, performance, or geographic).
27-
2. Create an Azure Application Gateway: Next, create an Azure Application Gateway. Configure it to use the desired backend pool and routing rules.
28-
3. Add the Azure Application Gateway endpoint to the Azure Traffic Manager profile: Once your Application Gateway is set up, add it as an endpoint to your Traffic Manager profile.
29-
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.
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+
28+
![A screenshot of creating a traffic manager profile.](media/traffic-manager-use-with-appgw/create-profile.png)
29+
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.
3031

31-
## Prerequisites
32+
![A screenshot of creating an application gateway.](media/traffic-manager-use-with-appgw/create-appgw.png)
3233

33-
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
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.
3435

35-
## Create a resource group
36+
![A screenshot of the application gateway frontend configuration.](media/traffic-manager-use-with-appgw/appgw-frontend.png)
37+
38+
![A screenshot of adding an endpoint to the traffic manager profile.](media/traffic-manager-use-with-appgw/add-endpoint.png)
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.
3641

37-
Create a resource group for the Traffic Manager profile.
42+
![A screenshot of the DNS name for the traffic manager profile.](media/traffic-manager-use-with-appgw/dns-name.png)
3843

39-
1. Sign in to the [Azure portal](https://portal.azure.com).
40-
2. On the left pane of the Azure portal, select **Resource groups**.
41-
3. In **Resource groups**, on the top of the page, select **Add**.
42-
4. In **Resource group name**, type a name *myResourceGroupTM1*. For **Resource group location**, select **East US**, and then select **OK**.
44+
![A screenshot of testing the traffic manager connection.](media/traffic-manager-use-with-appgw/test-connection.png)
4345

4446
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.
4547

0 commit comments

Comments
 (0)