Skip to content

Commit 86f6369

Browse files
committed
added note about proxy
1 parent d1e8a86 commit 86f6369

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-arc/servers/onboard-group-policy.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ The group policy will project machines as Arc-enabled servers in the Azure subsc
5252

5353
Before you can run the script to connect your machines, you'll need to save the onboarding script to the remote share. This will be referenced when creating the Group Policy Object.
5454

55+
> [!NOTE]
56+
> If you're using a proxy server, you'll need to modify the Invoke-WebRequest command in the script to include the Proxy parameter and url. For example, `Invoke-WebRequest -Uri "https://aka.ms/azcmagent-windows" -Proxy "http://xx.x.x.xx:xxxx -TimeoutSec 30 -OutFile "$InstallationFolder\install_windows_azcmagent.ps1"`
57+
5558
<!--1. Edit the field for `remotePath` to reflect the distributed share location with the configuration file and Connected Machine Agent.
5659
5760
1. Edit the `localPath` with the local path where the logs generated from the onboarding to Azure Arc-enabled servers will be saved per machine.

0 commit comments

Comments
 (0)