Based on this post, https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/basic-availability-groups-always-on-availability-groups?view=sql-server-ver15
With SQL Server standard edition, "Support for one availability database".
Does this mean if there are more than two databases on primary box, only one database can be replicated to secondary box?
Or primary box can't not have more than one databases either?
Or there is no such limits and only limit to replicas but not to database?
Thanks,