Skip to content

Commit 144625d

Browse files
Merge pull request #283855 from johnmarco/jm-arc-proxy-service
Arc servers: Added proxy service
2 parents fa2e402 + 9c566da commit 144625d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/azure-arc/servers/agent-overview.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Overview of the Azure Connected Machine agent
33
description: This article provides a detailed overview of the Azure Connected Machine agent, which supports monitoring virtual machines hosted in hybrid environments.
4-
ms.date: 06/03/2024
4+
ms.date: 08/07/2024
55
ms.topic: overview
66
---
77

@@ -34,6 +34,10 @@ The Azure Connected Machine agent package contains several logical components bu
3434
>[!NOTE]
3535
> The [Azure Monitor agent (AMA)](../../azure-monitor/agents/azure-monitor-agent-overview.md) is a separate agent that collects monitoring data, and it does not replace the Connected Machine agent; the AMA only replaces the Log Analytics agent, Diagnostics extension, and Telegraf agent for both Windows and Linux machines.
3636
37+
### Azure Arc Proxy
38+
39+
The Azure Arc Proxy service is responsible for aggregating network traffic from the Azure Connected Machine agent services and any extensions you’ve installed and deciding where to route that data. If you’re using the [Azure Arc gateway (Limited preview)](arc-gateway.md) to simplify your network endpoints, the Azure Arc Proxy service is the local component that forwards network requests via the Azure Arc gateway instead of the default route. The Azure Arc Proxy runs as a Network Service on Windows and a standard user account (arcproxy) on Linux. It's disabled by default until you configure the agent to use the Azure Arc gateway (Limited preview).
40+
3741
## Agent resources
3842

3943
The following information describes the directories and user accounts used by the Azure Connected Machine agent.

0 commit comments

Comments
 (0)