Skip to content

Commit 22de3f6

Browse files
authored
Error fixes
1 parent 5f72f5b commit 22de3f6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/containers/container-insights-authentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For existing clusters, you can switch to Managed Identity authentication from th
2424

2525
:::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":::
2626

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.
2828

2929
## [Azure CLI](#tab/cli)
3030

@@ -90,13 +90,13 @@ az account set --subscription "Subscription Name"
9090
az deployment group create --resource-group <ClusterResourceGroupName> --template-file ./existingClusterOnboarding.bicep --parameters ./existingClusterParam.json
9191
```
9292

93-
For new aks cluster:
93+
For new AKS cluster:
9494
Replace and use the managed cluster resources in this [guide](https://learn.microsoft.com/azure/aks/learn/quick-kubernetes-deploy-bicep?tabs=azure-cli)
9595

9696

9797
## [Terraform](#tab/terraform)
9898

99-
**Enable Monitoring with MSI without syslog for new aks cluster**
99+
**Enable Monitoring with MSI without syslog for new AKS cluster**
100100

101101
1. Download Terraform template for enable monitoring msi with syslog enabled:
102102
https://aka.ms/enable-monitoring-msi-terraform
@@ -113,7 +113,7 @@ https://aka.ms/enable-monitoring-msi-terraform
113113
5. Run `terraform plan -out main.tfplan` to initialize the Terraform deployment.
114114
6. Run `terraform apply main.tfplan` to apply the execution plan to your cloud infrastructure.
115115

116-
**Enable Monitoring with MSI with syslog for new aks cluster**
116+
**Enable Monitoring with MSI with syslog for new AKS cluster**
117117
1. Download Terraform template for enable monitoring msi with syslog enabled:
118118
https://aka.ms/enable-monitoring-msi-syslog-terraform
119119
2. Adjust the azurerm_kubernetes_cluster resource in main.tf based on what cluster settings you're going to have
@@ -129,7 +129,7 @@ https://aka.ms/enable-monitoring-msi-syslog-terraform
129129
5. Run `terraform plan -out main.tfplan` to initialize the Terraform deployment.
130130
6. Run `terraform apply main.tfplan` to apply the execution plan to your cloud infrastructure.
131131

132-
**Enable Monitoring with MSI for existing aks cluster:**
132+
**Enable Monitoring with MSI for existing AKS cluster:**
133133
1. Import the existing cluster resource first with this command: ` terraform import azurerm_kubernetes_cluster.k8s <aksResourceId>`
134134
2. Add the oms_agent add-on profile to the existing azurerm_kubernetes_cluster resource.
135135
```

0 commit comments

Comments
 (0)