Description
Web App hosted on Azure Service Plan S1 doesn't work with a database which is hosted on VM inside Azure. Fider logs say connection timeout
2020-06-19T09:22:11.427640713Z - failed to insert log (app/pkg/log/database/logger.go:147) 2020-06-19T09:22:11.427652313Z - read tcp 172.16.0.3:35150->**.***.***.**:5432 read: connection timed out 2020-06-19T09:22:11.429106625Z - app/middlewares/setup.go:138 2020-06-19T09:22:11.429116425Z - failed to start new transaction (app/pkg/dbx/dbx.go:66) 2020-06-19T09:22:11.429125125Z - read tcp 172.16.0.3:35152->**.***.***.**:5432: read: connection timed out
The firewall doesn't block pool of IP addresses of Azure Service Plan and PostgreSQL gives access to a specific user for fider database. Does anybody meet with a similar problem?