Azure Application Gateway private ip dns resolution

2.9k Views Asked by At

Is it possible for the private frontend ip of a V2 Application Gateway to be resolved from the internal vnet dns?

1

There are 1 best solutions below

2
On BEST ANSWER

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