Our customer defined a virtual network to connect Azure to its on-premises domain/network. Using a test program which ran on a recently created Azure Virtual Machine, we could connect successfully to an on-prem web service.
We also created an Azure Web App, an MVC based web site which needs to connect to this web service. This web site has been connected to the same Virtual Network (VNET). This web site gets a DNS error when trying to connect to the web service and a timeout when connecting to the IP address of the web service. DNS settings on the web service seem to be correct. We setup a Hybrid Connection and although this worked, is not our wanted soluton.
Does anyone have a suggestion when it comes to connecting our web site to the on-premises web service?