Skip to content

Commit 789ee8b

Browse files
committed
review edits
1 parent 78b8e2e commit 789ee8b

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Azure App Service is a fully managed platform as a service (PaaS) offering that
1616

1717
## Scenarios for using Azure Traffic Manager with Azure App Service
1818

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.
2222

2323
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.
2424

@@ -36,7 +36,7 @@ By using Azure Traffic Manager with Azure App Service, you can ensure that your
3636
![A screenshot of the app service.](media/traffic-manager-use-azure-app-service/create-app-service.png)
3737
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).
3838

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%">
4040
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.
4141

4242
![A screenshot of the adding a traffic manager endpoint.](media/traffic-manager-use-azure-app-service/add-endpoint.png)

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,20 @@ Azure Traffic Manager and [Azure Application Gateway](../application-gateway/ove
2525

2626
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-
<br><img src="./media/traffic-manager-use-with-appgw/create-profile.png" alt="A screenshot of creating a traffic manager profile." width="60%">
28+
<br><img src="./media/traffic-manager-use-with-app-gateway/create-profile.png" alt="A screenshot of creating a traffic manager profile." width="60%">
2929
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.
3030

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

34-
![A screenshot of the application gateway frontend configuration.](media/traffic-manager-use-with-appgw/appgw-frontend.png)
34+
![A screenshot of the application gateway frontend configuration.](media/traffic-manager-use-with-app-gateway/appgw-frontend.png)
3535

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

39-
![A screenshot of the DNS name for the traffic manager profile.](media/traffic-manager-use-with-appgw/dns-name.png)
39+
![A screenshot of the DNS name for the traffic manager profile.](media/traffic-manager-use-with-app-gateway/dns-name.png)
4040

41-
![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-app-gateway/test-connection.png)
4242

4343
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.
4444

0 commit comments

Comments
 (0)