Azure P2S VPN DNS resolution issue
Hi All,
I have set up an Azure Point-to-Site (P2S) VPN using Entra ID authentication. I have routed all VPN traffic through Azure Firewall, and in the firewall, I have allowed the VPN address pool to access all VNet CIDR ranges. I am able to connect to the VPN and successfully use SSH and RDP to connect to virtual machines. However, I am unable to access the Azure Container application URL. The VNet is using the default Azure-provided DNS. I verified that the same application URL resolves to the internal IP address when accessed from a virtual machine within the VNet, but it does not resolve through the VPN.
I tried modifying the XML file to include the DNS entry 168.63.129.16
, and I can see the DNS IP in the Azure VPN client. However, when checking using cmd
or PowerShell, the DNS information is not visible.
Could you please guide me on how to fix this issue?
Thanks
Kruti