Skip to content

Commit ec02166

Browse files
Merge pull request #265649 from greg-lindsay/appgw-issues
gh issue 119523
2 parents 5e2e1e9 + 3cb41a0 commit ec02166

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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 Standard v1 with a private frontend IP address
4+
description: This article provides information on how to configure Application Gateway Standard v2 with a private frontend IP address
55
services: application-gateway
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: how-to
9-
ms.date: 01/11/2022
9+
ms.date: 02/07/2024
1010
ms.author: greglin
1111
---
1212

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

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*.
15+
Azure Application Gateway Standard v2 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 a Standard v1 Application Gateway with an ILB using the Azure portal.
23+
This article guides you through the steps to configure a Standard v2 Application Gateway with an ILB using the Azure portal.
2424

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

@@ -38,7 +38,7 @@ In this example, you create a new virtual network. You can create a virtual netw
3838
2. Select **Networking** and then select **Application Gateway** in the Featured list.
3939
3. Enter *myAppGateway* for the name of the application gateway and *myResourceGroupAG* for the new resource group.
4040
4. For **Region**, select **Central US**.
41-
5. For **Tier**, select **Standard**.
41+
5. For **Tier**, select **Standard V2**.
4242
6. Under **Configure virtual network** select **Create new**, and then enter these values for the virtual network:
4343
- *myVNet* - for the name of the virtual network.
4444
- *10.0.0.0/16* - for the virtual network address space.

0 commit comments

Comments
 (0)