0

I'm trying to create a web server with a VM.

I installed IIS and am trying to follow this guide to add a CNAME record and use my custom domain name to point to my VM. However I can't find the web url of my VM as explained here:

From the article

What is the correct way to setup a domain name to point to a VM on Azure?

Bruno
  • 4,685
  • 7
  • 54
  • 105

1 Answers1

0

You are looking at the wrong documentation, the article is for PaaS services, not for an IaaS vm.

For example look here for more info on setting the Network Security Group NSG: IIS/HTTP Endpoint on Azure VM (non-classic)

Erik Oppedijk
  • 3,496
  • 4
  • 31
  • 42
  • thanks, I did all that and still can't connect to my vm website from a browser, not even with its IP... – Bruno Aug 13 '16 at 20:05