Hi @Khuva, Parsottam , welcome to Microsoft Q&A forum.
As I understand you would like to know the limit of maximum number of databases and tables in Azure PostgreSQL - Flexible Server.
Practically there is no limit on number of databases or tables in databases that we can create in Azure PostgreSQL - Flexible Server. We can create as many as databases as we need till we don't exhaust the Compute and Storage options, please refer to below article on the same:
Compute and Storage options in Azure Database for PostgreSQL - Flexible Server
As an example, general purpose storage size varies from 32 GB to 16 TB. We can create any number of databases and subsequently tables in them as long as storage does not cross this limit. Once we reach this limit the server will start returning errors and prevent any further modifications. This may also cause problems with other operational activities, such as backups and WAL archival.
You can read through the above article as it mentions every detail.
Please let me know if this helps or else we can discuss further.
----------
If answer is helpful please click on as it could help other members of the Microsoft Q&A community who have similar questions and are looking for solutions. Thank you for helping to improve Microsoft Q&A!