according this post https://docs.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet
I have been able to connect my web app to my azure virtual network. means I can easily ping my VM that is in the azure virtual network from my webapp. also I can ping(telnet session) from my VM on my azure network to on-prem device.
but i cannot connect(ping) from my web app to on-prem devices. do I need to do any configuration on the (green) on-prem virtual network to allow the that to happen (like adding the point to site ip range)or should it work when the point-to-site and site-to-site are each working.