Skip to content

Commit a5a1176

Browse files
committed
edit alignment of screenshots and size of one
1 parent 6348686 commit a5a1176

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

articles/traffic-manager/traffic-manager-use-azure-app-service.md

Lines changed: 4 additions & 1 deletion
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: 05/20/2024
8+
ms.date: 07/17/2024
99
ms.author: greglin
1010
ms.custom: template-how-to
1111
---
@@ -32,6 +32,9 @@ By using Azure Traffic Manager with Azure App Service, you can ensure that your
3232
## Process overview: Steps to use Azure Traffic Manager with Azure App Service
3333

3434
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+
3538
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).
3639
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.
3740
4. Configure Endpoint Weights or Priorities: If you’re using the Weighted or Priority routing methods, configure the weights or priorities of your endpoints.

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

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,22 @@ 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](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).
2727

28-
![A screenshot of creating a traffic manager profile.](media/traffic-manager-use-with-appgw/create-profile.png)
28+
<img src="./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.
2930

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+
![A screenshot of creating an application gateway.](media/traffic-manager-use-with-appgw/create-appgw.png)
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.
3133

32-
![A screenshot of creating an application gateway.](media/traffic-manager-use-with-appgw/create-appgw.png)
34+
![A screenshot of the application gateway frontend configuration.](media/traffic-manager-use-with-appgw/appgw-frontend.png)
3335

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+
![A screenshot of adding an endpoint to the traffic manager profile.](media/traffic-manager-use-with-appgw/add-endpoint.png)
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.
3538

36-
![A screenshot of the application gateway frontend configuration.](media/traffic-manager-use-with-appgw/appgw-frontend.png)
39+
![A screenshot of the DNS name for the traffic manager profile.](media/traffic-manager-use-with-appgw/dns-name.png)
3740

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.
41-
42-
![A screenshot of the DNS name for the traffic manager profile.](media/traffic-manager-use-with-appgw/dns-name.png)
43-
44-
![A screenshot of testing the traffic manager connection.](media/traffic-manager-use-with-appgw/test-connection.png)
41+
![A screenshot of testing the traffic manager connection.](media/traffic-manager-use-with-appgw/test-connection.png)
4542

4643
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.
4744

0 commit comments

Comments
 (0)