Skip to content

Commit b0c7f39

Browse files
Merge pull request #227739 from SnehaSudhirG/17Feb-HRWDocUpdate
added the HRW extension settings
2 parents 43741f8 + 129358d commit b0c7f39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +976,13 @@ 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**
980+
981+
```powershell-interactive
982+
$settings = @{
983+
"AutomationAccountURL" = "<registrationurl>";
984+
};
985+
```
979986
**Azure VMs**
980987

981988
```powershell

0 commit comments

Comments
 (0)