- VM and App Service are located in the same Virtual Network.
- App Service is added to VM through VNet Integration (preview)
- VM is autoregistered in Private DNS zone, say by name
myvm1
. And full namemyvm1.priv.zone
- Private DNS zone is linked to Virtual Network.
- Virtual Network - DNS Servers is set to default.
- VM and App Service were restarted after configuration.
Problem is I can resolve neither myvm1
nor myvm1.priv.zone
from App Service console by nameresolver.exe
UPDATE: Actually, the issue is even bigger. App Service is not able to send requests to VMs in Virtual Network by their Private IPs (10.1.x.x) even if everything is allowed on VMs' subnet. If the same requests are sent to VMs' Public IPs there is no problem.