Skip to content

Commit 0a013c1

Browse files
Merge pull request #237201 from EdB-MSFT/update-private-link
additions for Prometheus GA
2 parents 1bffcfa + 653d396 commit 0a013c1

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

articles/azure-monitor/logs/private-link-design.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
22
title: Design your Azure Private Link setup
3-
description: This article shows how to design your Azure Private Link setup.
3+
description: This article shows how to design your Azure Private Link setup
4+
ms.author: guywild
5+
author: guywi-ms
46
ms.reviewer: noakuper
57
ms.topic: conceptual
6-
ms.date: 12/14/2022
8+
ms.date: 05/07/2023
79
---
810

911
# Design your Azure Private Link setup
@@ -176,6 +178,10 @@ We've identified the following products and experiences query workspaces through
176178
> * VM Insights
177179
> * Container Insights
178180
181+
## Managed Prometheus considerations
182+
* Private Link ingestion settings are made using AMPLS and settings on the Data Collection Endpoints (DCEs) that reference the Azure Monitor workspace used to store your Prometheus metrics.
183+
* Private Link query settings are made directly on the Azure Monitor workspace used to store your Prometheus metrics and aren't handled via AMPLS.
184+
179185
## Requirements
180186

181187
Note the following requirements.

articles/azure-monitor/logs/private-link-security.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ When you configure Private Link even for a single resource, traffic to the follo
5454
> [!IMPORTANT]
5555
> Creating a private link affects traffic to *all* monitoring resources, not only resources in your AMPLS. Effectively, it will cause all query requests and ingestion to Application Insights components to go through private IPs. It doesn't mean the private link validation applies to all these requests.</br>
5656
>
57-
>Resources not added to the AMPLS can only be reached if the AMPLS access mode is Open and the target resource accepts traffic from public networks. When you use the private IP, *private link validations don't apply to resources not in the AMPLS*. To learn more, see [Private Link access modes](#private-link-access-modes-private-only-vs-open).
57+
> Resources not added to the AMPLS can only be reached if the AMPLS access mode is Open and the target resource accepts traffic from public networks. When you use the private IP, *private link validations don't apply to resources not in the AMPLS*. To learn more, see [Private Link access modes](#private-link-access-modes-private-only-vs-open).
58+
>
59+
> Private Link settings for Managed Prometheus and ingesting data into your Azure Monitor workspace are configured on the Data Collection Endpoints for the referenced resource. Settings for querying your Azure Monitor workspace over Private Link are made directly on the Azure Monitor workspace and are not handled via AMPLS.
5860
5961
### Resource-specific endpoints
6062
Log Analytics endpoints are workspace specific, except for the query endpoint discussed earlier. As a result, adding a specific Log Analytics workspace to the AMPLS will send ingestion requests to this workspace over the private link. Ingestion to other workspaces will continue to use the public endpoints.

0 commit comments

Comments
 (0)