Skip to content

Commit 6552115

Browse files
committed
get the rest of the instances
1 parent 881f580 commit 6552115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/redirect-internal-site-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ $poolSettings = New-AzApplicationGatewayBackendHttpSettings `
102102

103103
### Create the first listener and rule
104104

105-
A listener is required to enable the application gateway to route traffic appropriately to the backend pool. In this tutorial, you create two listeners for your two domains. In this example, listeners are created for the domains of *www.contoso.com* and *www\.contoso.org*.
105+
A listener is required to enable the application gateway to route traffic appropriately to the backend pool. In this tutorial, you create two listeners for your two domains. In this example, listeners are created for the domains of *www\.contoso.com* and *www\.contoso.org*.
106106

107107
Create the first listener named *contosoComListener* using [New-AzApplicationGatewayHttpListener](/powershell/module/az.network/new-azapplicationgatewayhttplistener) with the frontend configuration and frontend port that you previously created. A rule is required for the listener to know which backend pool to use for incoming traffic. Create a basic rule named *contosoComRule* using [New-AzApplicationGatewayRequestRoutingRule](/powershell/module/az.network/new-azapplicationgatewayrequestroutingrule).
108108

@@ -291,7 +291,7 @@ Enter your domain name into the address bar of your browser. Such as, [https://w
291291

292292
![Test contoso site in application gateway](./media/redirect-internal-site-powershell/application-gateway-iistest.png)
293293

294-
Change the address to your other domain, for example https://www.contoso.org and you should see that the traffic has been redirected back to the listener for `www.contoso.com`.
294+
Change the address to your other domain, for example https://www.contoso.org and you should see that the traffic has been redirected back to the listener for www\.contoso.com.
295295

296296
## Next steps
297297

0 commit comments

Comments
 (0)