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
Copy file name to clipboardExpand all lines: articles/azure-monitor/containers/container-insights-authentication.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ For existing clusters, you can switch to Managed Identity authentication from th
24
24
25
25
:::image type="content" source="./media/container-insights-authentication/monitor-settings.png" alt-text="Screenshot that shows the settings panel." lightbox="media/container-insights-authentication/monitor-settings.png":::
26
26
27
-
If you don't see the *Use managed identity* option, you are using an SPN clusters. In that case, you must use command line tools to migrate. See other tabs for migration instructions and templates.
27
+
If you don't see the *Use managed identity* option, you are using an SPN cluster. In that case, you must use command line tools to migrate. See other tabs for migration instructions and templates.
28
28
29
29
## [Azure CLI](#tab/cli)
30
30
@@ -90,13 +90,13 @@ az account set --subscription "Subscription Name"
90
90
az deployment group create --resource-group <ClusterResourceGroupName> --template-file ./existingClusterOnboarding.bicep --parameters ./existingClusterParam.json
91
91
```
92
92
93
-
For new aks cluster:
93
+
For new AKS cluster:
94
94
Replace and use the managed cluster resources in this [guide](https://learn.microsoft.com/azure/aks/learn/quick-kubernetes-deploy-bicep?tabs=azure-cli)
95
95
96
96
97
97
## [Terraform](#tab/terraform)
98
98
99
-
**Enable Monitoring with MSI without syslog for new aks cluster**
99
+
**Enable Monitoring with MSI without syslog for new AKS cluster**
100
100
101
101
1. Download Terraform template for enable monitoring msi with syslog enabled:
0 commit comments