Skip to content

Commit 6784b44

Browse files
committed
acrolinx
1 parent 81031a6 commit 6784b44

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/traffic-manager/traffic-manager-load-balancing-azure.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: greg-lindsay
66
manager: kumudD
77
ms.service: traffic-manager
88
ms.topic: how-to
9-
ms.date: 10/27/2016
9+
ms.date: 04/30/2024
1010
ms.author: greglin
1111
ms.custom: template-how-to
1212
---
@@ -27,9 +27,9 @@ At a conceptual level, each of these services plays a distinct role in the load-
2727
* Weighted round-robin routing, which distributes traffic based on the weighting that is assigned to each endpoint.
2828
* Geography-based routing to distribute the traffic to your application endpoints based on geographic location of the user.
2929
* Subnet-based routing to distribute the traffic to your application endpoints based on the subnet (IP address range) of the user.
30-
* Multi Value routing that enable you to send IP addresses of more than one application endpoints in a single DNS response.
30+
* Multi Value routing that enables you to send IP addresses of more than one application endpoints in a single DNS response.
3131

32-
The client connects directly to the endpoint returned by Traffic Manager. Azure Traffic Manager detects when an endpoint is unhealthy and then redirects the clients to another healthy instance. Refer to [Azure Traffic Manager documentation](traffic-manager-overview.md) to learn more about the service.
32+
The client connects directly to the endpoint returned by Traffic Manager. Azure Traffic Manager detects when an endpoint is unhealthy and then redirects the clients to another healthy instance. See [Azure Traffic Manager documentation](traffic-manager-overview.md) to learn more about the service.
3333
* **Application Gateway** provides application delivery controller (ADC) as a service, offering various Layer 7 load-balancing capabilities for your application. It allows customers to optimize web farm productivity by offloading CPU-intensive TLS termination to the application gateway. Other Layer 7 routing capabilities include round-robin distribution of incoming traffic, cookie-based session affinity, URL path-based routing, and the ability to host multiple websites behind a single application gateway. Application Gateway can be configured as an Internet-facing gateway, an internal-only gateway, or a combination of both. Application Gateway is fully Azure managed, scalable, and highly available. It provides a rich set of diagnostics and logging capabilities for better manageability.
3434
* **Load Balancer** is an integral part of the Azure SDN stack, providing high-performance, low-latency Layer 4 load-balancing services for all UDP and TCP protocols. It manages inbound and outbound connections. You can configure public and internal load-balanced endpoints and define rules to map inbound connections to back-end pool destinations by using TCP and HTTP health-probing options to manage service availability.
3535

@@ -39,7 +39,7 @@ In this example scenario, we use a simple website that serves two types of conte
3939

4040
Additionally, the default VM pool serving the dynamic content needs to talk to a back-end database that is hosted on a high-availability cluster. The entire deployment is set up through Azure Resource Manager.
4141

42-
Using Traffic Manager, Application Gateway, and Load Balancer allows this website to achieve these design goals:
42+
Traffic Manager, Application Gateway, and Load Balancer allows this website to achieve the following design goals:
4343

4444
* **Multi-geo redundancy**: If one region goes down, Traffic Manager routes traffic seamlessly to the closest region without any intervention from the application owner.
4545
* **Reduced latency**: Because Traffic Manager automatically directs the customer to the closest region, the customer experiences lower latency when requesting the webpage contents.
@@ -88,13 +88,13 @@ The following diagram shows the architecture of this scenario:
8888
8989
#### Configure URL routing for application gateways
9090

91-
When you choose a back-end pool, an application gateway that's configured with a path-based rule takes a path pattern of the request URL in addition to round-robin distribution. In this scenario, we are adding a path-based rule to direct any URL with "/images/\*" to the image server pool. For more information about configuring URL path-based routing for an application gateway, refer to [Create a path-based rule for an application gateway](../application-gateway/create-url-route-portal.md).
91+
When you choose a back-end pool, an application gateway that's configured with a path-based rule takes a path pattern of the request URL in addition to round-robin distribution. In this scenario, we're adding a path-based rule to direct any URL with "/images/\*" to the image server pool. For more information about configuring URL path-based routing for an application gateway, see [Create a path-based rule for an application gateway](../application-gateway/create-url-route-portal.md).
9292

9393
![Application Gateway web-tier diagram](./media/traffic-manager-load-balancing-azure/web-tier-diagram.png)
9494

9595
1. From your resource group, go to the instance of the application gateway that you created in the preceding section.
9696
2. Under **Settings**, select **Backend pools**, and then select **Add** to add the VMs that you want to associate with the web-tier back-end pools.
97-
3. Enter the name of the back-end pool and all the IP addresses of the machines that reside in the pool. In this scenario, we are connecting two back-end server pools of virtual machines.
97+
3. Enter the name of the back-end pool and all the IP addresses of the machines that reside in the pool. In this scenario, we're connecting two back-end server pools of virtual machines.
9898

9999
![Application Gateway "Add backend pool"](./media/traffic-manager-load-balancing-azure/s2-appgw-add-bepool.png)
100100

@@ -134,7 +134,7 @@ In this scenario, Traffic Manager is connected to application gateways (as confi
134134

135135
3. Create an endpoint by entering the following information:
136136

137-
* **Type**: Select the type of endpoint to load-balance. In this scenario, select **Azure endpoint** because we are connecting it to the application gateway instances that were configured previously.
137+
* **Type**: Select the type of endpoint to load-balance. In this scenario, select **Azure endpoint** because we're connecting it to the application gateway instances that were configured previously.
138138
* **Name**: Enter the name of the endpoint.
139139
* **Target resource type**: Select **Public IP address** and then, under **Target resource**, select the public IP of the application gateway that was configured previously.
140140

@@ -146,7 +146,7 @@ In this scenario, Traffic Manager is connected to application gateways (as confi
146146

147147
In this scenario, Load Balancer distributes connections from the web tier to the databases within a high-availability cluster.
148148

149-
If your high-availability database cluster is using SQL Server Always On, refer to [Configure one or more Always On Availability Group Listeners](/azure/azure-sql/virtual-machines/windows/availability-group-listener-powershell-configure) for step-by-step instructions.
149+
If your high-availability database cluster is using SQL Server Always On, see [Configure one or more Always On Availability Group Listeners](/azure/azure-sql/virtual-machines/windows/availability-group-listener-powershell-configure) for step-by-step instructions.
150150

151151
For more information about configuring an internal load balancer, see [Create an Internal load balancer in the Azure portal](../load-balancer/quickstart-load-balancer-standard-internal-portal.md).
152152

@@ -175,7 +175,7 @@ For more information about configuring an internal load balancer, see [Create an
175175
![Load Balancer "Add probe"](./media/traffic-manager-load-balancing-azure/s4-ilb-add-probe.png)
176176

177177
2. Enter the name for the probe.
178-
3. Select the **Protocol** for the probe. For a database, you might want a TCP probe rather than an HTTP probe. To learn more about load-balancer probes, refer to [Understand load balancer probes](../load-balancer/load-balancer-custom-probe-overview.md).
178+
3. Select the **Protocol** for the probe. For a database, you might want a TCP probe rather than an HTTP probe. To learn more about load-balancer probes, see [Understand load balancer probes](../load-balancer/load-balancer-custom-probe-overview.md).
179179
4. Enter the **Port** of your database to be used for accessing the probe.
180180
5. Under **Interval**, specify how frequently to probe the application.
181181
6. Under **Unhealthy threshold**, specify the number of continuous probe failures that must occur for the back-end VM to be considered unhealthy.
@@ -195,7 +195,7 @@ For more information about configuring an internal load balancer, see [Create an
195195

196196
### Step 5: Connect web-tier VMs to the load balancer
197197

198-
Now we configure the IP address and load-balancer front-end port in the applications that are running on your web-tier VMs for any database connections. This configuration is specific to the applications that run on these VMs. To configure the destination IP address and port, refer to the application documentation. To find the IP address of the front end, in the Azure portal, go to the front-end IP pool on the **Load balancer settings**.
198+
Now we configure the IP address and load-balancer front-end port in the applications that are running on your web-tier VMs for any database connections. This configuration is specific to the applications that run on these VMs. To configure the destination IP address and port, see the application documentation. To find the IP address of the front end, in the Azure portal, go to the front-end IP pool on the **Load balancer settings**.
199199

200200
![Load Balancer "Frontend IP pool" navigation pane](./media/traffic-manager-load-balancing-azure/s5-ilb-frontend-ippool.png)
201201

0 commit comments

Comments
 (0)