Skip to content

Commit 456ea99

Browse files
committed
more updates
1 parent 085e516 commit 456ea99

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

articles/azure-arc/servers/overview.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +115,33 @@ After you install the agent you see the following changes made to your servers.
115115

116116
Services installed:
117117

118-
* Himds - The **Azure Connected Machine Agent** service.
119-
* Dscservice -
118+
* `Himds` - The **Azure Connected Machine Agent** service.
119+
* `Dscservice` or `gcd` - The **Guest Configuration** service.
120120

121121
Files added to the server:
122122

123-
* `%ProgramFiles%\AzureConnectedMachineAgent\*.*`
123+
* `%ProgramFiles%\AzureConnectedMachineAgent\*.*` - Location of **Azure Connected Machine Agent** files.
124+
* `%SystemDrive%:\Packages\Plugins\*.*` - **Azure Arc for Servers** extension packages location.
125+
* `%ProgramData%\GuestConfig\*.*` - **Guest Configuration** logs.
126+
127+
Registry key locations:
128+
129+
* `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Azure Connected Machine Agent` - Registry keys for **Azure Connected Machine Agent**.
130+
* `HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Azure\ScriptHandler` - Registry keys for Custom Script Extension.
124131

125132
### Linux
126133

127134
Services installed:
128135

129-
* Himdsd - The **Azure Connected Machine Agent** service.
130-
* dscd -
136+
* `Himdsd` - The **Azure Connected Machine Agent** service.
137+
* `dscd` or `gcd` - The **Guest Configuration** service.
138+
* `extd` - The **Azure Arc for Servers** extension manager service.
131139

132140
Files added to the server:
133141

134-
* `/var/opt/azcmagent/**`
142+
* `/var/opt/azcmagent/**` - Location of **Azure Connected Machine Agent** files.
143+
* `/var/lib/extmgragent/**` - **Azure Arc for Servers** extension packages location.
144+
* `/var/lib/GuestConfig/**` - **Guest Configuration** logs.
135145

136146
## Supported Scenarios
137147

0 commit comments

Comments
 (0)