Skip to content

Commit 1a2a23c

Browse files
authored
Merge pull request #87953 from changeworld/patch-33
Fix typo
2 parents 70abc4f + 2148584 commit 1a2a23c

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
@@ -1,7 +1,7 @@
11
---
22
title: Internal redirection using PowerShell
33
titleSuffix: Azure Application Gateway
4-
description: Learn how to create an application gateway that redirects internal web traffic to the appropriate backend pool of servers using Azure Powershell.
4+
description: Learn how to create an application gateway that redirects internal web traffic to the appropriate backend pool of servers using Azure PowerShell.
55
services: application-gateway
66
author: vhorne
77
ms.service: application-gateway
@@ -13,7 +13,7 @@ ms.custom: devx-track-azurepowershell
1313

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

16-
You can use Azure Powershell to configure [web traffic redirection](multiple-site-overview.md) when you create an [application gateway](overview.md). In this article, 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 article assumes that you own multiple domains and uses examples of *www\.contoso.com* and *www\.contoso.org*.
16+
You can use Azure PowerShell to configure [web traffic redirection](multiple-site-overview.md) when you create an [application gateway](overview.md). In this article, 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 article assumes that you own multiple domains and uses examples of *www\.contoso.com* and *www\.contoso.org*.
1717

1818
In this article, you learn how to:
1919

0 commit comments

Comments
 (0)