Skip to content

Commit 1855545

Browse files
committed
app service article
1 parent 77739ed commit 1855545

File tree

5 files changed

+14
-19
lines changed

5 files changed

+14
-19
lines changed
138 KB
Loading
113 KB
Loading
112 KB
Loading

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

Lines changed: 11 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,24 @@ By using Azure Traffic Manager with Azure App Service, you can ensure that your
3131

3232
## Process overview: Steps to use Azure Traffic Manager with Azure App Service
3333

34-
1. Create an Azure App Service: Start by creating an Azure App Service. This will host your web, mobile, or API application.
35-
36-
34+
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.
3735

36+
![A screenshot of the app service.](media/traffic-manager-use-with-app-service/create-app-service.png)
3837
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).
39-
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.
40-
4. Configure Endpoint Weights or Priorities: If you’re using the Weighted or Priority routing methods, configure the weights or priorities of your endpoints.
41-
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.
4238

43-
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.
39+
<br><img src="./media/traffic-manager-use-with-appgw/create-profile.png" alt="A screenshot of creating a traffic manager profile." width="60%">
40+
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.
4441

45-
## Prerequisites
42+
![A screenshot of the adding a traffic manager endpoint.](media/traffic-manager-use-with-app-service/add-endpoint.png)
43+
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.
44+
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.
4645

47-
* If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
46+
![A screenshot of testing the web app.](media/traffic-manager-use-with-app-service/test-web-app.png)
4847

49-
## Create a resource group
50-
51-
Create a resource group for the Traffic Manager profile.
52-
1. Sign in to the [Azure portal](https://portal.azure.com).
53-
2. On the left pane of the Azure portal, select **Resource groups**.
54-
3. In **Resource groups**, on the top of the page, select **Add**.
55-
4. In **Resource group name**, type a name *myResourceGroupTM1*. For **Resource group location**, select **East US**, and then select **OK**.
48+
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.
5649

50+
> [!NOTE]
51+
> If your web app uses SSL (settings > certificates), you can enable SSL on the **trafficmanager.net** domain by adding a binding for **trafficmanager.net** under **settings > custom domains** for the web app.
5752
5853
## Next steps
5954

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Azure Traffic Manager and [Azure Application Gateway](../application-gateway/ove
2424
## Process overview: How to use Azure App Gateway with Azure Traffic Manager
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).
27-
28-
<img src="./media/traffic-manager-use-with-appgw/create-profile.png" alt="A screenshot of creating a traffic manager profile." width="60%">
27+
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 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.
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)