Hello
This has changed last night. My NodeJs based web service connects to other server for database connection. We have restricted access for our database server and our database server is only accessible with same ip than our web application is using.
How can I tell what ip address our Node based application uses when connecting database services?
Our database server is Linux server in Azure virtual machines.