File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 # Write-Host "$env:copykbfiles" -ForegroundColor Cyan
3636 # Write-Host "Run the following command in the terminal to run the scripts: "
3737 # Write-Host "$env:createindex" -ForegroundColor Cyan
38- Write-Host "If you want to use the Sample Data, run the following command in the Bash terminal to process it:"
38+ Write-Host "`nIf you want to use the Sample Data, run the following command in the Bash terminal to process it:"
3939 Write-Host "./infra/scripts/process_sample_data.sh $env:STORAGE_ACCOUNT_NAME $env:STORAGE_CONTAINER_NAME $env:KEY_VAULT_NAME" -ForegroundColor Cyan
4040 shell : pwsh
4141 continueOnError : false
4848 # echo $copykbfiles
4949 # echo "Run the following command in the terminal to run the scripts: "
5050 # echo $createindex
51- Write-Host "If you want to use the Sample Data, run the following command in the Bash terminal to process it:"
52- Write-Host "./infra/scripts/process_sample_data.sh $env:STORAGE_ACCOUNT_NAME $env:STORAGE_CONTAINER_NAME kv-$env:KEY_VAULT_NAME" -ForegroundColor Cyan
51+ echo ""
52+ echo "If you want to use the Sample Data, run the following command in the terminal to process it:"
53+ echo "./infra/scripts/process_sample_data.sh $env:STORAGE_ACCOUNT_NAME $env:STORAGE_CONTAINER_NAME $env:KEY_VAULT_NAME" -ForegroundColor Cyan
5354 shell : sh
5455 continueOnError : false
5556 interactive : true
You can’t perform that action at this time.
0 commit comments