I am trying to figure some things in azure sql but I couldn't find any helpful documentations? I know the maximum number of database in Gen5 tier per server instance is 5000. I also know the sql elastic pool max data storage size is 5TB. Based on this I have the following questions
- Worst case scenario, one pool for one database, does that mean the max number of elastic pool in sql server instance is 5000, with each max db storage size of 4TB
- If I have standalone database (without elastic pool), what is the max db storage a database can have per sql instance?