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://docs.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