Skip to content

Commit a89d1f7

Browse files
committed
Addressing PR comments
1 parent b3ca1c2 commit a89d1f7

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

articles/azure-monitor/containers/container-insights-enable-arc-enabled-clusters.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -108,23 +108,27 @@ This option uses the following defaults:
108108
- Creates or uses existing default log analytics workspace corresponding to the region of the cluster
109109
- Auto-upgrade is enabled for the Azure Monitor cluster extension
110110
111+
>[!NOTE]
112+
>Managed identity authentication will be default in k8s-extension version 1.43.0 or higher.
113+
>
114+
111115
```azurecli
112116
az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers
113117
```
114118

115119
To use [managed identity authentication](container-insights-onboard.md#authentication), add the `configuration-settings` parameter as in the following:
116120

117-
>[!NOTE]
118-
>Managed identity authentication is not supported for Arc k8s connected clusters with **ARO**.
119-
>
120-
121121
```azurecli
122122
az k8s-extension create --name azuremonitor-containers --cluster-name <cluster-name> --resource-group <resource-group> --cluster-type connectedClusters --extension-type Microsoft.AzureMonitor.Containers --configuration-settings amalogs.useAADAuth=true
123123
```
124124

125-
To create extension instance on **Arc K8S connected clusters with ARO**, you can use the commands below that does not use managed identity. Non-cli onboarding is not supported for Arc K8s connected clusters with **ARO**. Currently, only k8s-extension version 1.3.7 or below is supported.
125+
>[!NOTE]
126+
>Managed identity authentication is not supported for Arc k8s connected clusters with **ARO**.
127+
>
128+
129+
To use legacy/non-managed identity authentication to create extension instance on **Arc K8S connected clusters with ARO**, you can use the commands below that does not use managed identity. Non-cli onboarding is not supported for Arc K8s connected clusters with **ARO**. Currently, only k8s-extension version 1.3.7 or below is supported.
126130

127-
If you are using k8s-extension version above 1.3.7, downgrade the version
131+
If you are using k8s-extension version above 1.3.7, downgrade the version.
128132

129133
```azurecli
130134
az extension remove --name k8s-extension

0 commit comments

Comments
 (0)