You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: vhorne
6
6
ms.service: application-gateway
7
7
ms.topic: overview
8
8
ms.custom: mvc
9
-
ms.date: 10/11/2018
9
+
ms.date: 1/11/2019
10
10
ms.author: victorh
11
11
#Customer intent: As an IT administrator, I want to learn about Azure Application Gateways and what I can use them for.
12
12
---
@@ -77,7 +77,7 @@ For example, requests for `http://contoso.com/video/*` are routed to VideoServer
77
77
78
78
## Multiple-site hosting
79
79
80
-
Multiple-site hosting enables you to configure more than one web site on the same application gateway instance. This feature allows you to configure a more efficient topology for your deployments by adding up to 20 web sites to one application gateway. Each web site can be directed to its own pool. For example, application gateway can serve traffic for `contoso.com` and `fabrikam.com` from two server pools called ContosoServerPool and FabrikamServerPool.
80
+
Multiple-site hosting enables you to configure more than one web site on the same application gateway instance. This feature allows you to configure a more efficient topology for your deployments by adding up to 100 web sites to one application gateway. Each web site can be directed to its own pool. For example, application gateway can serve traffic for `contoso.com` and `fabrikam.com` from two server pools called ContosoServerPool and FabrikamServerPool.
81
81
82
82
Requests for `http://contoso.com` are routed to ContosoServerPool, and `http://fabrikam.com` are routed to FabrikamServerPool.
0 commit comments