You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: updated scripts to run manually, added azd template and devcontainer setup (#490)
* updated post deployment scripts such that it can be run via container as well manually
* updated main.json
* add scripts for Cosmos DB access and process sample data
* correct variable assignment for extraction paths in copy_kb_files.sh
* correct variable usage for extraction paths in copy_kb_files.sh
* correct extraction path variable names in copy_kb_files.sh
* improve virtual environment activation handling for cross-platform compatibility
* add create_sql_user_and_role.sh script and integrate it into process_sample_data.sh
* refactor process_sample_data.sh to improve parameter retrieval and usage validation
* add devcontainer configuration, update azure.yaml, and enhance SQL user creation script
* moved sqlcmd_setup.sh
* refactor devcontainer setup: replace sqlcmd_setup.sh with setup_env.sh for improved environment configuration
* remove .vscode from .gitignore
* updated main.json
Write-Host "`nRun the following command in your Bash terminal. It will grant the necessary permissions between resources and your user account, and also process and load the sample data into the application."
echo "Run the following command in your Bash terminal. It will grant the necessary permissions between resources and your user account, and also process and load the sample data into the application."
0 commit comments