Skip to content

Commit 3baa98e

Browse files
authored
Merge pull request #184731 from vhorne/ag-ilb
update to indicate this is for v1
2 parents a45e73c + 76b9220 commit 3baa98e

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/application-gateway/application-gateway-ilb-arm.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Use with Internal Load Balancer - Azure Application Gateway
3-
description: This page provides instructions to create, configure, start, and delete an Azure application gateway with internal load balancer (ILB) for Azure Resource Manager
3+
description: This article provides instructions to create, configure, start, and delete an Azure application gateway with internal load balancer (ILB)
44
services: application-gateway
55
author: vhorne
66
ms.service: application-gateway
77
ms.topic: how-to
8-
ms.date: 11/13/2019
8+
ms.date: 01/11/2022
99
ms.author: victorh
1010
ms.custom: devx-track-azurepowershell
1111
---
1212

1313
# Create an application gateway with an internal load balancer (ILB)
1414

15-
Azure Application Gateway can be configured with an Internet-facing VIP or with an internal endpoint that is not exposed to the Internet, also known as an internal load balancer (ILB) endpoint. Configuring the gateway with an ILB is useful for internal line-of-business applications that are not exposed to the Internet. It's also useful for services and tiers within a multi-tier application that sit in a security boundary that is not exposed to the Internet but still require round-robin load distribution, session stickiness, or Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), termination.
15+
Azure Application Gateway Standard v1 can be configured with an Internet-facing VIP or with an internal endpoint that is not exposed to the Internet, also known as an internal load balancer (ILB) endpoint. Configuring the gateway with an ILB is useful for internal line-of-business applications that are not exposed to the Internet. It's also useful for services and tiers within a multi-tier application that sit in a security boundary that is not exposed to the Internet but still require round-robin load distribution, session stickiness, or Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), termination.
1616

17-
This article walks you through the steps to configure an application gateway with an ILB.
17+
This article walks you through the steps to configure a Standard v1 Application Gateway with an ILB.
1818

1919
## Before you begin
2020

articles/application-gateway/configure-application-gateway-with-private-frontend-ip.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
22
title: Configure an internal load balancer (ILB) endpoint
33
titleSuffix: Azure Application Gateway
4-
description: This article provides information on how to configure Application Gateway with a private frontend IP address
4+
description: This article provides information on how to configure Application Gateway Standard v1 with a private frontend IP address
55
services: application-gateway
66
author: abshamsft
77
ms.service: application-gateway
88
ms.topic: how-to
9-
ms.date: 02/23/2021
9+
ms.date: 01/11/2022
1010
ms.author: victorh
1111
---
1212

1313
# Configure an application gateway with an internal load balancer (ILB) endpoint
1414

15-
Azure Application Gateway can be configured with an Internet-facing VIP or with an internal endpoint that isn't exposed to the Internet. An internal endpoint uses a private IP address for the frontend, which is also known as an *internal load balancer (ILB) endpoint*.
15+
Azure Application Gateway Standard v1 can be configured with an Internet-facing VIP or with an internal endpoint that isn't exposed to the Internet. An internal endpoint uses a private IP address for the frontend, which is also known as an *internal load balancer (ILB) endpoint*.
1616

1717
Configuring the gateway using a frontend private IP address is useful for internal line-of-business applications that aren't exposed to the Internet. It's also useful for services and tiers within a multi-tier application that are in a security boundary that isn't exposed to the Internet but:
1818

1919
- still require round-robin load distribution
2020
- session stickiness
2121
- or Transport Layer Security (TLS) termination (previously known as Secure Sockets Layer (SSL)).
2222

23-
This article guides you through the steps to configure an application gateway with a frontend private IP address using the Azure portal.
23+
This article guides you through the steps to configure a Standard v1 Application Gateway with an ILB using the Azure portal.
2424

2525
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2626

0 commit comments

Comments
 (0)