Skip to content

Commit e621b54

Browse files
committed
header fixes
1 parent 7bce5d5 commit e621b54

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

articles/azure-monitor/containers/container-insights-private-link.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article describes how to configure Container insights to use Azure Private
1616
### [CLI](#tab/cli)
1717

1818

19-
### Pre-requisites
19+
### Prerequisites
2020
- Azure CLI version 2.61.0 or higher.
2121
- Azure Monitor Private Link Scope (AMPLS)
2222

@@ -47,7 +47,7 @@ Example:
4747
az aks enable-addons --addon monitoring --name "my-cluster" --resource-group "my-resource-group" --workspace-resource-id "/subscriptions/my-subscription/resourceGroups/my-resource-group/providers/Microsoft.OperationalInsights/workspaces/my-workspace" --ampls-resource-id "/subscriptions/my-subscription /resourceGroups/ my-resource-group/providers/microsoft.insights/privatelinkscopes/my-ampls-resource"
4848
```
4949

50-
## New AKS cluster
50+
### New AKS cluster
5151

5252
```azurecli
5353
az aks create --resource-group rgName --name clusterName --enable-addons monitoring --workspace-resource-id "workspaceResourceId" --ampls-resource-id "azure-monitor-private-link-scope-resource-id"
@@ -74,10 +74,13 @@ Edit the values in the parameter file and deploy the template using any valid me
7474

7575
### AKS cluster
7676

77-
- Template file: https://aka.ms/aks-enable-monitoring-msi-onboarding-template-file
78-
- Parameter file: https://aka.ms/aks-enable-monitoring-msi-onboarding-template-parameter-file
77+
**Template file:**
78+
https://aka.ms/aks-enable-monitoring-msi-onboarding-template-file
79+
80+
81+
**Parameter file:**
82+
https://aka.ms/aks-enable-monitoring-msi-onboarding-template-parameter-file
7983

80-
The following table describes each of the the parameters in the parameter file for AKS.
8184

8285
| Parameter | Description |
8386
|:---|:---|
@@ -91,8 +94,12 @@ The following table describes each of the the parameters in the parameter file f
9194

9295
### Arc-enabled Kubernetes cluster
9396

94-
- Template file: https://aka.ms/arc-k8s-azmon-extension-msi-arm-template
95-
- Parameter file: https://aka.ms/arc-k8s-azmon-extension-msi-arm-template-params
97+
**Template file:**
98+
https://aka.ms/arc-k8s-azmon-extension-msi-arm-template
99+
100+
101+
**Parameter file:**
102+
https://aka.ms/arc-k8s-azmon-extension-msi-arm-template-params
96103

97104
| Parameter | Description |
98105
|:---|:---|
@@ -105,6 +112,7 @@ The following table describes each of the the parameters in the parameter file f
105112
| `useAzureMonitorPrivateLinkScope` | Boolean flag to indicate whether Azure Monitor link scope is used or not. |
106113
| `azureMonitorPrivateLinkScopeResourceId` | Resource ID of the Azure Monitor Private link scope. This only used if `useAzureMonitorPrivateLinkScope` is set to **true**. |
107114

115+
---
108116

109117
## Cluster using legacy authentication
110118
Use the following procedures to enable network isolation by connecting your cluster to the Log Analytics workspace using [Azure Private Link](../logs/private-link-security.md) if your cluster is not using managed identity authentication. This requires a [private AKS cluster](../../aks/private-clusters.md).
@@ -133,7 +141,7 @@ Use the following procedures to enable network isolation by connecting your clus
133141
az aks enable-addons -a monitoring --resource-group <AKSClusterResourceGorup> --name <AKSClusterName> --workspace-resource-id <workspace-resource-id>
134142
```
135143
136-
---
144+
137145
138146
## Next steps
139147

0 commit comments

Comments
 (0)