Skip to content

Commit c33305d

Browse files
committed
added migration
1 parent 3130df4 commit c33305d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/azure-monitor/containers/container-insights-high-scale.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ az aks create -g <cluster-name> -n <cluster-name> enable-addons -a monitoring --
114114

115115
See [Create a private Azure Kubernetes Service (AKS) cluster](/azure/aks/private-clusters?tabs=azure-portal) for details on creating an AKS Private cluster. Use the additional parameters `--enable-high-scale-mode` and `--ampls-resource-id` to configure high log scale mode with Azure Monitor Private Link Scope Resource ID.
116116

117+
## Migration
118+
If Container insights is already enabled for your cluster, then you need to disable it and then re-enable it with high scale mode.
119+
120+
- Since high scale mode uses a different data pipeline, you must ensure that pipeline endpoints are not blocked by a firewall or other network connections.
121+
- High scale mode uses a different DCR for data collection. If you've created any DCRs that use *Microsoft.ContainerLogV2*, you must replace this with *Microsoft.ContainerLogV2-HighScale* or data will be duplicated.
117122

118123

119124
## Next steps

0 commit comments

Comments
 (0)