We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c02d46 commit 1bff1ccCopy full SHA for 1bff1cc
start-cosmos-db-emulator.ps1
@@ -19,7 +19,7 @@ function StartCosmosDbEmulatorDockerContainer {
19
20
Write-Host "Installing Cosmos DB Emulator certificates ..."
21
Start-Sleep -Seconds 30
22
- Start-Process -FilePath ".\install-azure-cosmos-emulator-linux-certificates.sh"
+ Start-Process nohup 'bash ./install-azure-cosmos-emulator-linux-certificates.sh'
23
}
24
25
function StartCosmosDbEmulatorForWindows {
0 commit comments