Skip to content

Commit 78b8e2e

Browse files
committed
minor edit
1 parent 14b2a50 commit 78b8e2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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><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-appgw/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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ 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><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-appgw/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

3131
![A screenshot of creating an application gateway.](media/traffic-manager-use-with-appgw/create-appgw.png)
@@ -34,7 +34,7 @@ Azure Traffic Manager and [Azure Application Gateway](../application-gateway/ove
3434
![A screenshot of the application gateway frontend configuration.](media/traffic-manager-use-with-appgw/appgw-frontend.png)
3535

3636
![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 is load balanced.
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.
3838

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

0 commit comments

Comments
 (0)