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/private-link.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: application-gateway
5
5
author: mbender-ms
6
6
ms.service: azure-application-gateway
7
7
ms.topic: concept-article
8
-
ms.date: 06/06/2023
8
+
ms.date: 01/21/2026
9
9
ms.author: mbender
10
10
11
11
# Customer intent: "As a network administrator, I want to implement Private Link for Application Gateway, so that I can securely connect my workloads over a private network while maintaining the benefits of Layer 7 load balancing."
@@ -53,6 +53,16 @@ Four components are required to implement Private Link with Application Gateway:
53
53
54
54
A connection on Application Gateway originated by Private Endpoints. You can autoapprove, manually approve, or reject connections to grant or deny access.
55
55
56
+
## Pricing
57
+
58
+
| Component | Service Provider/Private Link (Application Gateway resource owner) | Consumer/Private Endpoint |
59
+
| ---------- | ---------- | ---------- |
60
+
|**Private link service**| No charges | Not applicable |
61
+
|**Private endpoint**| Not applicable |[Billed as per Private Link](https://azure.microsoft.com/pricing/details/private-link/#pricing)|
62
+
|**Data processing (Bi-directional)**| No charges |[Billed as per Private Link](https://azure.microsoft.com/pricing/details/private-link/#pricing)|
63
+
|**Data transfers**|[Billed as per Bandwidth](https://azure.microsoft.com/pricing/details/bandwidth/#pricing)|[Billed as per Bandwidth](https://azure.microsoft.com/pricing/details/bandwidth/#pricing)|
64
+
65
+
56
66
## Limitations
57
67
- API version 2020-03-01 or later should be used to configure Private Link configurations.
58
68
- Static IP allocation method in the Private Link Configuration object isn't supported.
0 commit comments