Skip to content

Commit b05fe78

Browse files
Merge pull request #228599 from austonli/patch-30
redirecting instructions to AzMon article from ARO to Arc
2 parents 794ffa3 + e3dcaec commit b05fe78

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

articles/openshift/howto-restrict-egress.md

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -68,28 +68,9 @@ In OpenShift Container Platform, customers can opt out of reporting health and u
6868

6969
## ARO integrations
7070

71-
### Azure Monitor for containers
71+
### Azure Monitor container insights
7272

73-
There are two options to provide access to Azure Monitor for containers, you may allow the Azure Monitor [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) **or** provide access to the required FQDN/Application Rules. Here are the [instructions](../azure-monitor/containers/container-insights-azure-redhat4-setup.md) on how to add Azure Monitor to your existing ARO cluster.
74-
75-
#### Required network rules
76-
77-
The following FQDN / application rules are required:
78-
79-
| Destination Endpoint | Protocol | Port | Use |
80-
|----------------------------------------------------------------------------------|----------|---------|------|
81-
| [ServiceTag](../virtual-network/service-tags-overview.md#available-service-tags) - **`AzureMonitor:443`** | TCP | 443 | This endpoint is used to send metrics data and logs to Azure Monitor and Log Analytics. |
82-
83-
#### Required FQDN / application rules
84-
85-
The following FQDN / application rules are required for ARO clusters that have the Azure Monitor for containers enabled:
86-
87-
| FQDN | Port | Use |
88-
|-----------------------------------------|-----------|----------|
89-
| **`dc.services.visualstudio.com`** | **`HTTPS:443`** | This endpoint is used for metrics and monitoring telemetry using Azure Monitor. |
90-
| **`*.ods.opinsights.azure.com`** | **`HTTPS:443`** | This endpoint is used by Azure Monitor for ingesting log analytics data. |
91-
| **`*.oms.opinsights.azure.com`** | **`HTTPS:443`** | This endpoint is used by omsagent, which is used to authenticate the log analytics service. |
92-
| **`*.monitoring.azure.com`** | **`HTTPS:443`** | This endpoint is used to send metrics data to Azure Monitor. |
73+
ARO clusters can be monitored using the Azure Monitor container insights extension. Review the pre-requisites and instructions for [enabling the extension](../azure-monitor/containers/container-insights-enable-arc-enabled-clusters.md).
9374

9475

9576
## Private ARO cluster setup

0 commit comments

Comments
 (0)