To connect Web App to VM I created a Vnet (point 2 site). Web app can see VM now, but:
it can access it just through an IP and not the host name. To use host name, I found info that I have to setup my DNS server. There are two problems with that: 1) i don't want to setup and maintain DNS 2) i don't know how to setup a DNS, so think that option is out then
IP which I get after VPN is established changes every time. How to specify static IP for Vnet VPN? I saw instructions how to setup static internal IP, but that's not an IP I get with VPN
I need to RDP into VM and start VPN manually. I don't want to do that. How to start VPN when OS boots? When VPN starts it shows some dialog waiting me to press "connect", can that be a problem in automatic vpn connection through some script?
Anyway, vnets are so far too difficult (at least for a developer like me), hope they will simplify it for commons scenarios. Please feel free to suggest some other approach for connecting PaaS (web apps) with IaaS (VM with background services, database, etc).
thanks all for answers in advance ...