Giving a DNS name to Azure Load Balancer
Asked Answered
R

2

12

I have created a Load Balancer with public IP. Based on the documentation, I can access the LB with the following FQDN : 'LB name'.'region'.cloudapp.azure.com

It is not working.

When you create a VM, you have option when you click on the public IP link of the machine to add DNS name, but when doing the same from the LB setting, it does not give this option. Just to choose if this IP is dynamic or static.

Richards answered 27/4, 2017 at 14:20 Comment(1)
hey mate, consider accepting this answerDianthe
D
13

Just go directly to the Public IP (that's tied to the LB) settings and assign DNS name to it. It wont work if you navigate to it from within LB settings.

enter image description here

Dianthe answered 27/4, 2017 at 14:35 Comment(3)
I think a key point here is you need to actually look for the public ip resource. if you navigate from the LB you don't actually get an option to change that.Mend
thats what my answer says? @Mend edited it to be more clear, although I dont see how "go directly to Public Ip settings" can be interpreted in a wrong way :)Dianthe
I can't find a way to access it in 2023. Has it been removed as a resource and integrated as part of vnet resource?Justinn
A
1

one option is to create a public IP address first Home:New:Public IP address then you will get a dns yourname.´yourlocation’.cloudapp.azure.com Same you can assign when creating the load balancer.

Argo answered 24/9, 2018 at 20:3 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.