This directory contains scripts to automate common tasks:
deploy_infra.sh— Deploy Azure infrastructure using azdinit_db.sh— Initialize all database schemasload_reference_data.sh— Load ICC rules and currency codes into the databaserun_logicapp_workflow.sh— Trigger a Logic App workflow with a sample payloadtest_api.sh— Test the deployed translation API endpoint
Make scripts executable:
chmod +x scripts/*.shRun a script:
./scripts/deploy_infra.shSet required environment variables as needed (see comments in each script).