Raj
Raj

Reputation: 69

cannot connect to VM in azure

this is the first time I am trying to host at Iaas level using microsoft azure. I have created a VM, microsoft server 2012. But I cannot access the VM using the DNS name.

Upvotes: 0

Views: 115

Answers (1)

Pharao2k
Pharao2k

Reputation: 695

Based on the content of the comments, I see three things that could be wrong

1) Apache is not listening on the external IP of the VM

2) Firewall is not configured to allow for access

3) Since you mentioned DNS, is that the *.cloudapp.net hostname or a custom DNS? If it's the latter, maybe it isn't distributed yet or misconfigured?

Which of these did you check already? Then we can guide you through the remaining ones.

Upvotes: 1

Related Questions