Skip to content

Commit b9bb567

Browse files
committed
fix path
1 parent e5e5c87 commit b9bb567

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ By using Azure Traffic Manager with Azure App Service, you can ensure that your
3333

3434
1. [Create an Azure App Service](../app-service/getting-started.md): Start by creating an Azure App Service. This will host your web, mobile, or API application. The following example is a Dotnet 8.0 web app.
3535

36-
![A screenshot of the app service.](media/traffic-manager-use-with-app-service/create-app-service.png)
36+
![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

3939
<br><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

42-
![A screenshot of the adding a traffic manager endpoint.](media/traffic-manager-use-with-app-service/add-endpoint.png)
42+
![A screenshot of the adding a traffic manager endpoint.](media/traffic-manager-use-azure-app-service/add-endpoint.png)
4343
4. [Configure Endpoint Weights or Priorities](traffic-manager-routing-methods.md): If you’re using the [weighted](traffic-manager-configure-weighted-routing-method.md) or [priority](traffic-manager-configure-priority-routing-method.md) routing methods, configure the weights or priorities of your endpoints.
4444
5. Test Your Setup: Use different devices or services to send requests to your Traffic Manager profile’s DNS name. Verify that the requests are routed to the expected endpoint. The following example displays a web app request.
4545

46-
![A screenshot of testing the web app.](media/traffic-manager-use-with-app-service/test-web-app.png)
46+
![A screenshot of testing the web app.](media/traffic-manager-use-azure-app-service/test-web-app.png)
4747

4848
Remember to monitor the health of your endpoints and adjust your Traffic Manager configuration as needed to ensure high availability, optimal geographic distribution, and effective load balancing.
4949

0 commit comments

Comments
 (0)