Skip to content

Commit 085e516

Browse files
committed
Staging Arc Updates
1 parent d7c680a commit 085e516

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

articles/azure-arc/servers/overview.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,34 @@ az provider register --namespace 'Microsoft.GuestConfiguration'
105105

106106
You can also register the Resource Providers using the portal by following the steps under [Azure portal](../../azure-resource-manager/resource-manager-supported-services.md#azure-portal).
107107

108+
## Machine changes after installing the agent
109+
110+
If you have a change tracking solution deployed in your environment, you can use the list below to track, identify, and allow the changes made by the **Azure Connected Machine Agent (AzCMAgent)** installation package.
111+
112+
After you install the agent you see the following changes made to your servers.
113+
114+
### Windows
115+
116+
Services installed:
117+
118+
* Himds - The **Azure Connected Machine Agent** service.
119+
* Dscservice -
120+
121+
Files added to the server:
122+
123+
* `%ProgramFiles%\AzureConnectedMachineAgent\*.*`
124+
125+
### Linux
126+
127+
Services installed:
128+
129+
* Himdsd - The **Azure Connected Machine Agent** service.
130+
* dscd -
131+
132+
Files added to the server:
133+
134+
* `/var/opt/azcmagent/**`
135+
108136
## Supported Scenarios
109137

110138
After you register a node you can start managing your nodes using other Azure services.

articles/azure-arc/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
items:
1111
- name: Connect machines to Azure using Azure Arc for servers - Portal
1212
href: ./servers/quickstart-onboard-portal.md
13-
- name: Connect machines to Azure using Azure Arc for servers - PowerShell
13+
- name: Connect machines at scale using Azure Arc for servers - PowerShell
1414
href: ./servers/quickstart-onboard-powershell.md
1515
- name: Reference
1616
items:

0 commit comments

Comments
 (0)