Skip to content

Commit 1a76731

Browse files
committed
Feedback incorporated
1 parent e4e9a87 commit 1a76731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you use a proxy server for communication between Azure Automation and machine
6969

7070
```azurepowershell
7171
$settings = @{
72-
"AutomationAccountURL" = "https://<subscription-id>.jrds.eap.azure-automation.net/automationAccounts/<subscription-id>";
72+
"AutomationAccountURL" = "<registrationurl>/<subscription-id>";
7373
"ProxySettings" = @{
7474
"ProxyServer" = "<ipaddress>:<port>";
7575
"UserName"="test";
@@ -86,7 +86,7 @@ $protectedsettings = @{
8686
"Proxy_URL"="http://username:password@<IP Address>"
8787
};
8888
$settings = @{
89-
"AutomationAccountURL" = "https://<subscription-id>.jrds.eap.azure-automation.net/automationAccounts/<subscription-id>";
89+
"AutomationAccountURL" = "<registration-url>/<subscription-id>";
9090
};
9191
```
9292
---

0 commit comments

Comments
 (0)