Skip to content

Commit 77acbd9

Browse files
authored
Merge pull request #291966 from TimShererWithAquent/MonitorH-05
Azure Private Link: Azure Monitor horizontals
2 parents d6457b1 + 1c5f49b commit 77acbd9

File tree

3 files changed

+87
-0
lines changed

3 files changed

+87
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
---
2+
title: Monitoring data reference for Azure Private Link
3+
description: This article contains important reference material you need when you monitor Azure Private Link by using Azure Monitor.
4+
ms.date: 12/16/2024
5+
ms.custom: horz-monitor
6+
ms.topic: reference
7+
author: AbdullahBell
8+
ms.author: abell
9+
ms.service: azure-private-link
10+
---
11+
12+
# Azure Private Link monitoring data reference
13+
14+
[!INCLUDE [horz-monitor-ref-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-intro.md)]
15+
16+
See [Monitor Azure Private Link](monitor-private-link.md) for details on the data you can collect for Private Link and how to use it.
17+
18+
[!INCLUDE [horz-monitor-ref-metrics-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-intro.md)]
19+
20+
### Supported metrics for Microsoft.Network/privateLinkServices
21+
22+
The following table lists the metrics available for the Microsoft.Network/privateLinkServices resource type.
23+
[!INCLUDE [horz-monitor-ref-metrics-tableheader](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-tableheader.md)]
24+
25+
[!INCLUDE [<ResourceType/namespace>](~/reusable-content/ce-skilling/azure/includes/azure-monitor/reference/metrics/microsoft-network-privatelinkservices-metrics-include.md)]
26+
27+
[!INCLUDE [horz-monitor-ref-metrics-dimensions-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions-intro.md)]
28+
29+
[!INCLUDE [horz-monitor-ref-metrics-dimensions](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions.md)]
30+
31+
- PrivateLinkServiceIPAddress
32+
33+
[!INCLUDE [horz-monitor-ref-activity-log](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-activity-log.md)]
34+
35+
- [Microsoft.Networking resource provider operations](/azure/role-based-access-control/resource-provider-operations#networking)
36+
37+
## Related content
38+
39+
- See [Monitor Azure Private Link](monitor-private-link.md) for a description of monitoring Private Link.
40+
- See [Monitor Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource) for details on monitoring Azure resources.
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Monitor Azure Private Link
3+
description: Learn how to monitor Azure Private Link using Azure Monitor, including data collection, analysis, and alerting.
4+
ms.date: 12/16/2024
5+
ms.custom: horz-monitor
6+
ms.topic: conceptual
7+
author: AbdullahBell
8+
ms.author: abell
9+
ms.service: azure-private-link
10+
---
11+
12+
# Monitor Azure Private Link
13+
14+
[!INCLUDE [azmon-horz-intro](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/azmon-horz-intro.md)]
15+
16+
## Collect data with Azure Monitor
17+
18+
This table describes how you can collect data to monitor your service, and what you can do with the data once collected:
19+
20+
|Data to collect|Description|How to collect and route the data|Where to view the data|Supported data|
21+
|---------|---------|---------|---------|---------|
22+
|Metric data|Metrics are numerical values that describe an aspect of a system at a particular point in time. Metrics can be aggregated using algorithms, compared to other metrics, and analyzed for trends over time.|- Collected automatically at regular intervals.</br> - You can route some platform metrics to a Log Analytics workspace to query with other data. Check the **DS export** setting for each metric to see if you can use a diagnostic setting to route the metric data.|[Metrics explorer](/azure/azure-monitor/essentials/metrics-getting-started)| [Private Link metrics supported by Azure Monitor](monitor-private-link-reference.md#metrics)|
23+
|Resource log data|Logs are recorded system events with a timestamp. Logs can contain different types of data, and be structured or free-form text. You can route resource log data to Log Analytics workspaces for querying and analysis.|[Create a diagnostic setting](/azure/azure-monitor/essentials/create-diagnostic-settings) to collect and route resource log data.| [Log Analytics](/azure/azure-monitor/learn/quick-create-workspace)| |
24+
|Activity log data|The Azure Monitor activity log provides insight into subscription-level events. The activity log includes information like when a resource is modified or a virtual machine is started.|- Collected automatically.</br> - [Create a diagnostic setting](/azure/azure-monitor/essentials/create-diagnostic-settings) to a Log Analytics workspace at no charge.|[Activity log](/azure/azure-monitor/essentials/activity-log)| |
25+
26+
[!INCLUDE [azmon-horz-supported-data](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/azmon-horz-supported-data.md)]
27+
28+
[!INCLUDE [azmon-horz-tools](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/azmon-horz-tools.md)]
29+
30+
[!INCLUDE [azmon-horz-export-data](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/azmon-horz-export-data.md)]
31+
32+
[!INCLUDE [azmon-horz-kusto](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/azmon-horz-kusto.md)]
33+
34+
[!INCLUDE [azmon-horz-alerts-part-one](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/azmon-horz-alerts-part-one.md)]
35+
36+
[!INCLUDE [azmon-horz-alerts-part-two](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/azmon-horz-alerts-part-two.md)]
37+
38+
[!INCLUDE [azmon-horz-advisor](~/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/azmon-horz-advisor.md)]
39+
40+
## Related content
41+
42+
- [Azure Private Link monitoring data reference](monitor-private-link-reference.md)
43+
- [Monitoring Azure resources with Azure Monitor](/azure/azure-monitor/essentials/monitor-azure-resource)

articles/private-link/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@
9797
href: how-to-approve-private-link-cross-subscription.md
9898
- name: Configure an application security group
9999
href: configure-asg-private-endpoint.md
100+
- name: Monitor Private Link
101+
href: monitor-private-link.md
100102
- name: Export private endpoint DNS records
101103
href: private-endpoint-export-dns.md
102104
- name: Manage network policies for private endpoints
@@ -131,6 +133,8 @@
131133
href: /rest/api/virtualnetwork/privateendpoints
132134
- name: Resource Manager template
133135
href: /azure/templates/microsoft.network/allversions
136+
- name: Monitoring data reference
137+
href: monitor-private-link-reference.md
134138
- name: Code samples
135139
href: https://azure.microsoft.com/resources/samples/?service=virtual-network
136140
- Name: Network security perimeter

0 commit comments

Comments
 (0)