Skip to content

Commit 07ed05f

Browse files
authored
Merge pull request #51982 from cblackuk/fix-code-block-container-insights-hybrid-setup
add correct code block
2 parents 4909df8 + ae84876 commit 07ed05f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/insights/container-insights-hybrid-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Before you start, make sure that you have the following:
3434
|*.blob.core.windows.net |Port 443 |
3535
|*.dc.services.visualstudio.com |Port 443 |
3636

37-
* The containerized agent requires Kubelets `cAdvisor secure port: 10250` or `unsecure port :10255` to be opened on all nodes in the cluster to collect performance metrics. We recommend you configure `secure port: 10250` on the Kubelets cAdvisor if its not configured already.
37+
* The containerized agent requires Kubelet's `cAdvisor secure port: 10250` or `unsecure port :10255` to be opened on all nodes in the cluster to collect performance metrics. We recommend you configure `secure port: 10250` on the Kubelet's cAdvisor if it's not configured already.
3838

3939
* The containerized agent requires the following environmental variables to be specified on the container in order to communicate with the Kubernetes API service within the cluster to collect inventory data - `KUBERNETES_SERVICE_HOST` and `KUBERNETES_PORT_443_TCP_PORT`.
4040

@@ -102,7 +102,7 @@ To first identify the full resource ID of your Log Analytics workspace required
102102
103103
3. The following example displays the list of workspaces in your subscriptions in the default JSON format.
104104
105-
```
105+
```azurecli
106106
az resource list --resource-type Microsoft.OperationalInsights/workspaces -o json
107107
```
108108

0 commit comments

Comments
 (0)