Azure-provided name resolution for load balancer

1.3k views Asked by At

When we launch a VM or create a NIC within the Azure VNET, by default, it been assign the internal DNS, something of pattern (*.internal.cloudapp.net)

As it's mention in this document https://learn.microsoft.com/en-us/azure/virtual-machines/virtual-machines-linux-azure-dns#azure-provided-name-resolution

When using Azure-provided name resolution, an Internal DNS suffix (*.internal.cloudapp.net) is provided to each VM using DHCP.

How do I get the same for internal load balancer? I am using Azure ARM based load balancer not the cloud service one. I can assign static private IP, but it won't get resolve to internal DNS like VM does

1

There are 1 answers

5
Jason Ye On

In Azure, the Azure-provided name resolution service is provided between VMs in virtual networks,so we can't get the internal DNS for the internal load balancer.