laingsimon / courage_scores

Record the scores of courage league darts fixtures
http://thecourageleague.co.uk
Apache License 2.0
0 stars 0 forks source link

Create new azure tennant and remove container suffix logic from cosmos #1144

Open laingsimon opened 6 hours ago

laingsimon commented 6 hours ago

Azure free tier allows for one database with upto 25 containers. In dev/UAT this quota is shared as they run on the same tennant.

If the UAT tennant was different to the Dev tennant then they would both have the full 25 container allowance, as in production.

This would also allow for the container suffix logic to be removed simplifying and removing risk from the codebase.