Is it possible for the private frontend ip of a V2 Application Gateway to be resolved from the internal vnet dns?
0
votes
1 Answers
1
votes
You can create Private DNS Zone and link that to the Application Gateway VNET and add a A record pointing to Application Gateway's Private IP.
So, VMs can resolve to the the Application Gateway Private IP.
You can either go with Private DNS Zone or use you own custom DNS config. Your ask is possible.
Regards, Msrini
Azure-Provided Name resolution (default)
,Azure DNS Private Zones
&OWN DNS server
. Which one you are referring to? – user14239181