Skip to content

Commit 8d90f87

Browse files
committed
polish
1 parent 4c0746a commit 8d90f87

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article describes how to configure Container insights to use Azure Private
1818

1919
### Download and install template
2020

21-
1. Download and edit ARM template and parameter file
21+
1. Download ARM template and parameter file:
2222

2323
**AKS cluster**
2424
- Template file: https://aka.ms/aks-enable-monitoring-msi-onboarding-template-file
@@ -28,18 +28,18 @@ This article describes how to configure Container insights to use Azure Private
2828
- Template file: https://aka.ms/arc-k8s-azmon-extension-msi-arm-template
2929
- Parameter file: https://aka.ms/arc-k8s-azmon-extension-msi-arm-template-params
3030

31-
2. Edit the following values in the parameter file. Retrieve the resource ID of the resources from the JSON View of their Overview page.
31+
2. Edit the following values in the parameter file. Retrieve the **resource ID** of the resources from the **JSON** View of their **Overview** page.
3232

3333
| Parameter | Description |
3434
|:---|:---|
35-
| AKS: `aksResourceId`<br>Arc: `clusterResourceId` | Resource ID of the cluster |
36-
| AKS: `aksResourceLocation`<br>Arc: `clusterRegion` | Azure Region of the Cluster |
37-
| AKS: `workspaceResourceId`<br>Arc: `workspaceResourceId` | Resource ID of the Azure Log Analytics workspace. |
35+
| AKS: `aksResourceId`<br>Arc: `clusterResourceId` | Resource ID of the cluster. |
36+
| AKS: `aksResourceLocation`<br>Arc: `clusterRegion` | Azure Region of the cluster. |
37+
| AKS: `workspaceResourceId`<br>Arc: `workspaceResourceId` | Resource ID of the Log Analytics workspace. |
3838
| AKS: `workspaceRegion`<br>Arc: `workspaceRegion` | Region of the Log Analytics workspace. |
39-
| Arc: `workspaceDomain` | Domain of the Log Analytics workspace.<br>`opinsights.azure.com` for Azure public cloud<br>`opinsights.azure.us` for AzureUSGovernment<br>`opinsights.azure.cn` for Azure China Cloud |
40-
| AKS: `resourceTagValues` | Tag values specified for the existing Container insights extension data collection rule (DCR) of the cluster and the name of the DCR. The name will be MSCI-\<clusterName\>-\<clusterRegion\> and this resource created in an AKS clusters resource group. For first time onboarding, you can set arbitrary tag values. |
41-
| AKS: `useAzureMonitorPrivateLinkScope`<br>Arc:`useAzureMonitorPrivateLinkScope` | Boolean flag to indicate Azure Monitor link scope to used or not |
42-
| AKS: `azureMonitorPrivateLinkScopeResourceId`<br>Arc: `azureMonitorPrivateLinkScopeResourceId` | Resource ID of the Azure Monitor Private link scope. This only used if the useAzureMonitorPrivateLinkScope set to true. |
39+
| Arc: `workspaceDomain` | Domain of the Log Analytics workspace:<br>`opinsights.azure.com` for Azure public cloud<br>`opinsights.azure.us` for Azure US Government<br>`opinsights.azure.cn` for Azure China Cloud |
40+
| AKS: `resourceTagValues` | Tag values specified for the existing Container insights extension data collection rule (DCR) of the cluster and the name of the DCR. The name will be MSCI-\<clusterName\>-\<clusterRegion\>, and this resource created in an AKS clusters resource group. For first time onboarding, you can set arbitrary tag values. |
41+
| AKS: `useAzureMonitorPrivateLinkScope`<br>Arc: `useAzureMonitorPrivateLinkScope` | Boolean flag to indicate whether Azure Monitor link scope is used or not. |
42+
| AKS: `azureMonitorPrivateLinkScopeResourceId`<br>Arc: `azureMonitorPrivateLinkScopeResourceId` | Resource ID of the Azure Monitor Private link scope. This only used if `useAzureMonitorPrivateLinkScope` is set to **true**. |
4343

4444
Based on your requirements, you can configure other parameters such `streams`, `enableContainerLogV2`, `enableSyslog`, `syslogLevels`, `syslogFacilities`, `dataCollectionInterval`, `namespaceFilteringModeForDataCollection` and `namespacesForDataCollection`.
4545

0 commit comments

Comments
 (0)