Open laingsimon opened 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.
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.