Skip to content

Commit 14b5ede

Browse files
updated azure yaml file
1 parent f96ec1c commit 14b5ede

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

azure.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)