Skip to content

Commit 8d49d31

Browse files
Merge pull request #4825 from MicrosoftDocs/main
[AutoPublish] main to live - 08/25 04:28 PDT | 08/25 16:58 IST
2 parents 2578e6d + fe8191a commit 8d49d31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CloudAppSecurityDocs/discovery-docker-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following steps describe the deployment in Windows. The deployment steps for
110110
1. Run the following command to download the Windows Docker installer PowerShell script file:
111111

112112
```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)
114114
```
115115
116116
To validate that the installer is signed by Microsoft, see [Validate installer signature](#optional---validate-installer-signature).

CloudAppSecurityDocs/log-collector-advanced-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ The following procedures describe how to export the log collector image, using L
314314
1. On a Linux computer that has access to the Docker Hub, run the following command to install Docker and download the log collector image.
315315

316316
```bash
317-
curl -o /tmp/MCASInstallDocker.sh https://adaprodconsole.blob.core.windows.net/public-files/MCASInstallDocker.sh && chmod +x /tmp/MCASInstallDocker.sh; /tmp/MCASInstallDocker.sh
317+
curl -o /tmp/MCASInstallDocker.sh https://discoveryresources-cdn-prod.cloudappsecurity.com/prod-1/public-files/MCASInstallDocker.sh && chmod +x /tmp/MCASInstallDocker.sh; /tmp/MCASInstallDocker.sh
318318
```
319319

320320
1. Export the log collector image. Run:

0 commit comments

Comments
 (0)