hello.
Can someone help me setting up a "Hybrid Connections" form WebApp to AzureVM.
Currently I have succesfuly set up a Hybrid Connection on port 1433 for datasource, that connects my WebApp to AzureVM's SQL server.
The problem is that I need one more connection from the same WebApp to AzureVM but this time on port 80. All I need is: my WebApp to be able to access SSRS service, which is hosted on AsureVM on port 80. The WebApp itself makes a request to internal IP of the AzureVM i.e. http://192.168.1.2/ReportServer/ and returns an error that it cannot find the url. (I don't want to expose Reporting service to public IP)
Is there any way I can setup a second Hybrid Connection to AzureVM on port 80. Thy Hybrid connection manager I installed on AzureVM takes only one sync-link, so only one of the two connections can work at a time.
Anyone with idea, what can be done here ?
Thanks.