You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -105,6 +112,7 @@ The following table describes each of the the parameters in the parameter file f
105
112
|`useAzureMonitorPrivateLinkScope`| Boolean flag to indicate whether Azure Monitor link scope is used or not. |
106
113
|`azureMonitorPrivateLinkScopeResourceId`| Resource ID of the Azure Monitor Private link scope. This only used if `useAzureMonitorPrivateLinkScope` is set to **true**. |
107
114
115
+
---
108
116
109
117
## Cluster using legacy authentication
110
118
Use the following procedures to enable network isolation by connecting your cluster to the Log Analytics workspace using [Azure Private Link](../logs/private-link-security.md) if your cluster is not using managed identity authentication. This requires a [private AKS cluster](../../aks/private-clusters.md).
@@ -133,7 +141,7 @@ Use the following procedures to enable network isolation by connecting your clus
133
141
az aks enable-addons -a monitoring --resource-group <AKSClusterResourceGorup> --name <AKSClusterName> --workspace-resource-id <workspace-resource-id>
0 commit comments