Skip to content

Commit fa42867

Browse files
Update configure-web-app.md
1 parent 997998f commit fa42867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/configure-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Set-AzApplicationGateway -ApplicationGateway $gw
134134

135135
### [Azure portal](#tab/azure-portal/customdomain)
136136

137-
An HTTP Setting is required that instructs Application Gateway to access the App Service backend using the **custom domain name**. The HTTP Setting will by default use the [default health probe](./application-gateway-probe-overview.md#default-health-probe). While default health probes will forward requests with the hostname in which traffic is received, health probes will utilize 127.0.0.1 as the hostname to the Backend Pool. For this reason, we need to create a [custom health probe](./application-gateway-probe-overview.md#custom-health-probe) that is configured with the correct custom domain name as its host name.
137+
An HTTP Setting is required that instructs Application Gateway to access the App Service backend using the **custom domain name**. The HTTP Setting will by default use the [default health probe](./application-gateway-probe-overview.md#default-health-probe). While default health probes will forward requests with the hostname in which traffic is received, the health probes will utilize 127.0.0.1 as the hostname to the Backend Pool since no hostname has explicitly been defined. For this reason, we need to create a [custom health probe](./application-gateway-probe-overview.md#custom-health-probe) that is configured with the correct custom domain name as its host name.
138138

139139
We will connect to the backend using HTTPS.
140140

0 commit comments

Comments
 (0)