Skip to content

Commit f40ccf0

Browse files
authored
Merge pull request #197124 from Nickomang/aks-pr-cleanup-3
Updated HTTP proxy add-on configuration
2 parents ab888cc + ea53d06 commit f40ccf0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

articles/aks/http-proxy.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,20 +143,18 @@ For example, assuming a new file has been created with the base64 encoded string
143143
az aks update -n $clusterName -g $resourceGroup --http-proxy-config aks-proxy-config-2.json
144144
```
145145

146-
## Monitoring Addon Configurations
146+
## Monitoring add-on configuration
147147

148-
Below list the supported and not supported configuration for the monitoring addon.
149-
150-
Supported configuration(s)
148+
When using the HTTP proxy with the Monitoring add-on, the following configurations are supported:
151149

152150
- Outbound proxy without authentication
153151
- Outbound proxy with username & password authentication
154152
- Outbound proxy with trusted cert for Log Analytics endpoint
155153

156-
Not supported configuration(s)
154+
The following configurations are not supported:
157155

158-
- Custom Metrics and Recommended alerts feature are not supported in Proxy with trusted cert
159-
- Outbound proxy support with Azure Monitor Private Link Scope (AMPLS)
156+
- The Custom Metrics and Recommended Alerts features are not supported when using proxy with trusted cert
157+
- Outbound proxy is not supported with Azure Monitor Private Link Scope (AMPLS)
160158

161159
## Next steps
162160
- For more on the network requirements of AKS clusters, see [control egress traffic for cluster nodes in AKS][aks-egress].

0 commit comments

Comments
 (0)