Skip to content

Commit 26124bf

Browse files
authored
Update container-insights-private-link.md
1 parent 58b8aa6 commit 26124bf

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

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

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,18 @@ ms.reviewer: aul
1010
# Enable private link with Container insights
1111
This article describes how to configure Container insights to use Azure Private Link for your AKS cluster.
1212

13+
## Prerequisites
14+
- Create an Azure Monitor Private Link Scope (AMPLS) following the guidance in [Configure your private link](../logs/private-link-configure.md).
15+
- Configure network isolation on your Log Analytics workspace to disable ingestion for the public networks. Isolate log queries if you want them to be restricted to Private network.
1316

1417
## Cluster using managed identity authentication
1518

1619
### [CLI](#tab/cli)
1720

18-
1921
### Prerequisites
2022
- Azure CLI version 2.63.0 or higher.
21-
2223
- AKS-preview CLI extension version MUST be 7.0.0b4 or higher if there is an AKS-preview CLI extension installed.
2324

24-
- Create an Azure Monitor Private Link Scope (AMPLS) following the guidance in [Configure your private link](../logs/private-link-configure.md).
25-
26-
27-
- Configure network isolation on your Log Analytics workspace to disable ingestion for the public networks. Isolate log queries if you want them to be restricted to Private network.
2825

2926
### Existing AKS Cluster
3027

@@ -74,7 +71,6 @@ Edit the values in the parameter file and deploy the template using any valid me
7471
Based on your requirements, you can configure other parameters such `streams`, `enableContainerLogV2`, `enableSyslog`, `syslogLevels`, `syslogFacilities`, `dataCollectionInterval`, `namespaceFilteringModeForDataCollection` and `namespacesForDataCollection`.
7572

7673
### Prerequisites
77-
- Create an Azure Monitor Private Link Scope (AMPLS) following the guidance in [Configure your private link](../logs/private-link-configure.md).
7874
- The template must be deployed in the same resource group as the cluster.
7975

8076
### AKS cluster

0 commit comments

Comments
 (0)