Skip to content

Commit ed60194

Browse files
authored
Merge pull request #190521 from shayoniseth/patch-41
Fixed endpoint list
2 parents becd193 + 60a2e67 commit ed60194

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/azure-monitor/agents/azure-monitor-agent-manage.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ The following prerequisites must be met prior to installing the Azure Monitor ag
5151
- [Managed system identity](../../active-directory/managed-identities-azure-resources/qs-configure-portal-windows-vm.md) must be enabled on Azure virtual machines. This is not required for Azure Arc-enabled servers. The system identity will be enabled automatically if the agent is installed via [creating and assigning a data collection rule using the Azure portal](data-collection-rule-azure-monitor-agent.md#create-rule-and-association-in-azure-portal).
5252
- The [AzureResourceManager service tag](../../virtual-network/service-tags-overview.md) must be enabled on the virtual network for the virtual machine.
5353
- The virtual machine must have access to the following HTTPS endpoints:
54-
- *.ods.opinsights.azure.com
55-
- *.ingest.monitor.azure.com
56-
- *.control.monitor.azure.com
54+
- global.handler.control.monitor.azure.com
55+
- `<virtual-machine-region-name>`.handler.control.monitor.azure.com (example: westus.handler.control.azure.com)
56+
- `<log-analytics-workspace-id>`.ods.opinsights.azure.com (example: 12345a01-b1cd-1234-e1f2-1234567g8h99.ods.opsinsights.azure.com)
57+
(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))
58+
5759

5860
> [!NOTE]
5961
> This article only pertains to agent installation or management. After you install the agent, you must review the next article to [configure data collection rules and associate them with the machines](./data-collection-rule-azure-monitor-agent.md) with agents installed.

0 commit comments

Comments
 (0)