Skip to content

Commit 346eac9

Browse files
committed
Fix typo
1 parent 0ab032a commit 346eac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/tutorial-multiple-sites-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Host multiple web sites using PowerShell
33
titleSuffix: Azure Application Gateway
4-
description: Learn how to create an application gateway that hosts multiple web sites using Azure Powershell.
4+
description: Learn how to create an application gateway that hosts multiple web sites using Azure PowerShell.
55
services: application-gateway
66
author: vhorne
77
ms.service: application-gateway
@@ -14,7 +14,7 @@ ms.custom: mvc, devx-track-azurepowershell
1414

1515
# Create an application gateway that hosts multiple web sites using Azure PowerShell
1616

17-
You can use Azure Powershell to [configure the hosting of multiple web sites](multiple-site-overview.md) when you create an [application gateway](overview.md). In this article, you define backend address pools using virtual machines scale sets. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate servers in the pools. This article assumes that you own multiple domains and uses examples of *www.contoso.com* and *www.fabrikam.com*.
17+
You can use Azure PowerShell to [configure the hosting of multiple web sites](multiple-site-overview.md) when you create an [application gateway](overview.md). In this article, you define backend address pools using virtual machines scale sets. You then configure listeners and rules based on domains that you own to make sure web traffic arrives at the appropriate servers in the pools. This article assumes that you own multiple domains and uses examples of *www.contoso.com* and *www.fabrikam.com*.
1818

1919
In this article, you learn how to:
2020

0 commit comments

Comments
 (0)