Skip to content

Commit f81b374

Browse files
committed
minor edit
1 parent aeb92b6 commit f81b374

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

articles/automation/extension-based-hybrid-runbook-worker-install.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ You can use the following PowerShell cmdlets to manage Hybrid Runbook Worker and
976976
977977
After creating new Hybrid Runbook Worker, you must install the extension on the Hybrid Worker.
978978
979-
**Hybrid Worker extension settings**
979+
**Hybrid Worker extension settings for Windows and Linux**
980980
981981
**Windows**
982982
@@ -985,14 +985,6 @@ $settings = @{
985985
"AutomationAccountURL" = "<registrationurl>";
986986
};
987987
```
988-
**Linux**
989-
990-
```powershell-interactive
991-
$settings = @{
992-
"AutomationAccountURL" = "<registration-url>";
993-
};
994-
```
995-
996988
**Azure VMs**
997989

998990
```powershell

0 commit comments

Comments
 (0)