Hello. I'm trying to test connectivity from my Linux app service to a VM in the same virtual network. I saw that you can use tcpping <host or IP>:<port number>, I tested that command, but it is not working on my app service. I tested the same command on another windows app service and it works on that one, so my questions are, am I entering the command incorrectly? Is it different in Linux? Is there any other way to test connectivity from my app service to a VM?
Btw my app service is using a private endpoint connected to the same vnet that my VM is.