We created a single server postgresql and a flexible server postgresql that single server can not connect to flexible server via postgres_fdw and get the following message when I run "IMPORT FOREIGN SCHEMA public LIMIT TO ( abc_test ) FROM SERVER server_name INTO public".
Query 1 ERROR: ERROR: could not connect to server "server_name"
DETAIL: could not connect to server: Network is down (0x00002742/10050)
Is the server running on host "host.name" (xxx.xx.xx.xx) and accepting
TCP/IP connections on port 5432?
I confirmed that both of the firewalls were set to 0.0.0.0 - 255.255.255.255 and also checked "Allow access to Azure services".
Is there any solution for it?