We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c18566 commit 5793eecCopy full SHA for 5793eec
1 file changed
templates/emulator-setup.yml
@@ -2,8 +2,8 @@
2
3
steps:
4
- pwsh: |
5
- Write-Host "Downloading Cosmos Emulator - https://aka.ms/cosmosdbemulator-internal" -ForegroundColor green
6
- Invoke-WebRequest https://aka.ms/cosmosdbemulator-internal -OutFile "$env:temp\azure-cosmosdb-emulator.msi"
+ Write-Host "Downloading Cosmos Emulator - $env:EMULATORMSIURL" -ForegroundColor green
+ Invoke-WebRequest "$env:EMULATORMSIURL" -OutFile "$env:temp\azure-cosmosdb-emulator.msi"
7
Write-Host "Finished Downloading Cosmos Emulator - $env:temp\azure-cosmosdb-emulator.msi" -ForegroundColor green
8
dir "$env:temp"
9
0 commit comments