To connect Web App to VM i created a Vnet (point 2 site). Web app can see VM now, but:
- it can see 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 dont want to setup and maintain DNS 2) i don't know how to setup a dns
- IP which i get after vpn is established changes always. How to specify static ip for vnet vpn? I saw instructions how to setup static internal ip, but that doesn't look like ip i get with vnet vpn
- i need to login 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 simply thins for commons scenarios ...
thanks all for answers in advance ...