I need to access from Website App running on Microsoft Azure to a webservice published on a local server (Premise Network)
Schematic configuration:
App Website (10.100.101.3/29) -> Point-to-site -> Azure Virtual Network (10.100.100.0/28) <-> site-to-site <-> Premise Network (10.0.0.0/24) / Web Services Host (10.0.0.203/24)
Both point-to-site and site-to-site connection are active, while the App Website can not reach the host 10.0.0.203.
I tried with a Virtual Server instead of website and communication between the host 10.0.0.203 and Test Virtual Server on Azure VPN (10.100.100.2) is successful, but using Website App the local host is not reachable.
What track configuration I used the following link: https://azure.microsoft.com/en-us/documentation/articles/web-sites-integrate-with-vnet/
Do you have suggestions for me?
Thank you