Skip to content

Commit d1d9860

Browse files
committed
reviewed and made edits
1 parent 66e6db9 commit d1d9860

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/application-gateway/configuration-overview.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,35 +20,35 @@ This image illustrates an application that has three listeners. The first two ar
2020

2121
## Infrastructure
2222

23-
The Application Gateway infrastructure includes the virtual network, subnets, network security groups, and user defined routes.
23+
The Application Gateway infrastructure includes the virtual network, subnets, network security groups, and user-defined routes.
2424

2525
For more information, see [Application Gateway infrastructure configuration](configuration-infrastructure.md).
2626

2727

2828

2929
## Frontend IP address
3030

31-
You can configure the application gateway to have a public IP address, a private IP address, or both. A public IP is required when you host a back end that clients must access over the Internet via an Internet-facing virtual IP (VIP).
31+
You can configure the application gateway to have a public IP address, a private IP address, or both. A public IP is required when you host a backend that clients must access over the Internet via an Internet-facing virtual IP (VIP).
3232

3333
For more information, see [Application Gateway frontend IP address configuration](configuration-frontend-ip.md).
3434

3535
## Listeners
3636

37-
A listener is a logical entity that checks for incoming connection requests by using the port, protocol, host, and IP address. When you configure the listener, you must enter values for these that match the corresponding values in the incoming request on the gateway.
37+
A listener is a logical entity that checks for incoming connection requests by using the port, protocol, host, and IP address. When you configure the listener, you must enter values for these entities that match the corresponding values in the incoming request on the gateway.
3838

3939
For more information, see [Application Gateway listener configuration](configuration-listeners.md).
4040

4141
## Request routing rules
4242

43-
When you create an application gateway by using the Azure portal, you create a default rule (*rule1*). This rule binds the default listener (*appGatewayHttpListener*) with the default backend pool (*appGatewayBackendPool*) and the default backend HTTP settings (*appGatewayBackendHttpSettings*). After you create the gateway, you can edit the settings of the default rule or create new rules.
43+
When you create an application gateway by using the Azure portal, you create a default rule (*rule1*). This rule binds the default listener (*appGatewayHttpListener*) with the default backend pool (*appGatewayBackendPool*) and the default backend HTTP settings (*appGatewayBackendHttpSettings*). After you create the gateway, you can edit the settings of the default rule or create new rules.
4444

4545
For more information, see [Application Gateway request routing rules](configuration-request-routing-rules.md).
4646

47-
## HTTP settings
47+
## Backend settings
4848

49-
The application gateway routes traffic to the backend servers by using the configuration that you specify here. After you create an HTTP setting, you must associate it with one or more request-routing rules.
49+
The application gateway routes traffic to the backend servers by using the configuration that you specify here. After you create a backend setting, you must associate it with one or more request-routing rules.
5050

51-
For more information, see [Application Gateway HTTP settings configuration](configuration-http-settings.md).
51+
For more information, see [Application Gateway backend settings configuration](configuration-http-settings.md).
5252

5353
## Backend pool
5454

@@ -58,10 +58,10 @@ After you create a backend pool, you must associate it with one or more request-
5858

5959
## Health probes
6060

61-
An application gateway monitors the health of all resources in its back end by default. But we strongly recommend that you create a custom probe for each backend HTTP setting to get greater control over health monitoring. To learn how to configure a custom probe, see [Custom health probe settings](application-gateway-probe-overview.md#custom-health-probe-settings).
61+
An application gateway monitors the health of all resources in its backend by default. But we strongly recommend that you create a custom probe for each backend HTTP setting to get greater control over health monitoring. To learn how to configure a custom probe, see [Custom health probe settings](application-gateway-probe-overview.md#custom-health-probe-settings).
6262

6363
> [!NOTE]
64-
> After you create a custom health probe, you need to associate it to a backend HTTP setting. A custom probe won't monitor the health of the backend pool unless the corresponding HTTP setting is explicitly associated with a listener using a rule.
64+
> After you create a custom health probe, you need to associate it to a backend HTTP setting. A custom probe doesn't monitor the health of the backend pool unless the corresponding HTTP setting is explicitly associated with a listener using a rule.
6565
6666
## Next steps
6767

0 commit comments

Comments
 (0)