0

i created VM behide Azure Load Balancer. i want to use custom domain to Load Balance Public IP. for example i want to access url like 'xx.mvg.com' instead Load Balance Public IP from internet. how i can do it?

i tried to did followed reference link 'https://learn.microsoft.com/en-us/azure/dns/dns-custom-domain' but still not working.

Please recommend how to register my domain name i wish, i want map my domain name to my application running on VM behide Azure Load Balancer.

and Azure have service about internet domain registrar?

4c74356b41
  • 69,186
  • 6
  • 100
  • 141
powerful
  • 61
  • 2
  • 8

1 Answers1

1

about your last question - no, Azure have only Azure DNS, which is not a domain registrar, but a DNS as a service.

Easiest way to achieve what you want - assign a dns name to a public ip (called dns label here) and create a CNAME record in your DNS for that DNS name. or just straight up create a A record in your DNS and point it to your public ip.

4c74356b41
  • 69,186
  • 6
  • 100
  • 141