You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/agents/azure-monitor-agent-overview.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Overview of the Azure Monitor agent, which collects monitoring data
4
4
ms.topic: conceptual
5
5
author: bwren
6
6
ms.author: bwren
7
-
ms.date: 5/19/2022
7
+
ms.date: 7/21/2022
8
8
ms.custom: references_regions
9
9
ms.reviewer: shseth
10
10
---
@@ -117,7 +117,7 @@ The following table shows the current support for the Azure Monitor agent with A
117
117
| Solution | Current support | More information |
118
118
|:---|:---|:---|
119
119
|[Change Tracking](../../automation/change-tracking/overview.md)| Supported as File Integrity Monitoring in the Microsoft Defender for Cloud Private Preview. |[Sign-up link](https://aka.ms/AMAgent)|
120
-
|[Update Management](../../automation/update-management/overview.md)| Use Update Management v2 (Private Preview) that doesn't require an agent. |[Sign-up link](https://www.yammer.com/azureadvisors/threads/1064001355087872)|
120
+
|[Update Management](../../automation/update-management/overview.md)| Use Update Management v2 - Public preview |[Update management center (preview) documentation](/azure/update-center/)|
121
121
122
122
## Costs
123
123
There's no cost for the Azure Monitor agent, but you might incur charges for the data ingested. For details on Log Analytics data collection and retention and for customer metrics, see [Azure Monitor pricing](https://azure.microsoft.com/pricing/details/monitor/).
@@ -135,12 +135,9 @@ The Azure Monitor agent supports Azure service tags (both *AzureMonitor* and *Az
135
135
| Azure Commercial |global.handler.control.monitor.azure.com |Access control service|Port 443 |Outbound|Yes |
136
136
| Azure Commercial |`<virtual-machine-region-name>`.handler.control.monitor.azure.com |Fetch data collection rules for specific machine |Port 443 |Outbound|Yes |
| Azure Government |global.handler.control.monitor.azure.us |Access control service|Port 443 |Outbound|Yes |
139
-
| Azure Government |`<virtual-machine-region-name>`.handler.control.monitor.azure.us |Fetch data collection rules for specific machine |Port 443 |Outbound|Yes |
140
-
| Azure Government |`<log-analytics-workspace-id>`.ods.opinsights.azure.us |Ingest logs data |Port 443 |Outbound|Yes |
141
-
| Azure China |global.handler.control.monitor.azure.cn |Access control service|Port 443 |Outbound|Yes |
142
-
| Azure China |`<virtual-machine-region-name>`.handler.control.monitor.azure.cn |Fetch data collection rules for specific machine |Port 443 |Outbound|Yes |
143
-
| Azure China |`<log-analytics-workspace-id>`.ods.opinsights.azure.cn |Ingest logs data |Port 443 |Outbound|Yes |
138
+
| Azure Commercial | management.azure.com | Only needed if sending timeseries data (metrics) to Azure Monitor [Custom metrics](../essentials/metrics-custom-overview.md) database | Port 443 | Outbound | Yes |
139
+
| Azure Government | Replace '.com' above with '.us' | Same as above | Same as above | Same as above| Same as above |
140
+
| Azure China | Replace '.com' above with '.cn' | Same as above | Same as above | Same as above| Same as above |
144
141
145
142
146
143
If using private links on the agent, you must also add the [DCE endpoints](../essentials/data-collection-endpoint-overview.md#components-of-a-data-collection-endpoint)
0 commit comments