11

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.

4c74356b41
  • 69,186
  • 6
  • 100
  • 141
Moshe
  • 111
  • 1
  • 1
  • 3

2 Answers2

12

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

4c74356b41
  • 69,186
  • 6
  • 100
  • 141
  • 7
    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. – CtrlDot Apr 27 '17 at 16:07
  • thats what my answer says? @CtrlDot edited it to be more clear, although I dont see how "go directly to Public Ip settings" can be interpreted in a wrong way :) – 4c74356b41 Feb 18 '19 at 07:37
  • 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? – Edgaras Mar 21 '23 at 14:45
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.

Liju Raju
  • 11
  • 1