File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ The following steps describe the deployment in Windows. The deployment steps for
110
110
1 . Run the following command to download the Windows Docker installer PowerShell script file:
111
111
112
112
``` powershell
113
- Invoke-WebRequest https://adaprodconsole.blob.core.windows.net/ public-files/LogCollectorInstaller.ps1 -OutFile (Join-Path $Env:Temp LogCollectorInstaller.ps1)
113
+ Invoke-WebRequest https://discoveryresources-cdn-prod.cloudappsecurity.com/prod-1/ public-files/LogCollectorInstaller.ps1 -OutFile (Join-Path $Env:Temp LogCollectorInstaller.ps1)
114
114
```
115
115
116
116
To validate that the installer is signed by Microsoft, see [Validate installer signature](#optional---validate-installer-signature).
You can’t perform that action at this time.
0 commit comments