Get Azure public IP address from deployed app
问题 I'm implementing the PASV mode in a FTP server, and I send to the client the IP address and port of the data end point. This is stupid because the IP is actually where the client is already connecting, so there ire two options: How could I get the public IP address from a given instance? Not the VIP , but the public one. How could I get the original target IP address that the user used from a Socket object? Considering routers and load balancers in the middle :P An answer to any of this