File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,13 +14,17 @@ hooks:
1414 run : |
1515 Write-Host "Web app URL: "
1616 Write-Host "$env:WEB_APP_URL" -ForegroundColor Cyan
17+ Write-Host "✅ If you want to use the Sample Data, run the following command in the Bash terminal to process it:"
18+ ./infra/scripts/process_sample_data.sh <storage_account_name> <storage_container_name> <managed_client_id> <key_vault_name> <sql_server_name> <sql_database_name> <resource_group_name>
1719 shell : pwsh
1820 continueOnError : false
1921 interactive : true
2022 posix :
2123 run : |
2224 echo "Web app URL: "
2325 echo $WEB_APP_URL
26+ echo "✅ If you want to use the Sample Data, run the following command in the Bash terminal to process it:"
27+ ./infra/scripts/process_sample_data.sh <storage_account_name> <storage_container_name> <managed_client_id> <key_vault_name> <sql_server_name> <sql_database_name> <resource_group_name>
2428 shell : sh
2529 continueOnError : false
2630 interactive : true
You can’t perform that action at this time.
0 commit comments