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-optout-hybrid.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
@@ -8,7 +8,7 @@ ms.reviewer: aul
8
8
9
9
# Disable Container insights on your hybrid Kubernetes cluster
10
10
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:
12
12
13
13
- AKS Engine on Azure and Azure Stack
14
14
- OpenShift version 4 and higher
@@ -27,7 +27,7 @@ The following steps apply to the following environments:
27
27
helm list
28
28
```
29
29
30
-
The output will resemble the following:
30
+
The output resembles the following:
31
31
32
32
```
33
33
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
@@ -44,7 +44,7 @@ The following steps apply to the following environments:
44
44
45
45
`helm delete azmon-containers-release-1`
46
46
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:
48
48
49
49
```
50
50
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
81
81
```
82
82
83
83
#### 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.
85
85
86
86
```powershell
87
87
$subscriptionId = "<subscription Id of the Azure Arc-connected cluster resource>"
@@ -134,7 +134,7 @@ For example:
134
134
```
135
135
136
136
#### 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.
138
138
139
139
```bash
140
140
SUBSCRIPTIONID="<subscription Id of the Azure Arc-connected cluster resource>"
0 commit comments