Repo for Naomi/hint azure deployment configuration. Configuration is via bicep.
To deploy or update run
./start
This repo also contains a script that will run the the user CLI in a container instance connecting to the running database. Use this to create users, update password etc.
./user-cli add-user test.user@example.com password
./user-cli user-exists test.user@example.com
./user-cli remove-user test.user@example.com
This just uses one big block of configuration I'd like to
- Split this up into more re-usable chunks (see network file for an example)
- Set up parameters so we could easily deploy a dev/production instance with chosen docker image tags and resources/scaling rules
- This won't redeploy if the docker container has been updated, only if the config itself has changed. How can I control this better?