Hi,
I am having a virual machine in azure named "X1"
X1 is ubuntu VM and has postgresql installed.
i have opened an public, private endpoint at tcp port 5432, (default postgresql port).
However when i attempt to connect to ubuntu from a local pc using pgadmin tool (gui tool for postgresql), it simply does not connect. i do not understand why ? I am not sure what i am missing. postgresql is configured to listen to incomming connection from all ip addresses.
There is no firewall on ubuntu VM, unless if there is something inbuild inside ubuntu that i am not aware of.
What could be fundamentally wrong here ?
Any advice
Regards