Skip to content

Commit 9c5a1e2

Browse files
committed
Fixing task 1689185
1 parent 37e6c92 commit 9c5a1e2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/automation/automation-windows-hrw-install.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,13 @@ Heartbeat
134134
| where TimeGenerated > ago(30m)
135135
```
136136

137-
In the search results, you should see heartbeat records for the computer, indicating that it is connected and reporting to the service. By default, every agent forwards a heartbeat record to its assigned workspace. You can verify that the agent has correctly downloaded the Automation solution when it has a folder called **AzureAutomationFiles** in **C:\Program Files\Microsoft Monitoring Agent\Agent**. To confirm the version of the Hybrid Runbook Worker, browse to **C:\Program Files\Microsoft Monitoring Agent\Agent\AzureAutomation** and note the **version** subfolder.
137+
In the search results, you should see heartbeat records for the computer, indicating that it is connected and reporting to the service. By default, every agent forwards a heartbeat record to its assigned workspace.
138+
139+
Use the following steps to complete the agent installation and setup.
140+
141+
1. Verify that the agent has correctly downloaded the Automation solution. It should have a folder called **AzureAutomationFiles** in **C:\Program Files\Microsoft Monitoring Agent\Agent**.
142+
2. To confirm the version of the Hybrid Runbook Worker, browse to **C:\Program Files\Microsoft Monitoring Agent\Agent\AzureAutomation** and note the **version** subfolder.
143+
3. Enable the solution to onboard the agent machine. See [Onboard machines in the workspace](https://docs.microsoft.com/en-us/azure/automation/automation-onboard-solutions-from-automation-account#onboard-machines-in-the-workspace).
138144

139145
### Step 4 - Install the runbook environment and connect to Azure Automation
140146

0 commit comments

Comments
 (0)