Skip to content

Commit f4795bc

Browse files
Merge pull request #216900 from JackStromberg/patch-87
Making statement more generic to support
2 parents 02ca998 + c2d0196 commit f4795bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/private-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: conceptual
8-
ms.date: 05/09/2022
8+
ms.date: 11/02/2022
99
ms.author: greglin
1010

1111
---
@@ -15,7 +15,7 @@ ms.author: greglin
1515
Today, you can deploy your critical workloads securely behind Application Gateway, gaining the flexibility of Layer 7 load balancing features. Access to the backend workloads is possible in two ways:
1616

1717
- Public IP address - your workloads are accessible over the Internet.
18-
- Private IP address- your workloads are accessible via a private IP address, but within the same VNet as the Application Gateway.
18+
- Private IP address- your workloads are accessible privately via your virtual network / connected networks
1919

2020
Private Link for Application Gateway allows you to connect workloads over a private connection spanning across VNets and subscriptions. When configured, a private endpoint will be placed into a defined virtual network's subnet, providing a private IP address for clients looking to communicate to the gateway. For a list of other PaaS services that support Private Link functionality, see [What is Azure Private Link?](../private-link/private-link-overview.md).
2121

0 commit comments

Comments
 (0)