haymansfield
haymansfield

Reputation: 5647

Azure Application Gateway private ip dns resolution

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

Upvotes: 0

Views: 3918

Answers (1)

msrini-MSIT
msrini-MSIT

Reputation: 1502

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

Upvotes: 1

Related Questions