How to assign azure custom dns to public ip
How to assign azure custom dns to public ip I have resource group on azure containing virtual machine and kubernetes and load balancer and public ip address and etc. I can access to my kubernetes app with direct public ip or public ip dns name. But problem is that i can't get azure custom dns (dns zone) working for my public ip. e.g. myapp.com I have tried to assign public ip address in dns zone but not getting custom dns name working for my app. have you done the delegation of your domain to azure dns with your domain registrar? – mdeora Jul 2 at 10:56 1 Answer 1 2 options: 1. A record that points to public ip address explicitly 2. CNAME record that points to azure "internal" dns name Actually i have tried A and...