Azure Functions dedicated to CGN's Operator Search project (Carta Giovani Nazionale). These functions implements business logic for:
- Operator Search
- Discount Search
cp env.example .env
Replace in .env file the envs with the proper values.
yarn install
yarn build
docker-compose up -d --build
docker-compose logs -f functions
open http://localhost/some/path/test
Deploy appens with this pipeline (workflow) configured on Azure DevOps - io-functions-cgn.
-
modificare l' endpoint di healthcheck all' interno del file
deploy-pipelines.yml
in base albasePath
configurato. -
fare una PR sul progetto gitops per deployare le pipelines. (un esempio qui )
-
fare una PR sul progetto io-infrastructure-live-new per fare il stetup degli ambienti di prod e staging della nuova function. (un esempio qui )