Skip to content

Commit 7d2198f

Browse files
committed
acrolinx
1 parent f368aef commit 7d2198f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-monitor/containers/container-insights-optout-hybrid.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: aul
88

99
# Disable Container insights on your hybrid Kubernetes cluster
1010

11-
This article shows how to disable Container insights this for the following Kubernetes environments:
11+
This article shows how to disable Container insights for the following Kubernetes environments:
1212

1313
- AKS Engine on Azure and Azure Stack
1414
- OpenShift version 4 and higher
@@ -27,7 +27,7 @@ The following steps apply to the following environments:
2727
helm list
2828
```
2929
30-
The output will resemble the following:
30+
The output resembles the following:
3131
3232
```
3333
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
@@ -44,7 +44,7 @@ The following steps apply to the following environments:
4444
4545
`helm delete azmon-containers-release-1`
4646
47-
This will remove the release from the cluster. You can verify by running the `helm list` command:
47+
This removes the release from the cluster. You can verify by running the `helm list` command:
4848
4949
```
5050
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
@@ -81,7 +81,7 @@ The configuration change can take a few minutes to complete. Because Helm tracks
8181
```
8282
8383
#### Using service principal
84-
The script *disable-monitoring.ps1* uses the interactive device login. If you prefer non-interactive login, you can use an existing service principal or create a new one that has the required permissions as described in [Prerequisites](container-insights-enable-arc-enabled-clusters.md#prerequisites). To use service principal, you will have to pass $servicePrincipalClientId, $servicePrincipalClientSecret and $tenantId parameters with values of service principal you have intended to use to enable-monitoring.ps1 script.
84+
The script *disable-monitoring.ps1* uses the interactive device login. If you prefer non-interactive login, you can use an existing service principal or create a new one that has the required permissions as described in [Prerequisites](container-insights-enable-arc-enabled-clusters.md#prerequisites). To use service principal, you have to pass $servicePrincipalClientId, $servicePrincipalClientSecret and $tenantId parameters with values of service principal you have intended to use to enable-monitoring.ps1 script.
8585
8686
```powershell
8787
$subscriptionId = "<subscription Id of the Azure Arc-connected cluster resource>"
@@ -134,7 +134,7 @@ For example:
134134
```
135135

136136
#### Using service principal
137-
The bash script *disable-monitoring.sh* uses the interactive device login. If you prefer non-interactive login, you can use an existing service principal or create a new one that has the required permissions as described in [Prerequisites](container-insights-enable-arc-enabled-clusters.md#prerequisites). To use service principal, you will have to pass --client-id, --client-secret and --tenant-id values of service principal you have intended to use to *enable-monitoring.sh* bash script.
137+
The bash script *disable-monitoring.sh* uses the interactive device login. If you prefer non-interactive login, you can use an existing service principal or create a new one that has the required permissions as described in [Prerequisites](container-insights-enable-arc-enabled-clusters.md#prerequisites). To use service principal, you have to pass --client-id, --client-secret and --tenant-id values of service principal you have intended to use to *enable-monitoring.sh* bash script.
138138

139139
```bash
140140
SUBSCRIPTIONID="<subscription Id of the Azure Arc-connected cluster resource>"

0 commit comments

Comments
 (0)