Skip to content

Commit 47d269b

Browse files
Merge pull request #211750 from shayoniseth/patch-98
Update azure-monitor-agent-data-collection-endpoint.md
2 parents e128279 + 5c7cf5c commit 47d269b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

articles/azure-monitor/agents/azure-monitor-agent-data-collection-endpoint.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,19 @@ The Azure Monitor Agent supports [Azure virtual network service tags](../../virt
1919

2020
## Firewall requirements
2121

22-
| Cloud |Endpoint |Purpose |Port |Direction |Bypass HTTPS inspection|
23-
|------|------|------|---------|--------|--------|
24-
| Azure Commercial |global.handler.control.monitor.azure.com |Access control service|Port 443 |Outbound|Yes |
25-
| Azure Commercial |`<virtual-machine-region-name>`.handler.control.monitor.azure.com |Fetch data collection rules for specific machine |Port 443 |Outbound|Yes |
26-
| Azure Commercial |`<log-analytics-workspace-id>`.ods.opinsights.azure.com |Ingest logs data |Port 443 |Outbound|Yes |
27-
| Azure Commercial | management.azure.com | Only needed if sending time series data (metrics) to Azure Monitor [Custom metrics](../essentials/metrics-custom-overview.md) database | Port 443 | Outbound | Yes |
22+
| Cloud |Endpoint |Purpose |Port |Direction |Bypass HTTPS inspection| Example |
23+
|------|------|------|---------|--------|--------|------|
24+
| Azure Commercial |global.handler.control.monitor.azure.com |Access control service|Port 443 |Outbound|Yes | - |
25+
| Azure Commercial |`<virtual-machine-region-name>`.handler.control.monitor.azure.com |Fetch data collection rules for specific machine |Port 443 |Outbound|Yes | westus2.handler.control.monitor.azure.com |
26+
| Azure Commercial |`<log-analytics-workspace-id>`.ods.opinsights.azure.com |Ingest logs data |Port 443 |Outbound|Yes | 1234a123-aa1a-123a-aaa1-a1a345aa6789.ods.opsinsights.azure.com
27+
| Azure Commercial | management.azure.com | Only needed if sending time series data (metrics) to Azure Monitor [Custom metrics](../essentials/metrics-custom-overview.md) database | Port 443 | Outbound | Yes | - |
28+
| Azure Commercial | `<virtual-machine-region-name>`.monitoring.azure.com | Only needed if sending time series data (metrics) to Azure Monitor [Custom metrics](../essentials/metrics-custom-overview.md) database | Port 443 | Outbound | Yes | westus2.monitoring.azure.com |
2829
| Azure Government | Replace '.com' above with '.us' | Same as above | Same as above | Same as above| Same as above |
2930
| Azure China | Replace '.com' above with '.cn' | Same as above | Same as above | Same as above| Same as above |
3031

31-
If you use private links on the agent, you must also add the [DCE endpoints](../essentials/data-collection-endpoint-overview.md#components-of-a-data-collection-endpoint).
32+
>[!NOTE]
33+
> If you use private links on the agent, you must also add the [DCE endpoints](../essentials/data-collection-endpoint-overview.md#components-of-a-data-collection-endpoint).
34+
> Azure Monitor metrics (custom metrics) preview is not available in Azure Government and Azure China clouds
3235
3336
## Proxy configuration
3437

0 commit comments

Comments
 (0)