Skip to content

Commit 350f43e

Browse files
author
Ryan Willis
committed
small fixes
1 parent 6079e2d commit 350f43e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ After installing the Connected Machine agent for Windows, the following system-w
249249
|%ProgramData%\AzureConnectedMachineAgent\Log\azcmagent.log |Contains the output of the azcmagent tool commands.|
250250
|%ProgramData%\GuestConfig\arc_policy_logs\ |Records details about the guest configuration (policy) agent component.|
251251
|%ProgramData%\GuestConfig\ext_mgr_logs|Records details about the Extension agent component.|
252-
|%ProgramData%\GuestConfig\extension_logs\<Extension>|Records details from the installed extension.|
252+
|%ProgramData%\GuestConfig\extension_logs\\\<Extension>|Records details from the installed extension.|
253253

254254
* The local security group **Hybrid agent extension applications** is created.
255255

@@ -270,10 +270,10 @@ After installing the Connected Machine agent for Linux, the following system-wid
270270
|Folder |Description |
271271
|-------|------------|
272272
|/opt/azcmagent/ |azcmagent CLI and instance metadata service executables.|
273-
|/opt/GC_Ext | Extension service executables.|
273+
|/opt/GC_Ext/ | Extension service executables.|
274274
|/opt/GC_Service/ |Guest configuration (policy) service executables.|
275275
|/var/opt/azcmagent/ |Configuration, log and identity token files for azcmagent CLI and instance metadata service.|
276-
|/var/lib/GuestConfig |Extension package downloads, guest configuration (policy) definition downloads, and logs for the extension and guest configuration services.|
276+
|/var/lib/GuestConfig/ |Extension package downloads, guest configuration (policy) definition downloads, and logs for the extension and guest configuration services.|
277277

278278
* The following daemons are created on the target machine during installation of the agent.
279279

0 commit comments

Comments
 (0)