Skip to content

Commit 6c1f510

Browse files
Merge pull request #284021 from bwren/docs-editor/container-insights-private-lin-1723121541
Update container-insights-private-link.md
2 parents 8011163 + 26124bf commit 6c1f510

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ 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
20-
- Azure CLI version 2.61.0 or higher.
21-
- Create an Azure Monitor Private Link Scope (AMPLS) following the guidance in [Configure your private link](../logs/private-link-configure.md).
22+
- Azure CLI version 2.63.0 or higher.
23+
- AKS-preview CLI extension version MUST be 7.0.0b4 or higher if there is an AKS-preview CLI extension installed.
2224

2325

2426
### Existing AKS Cluster
@@ -69,7 +71,6 @@ Edit the values in the parameter file and deploy the template using any valid me
6971
Based on your requirements, you can configure other parameters such `streams`, `enableContainerLogV2`, `enableSyslog`, `syslogLevels`, `syslogFacilities`, `dataCollectionInterval`, `namespaceFilteringModeForDataCollection` and `namespacesForDataCollection`.
7072

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

7576
### AKS cluster

0 commit comments

Comments
 (0)