Skip to content

Commit db93dd5

Browse files
authored
Merge pull request #106343 from vhorne/ag-redirect
remove link from example URL
2 parents 48c62c9 + 6552115 commit db93dd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ services: application-gateway
66
author: vhorne
77
ms.service: application-gateway
88
ms.topic: article
9-
ms.date: 11/14/2019
9+
ms.date: 03/03/2020
1010
ms.author: victorh
1111
---
1212

1313
# Create an application gateway with internal redirection using Azure PowerShell
1414

15-
You can use Azure Powershell to configure [web traffic redirection](multiple-site-overview.md) when you create an [application gateway](overview.md). In this tutorial, you define a backend pool using a virtual machines scale set. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate pool. This tutorial assumes that you own multiple domains and uses examples of *www.contoso.com* and *www\.contoso.org*.
15+
You can use Azure Powershell to configure [web traffic redirection](multiple-site-overview.md) when you create an [application gateway](overview.md). In this tutorial, you define a backend pool using a virtual machines scale set. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate pool. This tutorial assumes that you own multiple domains and uses examples of *www\.contoso.com* and *www\.contoso.org*.
1616

1717
In this article, you learn how to:
1818

@@ -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)