I created a new database in Flexible Server and enabled the pgbouncer. When I run SHOW DATABASE, it only displays two databases. How to assign a newly created database to pgbouncer.please find the screenshot

I created a new database in Flexible Server and enabled the pgbouncer. When I run SHOW DATABASE, it only displays two databases. How to assign a newly created database to pgbouncer.please find the screenshot

Copyright © 2021 Jogjafile Inc.
I created one Azure PostgreSQL database Flexible server by enabling pgbouncer like below:-
I tried running
SHOW DATABASES;command in pgbouncer and received 2 default databases, Refer below:-By default when pgbouncer does not include CREATE DATABASE command when I ran
SHOW HELP;Refer below:-I connected to testdb that I created and assigned a connection limit to the testdb like below:-
Create testdb:-
Connected to testdb Note- to connect any database to pgbouncer you need to use Port 6432 like below:-
Altered testdb Database Connection limit:-
Now, I connected to pgbouncer and ran
SHOW DATABASES;and got testdb in the result refer below:-