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/configure-application-gateway-with-private-frontend-ip.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,30 @@
1
1
---
2
2
title: Configure an internal load balancer (ILB) endpoint
3
3
titleSuffix: Azure Application Gateway
4
-
description: This article provides information on how to configure Application Gateway Standard v2 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
5
5
services: application-gateway
6
6
author: greg-lindsay
7
7
ms.service: application-gateway
8
8
ms.topic: how-to
9
-
ms.date: 02/07/2024
9
+
ms.date: 08/09/2024
10
10
ms.author: greglin
11
11
---
12
12
13
13
# Configure an application gateway with an internal load balancer (ILB) endpoint
14
14
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*.
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*.
16
+
17
+
> [!NOTE]
18
+
> Application Gateway v1 is being retired. See the [v1 retiredment announcement](/azure/application-gateway/v1-retirement).<br>
19
+
> To configure a v2 application gateway with a private frontend IP address, see [Private Application Gateway deployment](/azure/application-gateway/application-gateway-private-deployment)
16
20
17
21
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:
18
22
19
23
- still require round-robin load distribution
20
24
- session stickiness
21
25
- or Transport Layer Security (TLS) termination (previously known as Secure Sockets Layer (SSL)).
22
26
23
-
This article guides you through the steps to configure a Standard v2 Application Gateway with an ILB using the Azure portal.
27
+
This article guides you through the steps to configure a Standard v1 Application Gateway with an ILB using the Azure portal.
0 commit comments