I noticed access to the Postgres DB is temporarily unavailable (few hours a day)
My IP address is on the whitelist. And sometimes I can connect to the DB but in some other time I cannot with the message
psql: FATAL: no pg_hba.conf entry for host "my_IP_address", user "my_user", database "my_db", SSL on
I don't make any changes neither to the DB nor to my local machine.
How can I investigate in on the Azure side?
Additionally, I can say that we have another Postgres DB in Azure where connection always works.