Skip to content

Commit 2f5a37c

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into us543898-nat-ip-v2-preview-remove
merge .
2 parents bab0942 + 9e0854d commit 2f5a37c

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

articles/application-gateway/private-link.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: mbender-ms
66
ms.service: azure-application-gateway
77
ms.topic: concept-article
8-
ms.date: 06/06/2023
8+
ms.date: 01/21/2026
99
ms.author: mbender
1010

1111
# 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:
5353

5454
A connection on Application Gateway originated by Private Endpoints. You can autoapprove, manually approve, or reject connections to grant or deny access.
5555

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+
5666
## Limitations
5767
- API version 2020-03-01 or later should be used to configure Private Link configurations.
5868
- Static IP allocation method in the Private Link Configuration object isn't supported.

articles/network-watcher/frequently-asked-questions.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,12 @@ sections:
389389
answer: |
390390
Traffic analytics is metered. The metering is based on processing of raw flow log data by the service. For more information, see [Network Watcher pricing](https://azure.microsoft.com/pricing/details/network-watcher/).
391391
Enhanced logs ingested in Log Analytics workspace can be retained at no charge for up to first 31 days (or 90 days if Microsoft Sentinel is enabled on the workspace). For more information, see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
392-
392+
393+
- question: |
394+
Why do I see additional storage transactions when NSG flow logs and Traffic Analytics are enabled?
395+
answer: |
396+
When NSG flow logs are enabled, flow log records are written to the configured Azure Storage account. To generate Traffic Analytics insights, Azure Network Watcher performs backend read operations on this stored data to process, aggregate, and enrich flow log records. These backend storage interactions are required for analytics functionality and occur even if you do not actively query the data. You can control the overall cost impact by adjusting flow log scope, retention, and whether Traffic Analytics is enabled.
397+
393398
- question: |
394399
How frequently does traffic analytics process data?
395400
answer: |

0 commit comments

Comments
 (0)