Skip to content

Commit 578ee11

Browse files
authored
Merge pull request #283474 from bwren/ci-ampls
Private link with Kubernetes monitoring
2 parents b5cd700 + 5c9255b commit 578ee11

9 files changed

+153
-229
lines changed

.openpublishing.redirection.azure-monitor.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6878,6 +6878,16 @@
68786878
"source_path_from_root": "/articles/azure-monitor/containers/prometheus-authorization-proxy.md",
68796879
"redirect_url": "/previous-versions/azure/azure-monitor/containers/prometheus-authorization-proxy",
68806880
"redirect_document_id": false
6881+
},
6882+
{
6883+
"source_path_from_root": "/articles/azure-monitor/containers/container-insights-private-link.md",
6884+
"redirect_url": "/previous-versions/azure/azure-monitor/containers/kubernetes-monitoring-private-link",
6885+
"redirect_document_id": false
6886+
},
6887+
{
6888+
"source_path_from_root": "/articles/azure-monitor/essentials/private-link-data-ingestion.md",
6889+
"redirect_url": "/previous-versions/azure/azure-monitor/containers/kubernetes-monitoring-private-link",
6890+
"redirect_document_id": false
68816891
}
68826892
]
68836893
}

articles/azure-monitor/containers/container-insights-private-link.md

Lines changed: 0 additions & 142 deletions
This file was deleted.

articles/azure-monitor/containers/kubernetes-monitoring-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Use one of the following methods to enable scraping of Prometheus metrics from y
8080
> If you have a single Azure Monitor Resource that is private-linked, then Prometheus enablement won't work if the AKS cluster and Azure Monitor Workspace are in different regions.
8181
> The configuration needed for the Prometheus add-on isn't available cross region because of the private link constraint.
8282
> To resolve this, create a new DCE in the AKS cluster location and a new DCRA (association) in the same AKS cluster region. Associate the new DCE with the AKS cluster and name the new association (DCRA) as configurationAccessEndpoint.
83-
> For full instructions on how to configure the DCEs associated with your Azure Monitor workspace to use a Private Link for data ingestion, see [Use a private link for Managed Prometheus data ingestion](../essentials/private-link-data-ingestion.md).
83+
> For full instructions on how to configure the DCEs associated with your Azure Monitor workspace to use a Private Link for data ingestion, see [Enable private link for Kubernetes monitoring in Azure Monitor](./kubernetes-monitoring-private-link.md).
8484
8585
### [CLI](#tab/cli)
8686

0 commit comments

Comments
 (0)